Skip to content

Commit

Permalink
Use custom format to serialize the json (#156)
Browse files Browse the repository at this point in the history
* Use custom format to serialize the json

* Implement deserialization

* Fix issue with service symbols

* More test cases

* Add more comments, enhance the tests, small fixes
  • Loading branch information
gostkin authored Dec 9, 2022
1 parent f27a995 commit 9810a78
Show file tree
Hide file tree
Showing 6 changed files with 1,202 additions and 101 deletions.
7 changes: 7 additions & 0 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ schemars = "0.8.11"
serde = { version = "1.0", features = ["derive"] }
fraction = "0.10.0"
base64 = "0.13"
unicode-segmentation = "1.10.0"

# non-wasm
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "emscripten"))))'.dependencies]
Expand Down
Loading

0 comments on commit 9810a78

Please sign in to comment.