cuprate/net/fixed-bytes/README.md
hinto-janai 824651c8cf
Some checks are pending
Audit / audit (push) Waiting to run
CI / fmt (push) Waiting to run
CI / typo (push) Waiting to run
CI / ci (macos-latest, stable, bash) (push) Waiting to run
CI / ci (ubuntu-latest, stable, bash) (push) Waiting to run
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Waiting to run
Deny / audit (push) Waiting to run
Doc / build (push) Waiting to run
Doc / deploy (push) Blocked by required conditions
fixed-bytes: add serde, document feature flags (#226)
* fixed-bytes: add `serde`, document feature flags

* manual impl `serde::Deserialize`

* add serde tests
2024-07-11 02:00:47 +01:00

10 lines
No EOL
210 B
Markdown

# `cuprate-fixed-bytes`
TODO
# Feature flags
| Feature flag | Does what |
|--------------|-----------|
| `std` | TODO
| `serde` | Enables `serde` on applicable types
`serde` is enabled by default.