From 3091356a66ca5a59924f1dbf6653c632540ea068 Mon Sep 17 00:00:00 2001 From: Piotr Beling Date: Tue, 19 Mar 2024 09:07:42 +0100 Subject: [PATCH] cseq 0.1.3 --- cseq/Cargo.toml | 2 +- cseq/README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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