Skip to content

Commit

Permalink
Make README file less outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
tuffy committed Dec 29, 2020
1 parent 34e5d5b commit b024a94
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,4 @@ around any stream which implements the `Read` or `Write` traits.
It also supports a wide array of integer data types as
containers for those binary values.

[Documentation](https://docs.rs/bitstream-io/0.8.0/bitstream_io/)

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
bitstream-io = "0.8"
```

and this to your crate root:

```rust
extern crate bitstream_io;
```
[Documentation](https://docs.rs/bitstream-io/1.0.0/bitstream_io/)

0 comments on commit b024a94

Please sign in to comment.