Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-graj committed Mar 28, 2024
1 parent d937388 commit 58328b2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![docs.rs](https://docs.rs/bin-proto/badge.svg)](https://docs.rs/bin-proto)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)

Simple & fast bit-level binary co/dec in Rust.
Simple & fast structured bit-level binary co/dec in Rust.

An improved and modernized fork of
[protocol](https://crates.io/crates/bin-proto). A more efficient but (slightly)
Expand All @@ -23,7 +23,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
bin-proto = "0.2"
bin-proto = "0.3"
```

And then define a type with the `#[derive(bin_proto::Protocol)]` attribute.
Expand Down Expand Up @@ -125,5 +125,6 @@ You can find the benchmarks in the `bench` directory.
## Roadmap

The following features are planned:
- `no_std` support
- bit/byte alignment
- Bit/byte alignment
- Better derive macro error messages
- `no_std` support (only after `bitstream_io` supports it)

0 comments on commit 58328b2

Please sign in to comment.