1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00

fix readme code highlighting

This commit is contained in:
Robin Appelman 2025-05-23 23:25:27 +02:00
commit b89c4782e8

View file

@ -41,7 +41,7 @@ used with `#[derive]` if all fields implement `BitWrite` or `BitWriteSized`.
# Examples
```
```rust
use bitbuffer::{BitReadBuffer, LittleEndian, BitReadStream, BitRead, BitWrite, BitWriteStream};
#[derive(BitRead, BitWrite)]