mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-16 15:58:17 +00:00
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 * manual impl `serde::Deserialize` * add serde tests
10 lines
No EOL
210 B
Markdown
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. |