Skip to content

Commit

Permalink
cseq 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
beling committed Mar 19, 2024
1 parent be34b40 commit 3091356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cseq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cseq"
version = "0.1.2"
version = "0.1.3"
authors = ["Piotr Beling <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
3 changes: 3 additions & 0 deletions cseq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3091356

Please sign in to comment.