Skip to content

Commit

Permalink
Merge pull request scuptio#25 from ybbh/main
Browse files Browse the repository at this point in the history
sedeve-kit, doc
  • Loading branch information
ybbh authored May 6, 2024
2 parents e1560fe + c1bd6ad commit 67baf24
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ This workflow for building a system using **sedeve-kit** is as the following fig
To use the kit, see [how to start](doc/how_to_start.md).


## TODO

[todo](doc/todo.md)





Expand Down
10 changes: 7 additions & 3 deletions doc/spec_driven_todo.md → doc/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@

1. We have no longer used **-dump format file** to generate trace file. Parsing .dot file is not efficient. The related source code may need to be deleted from the repo.

2. We currently only support the Rust project, and the serialization library is limited to use [serde](https://serde.rs/). We may develop some other language binding and serialization library adapter layer.
2. Easy to use tools that can automatic [generate code stubs](../src/rust_gen)

3. The current [trace generation algorithm](generate_trace_algorithm.md) may be not efficent.
3. We currently only support the Rust project, and the serialization library is limited to use [serde](https://serde.rs/). We may develop some other language binding and serialization library adapter layer.
Develop [C/C++/Python binding](../binding) for the kit(In progress).

4. Example repo to use the kit.
4. The current [trace generation algorithm](generate_trace_algorithm.md) may be not efficent.

5. Example repo to use the kit.
[Example](../example/echo) (In progress)

0 comments on commit 67baf24

Please sign in to comment.