Skip to content

Commit

Permalink
Show Cargo.toml entry in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 7, 2019
1 parent e1dd7f8 commit 38a99c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,11 @@

Wrapper types to enable optimized handling of `&[u8]` and `Vec<u8>`.

```toml
[dependencies]
serde_bytes = "0.10"
```

## Explanation

Without specialization, Rust forces Serde to treat `&[u8]` just like any
Expand Down

0 comments on commit 38a99c8

Please sign in to comment.