This commit is contained in:
Sergey Chernov 2023-11-25 03:04:21 +03:00
parent ed9e5da648
commit 677b0187e8

View File

@ -12,7 +12,7 @@ The most recent code will be there, and we encourage to use it also for issues/d
> Beta test
# Use as serde module:
# Use with serde:
Use `bipack_ru:ser:to_bytes()` and `bipack_ru:de:from_bytes()` functions:
```rust
@ -44,7 +44,7 @@ pub struct DefinitelyBigEndian {
}
```
##
# Direct usage (no serde)
The sample code (see `src/lib.rs` for more:)
```rust