Skip to content

Commit 1c2c564

Browse files
committed
Add documentation
This commit adds more thorough documentation to the crate, as well as code examples for using the `CoreClient`. Signed-off-by: Ionut Mihalcea <[email protected]>
1 parent a0ad68b commit 1c2c564

File tree

6 files changed

+314
-44
lines changed

6 files changed

+314
-44
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ categories = ["development-tools"]
1212
edition = "2018"
1313

1414
[dependencies]
15-
parsec-interface = "0.10.0"
15+
parsec-interface = "0.11.0"
1616
num = "0.2.1"
1717
rand = "0.7.3"
1818
log = "0.4.8"
1919
derivative = "2.1.0"
20+
uuid = "0.7.4"
2021

2122
[dev-dependencies]
2223
mockstream = "0.0.3"
23-
uuid = "0.7.4"

0 commit comments

Comments
 (0)