Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard authored Oct 28, 2024
1 parent e987f38 commit c6a0b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ crate to do this, and that crate uses the standard library.
`zerocopy`: derives the `IntoBytes` trait from [`zerocopy`](https://crates.io/crates/zerocopy)
for the `Primes` struct.

`rkyv`: derives the `Serialize`, `Deserialize`, and `Archive` traits from the
[`rkyv`](https://crates.io/crates/rkyv) crate for the `Primes` struct.
`rkyv`: derives the `Serialize`, `Deserialize`, and `Archive` traits from
[`rkyv`](https://crates.io/crates/rkyv) for the `Primes` struct.

<br>

Expand Down

0 comments on commit c6a0b27

Please sign in to comment.