diff --git a/cseq/Cargo.toml b/cseq/Cargo.toml index f80b48c..f715c3e 100644 --- a/cseq/Cargo.toml +++ b/cseq/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cseq" -version = "0.1.2" +version = "0.1.3" authors = ["Piotr Beling "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/cseq/README.md b/cseq/README.md index 1b49652..2301452 100644 --- a/cseq/README.md +++ b/cseq/README.md @@ -25,3 +25,6 @@ c.advance(); assert_eq!(c.index(), 5); assert_eq!(c.value(), None); ``` + +# Benchmarks +The performance of some of the structures included in `cseq` can be tested with the [cseq_benchmark](https://crates.io/crates/cseq_benchmark) crate. \ No newline at end of file