mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-03-12 09:31:30 +00:00
rpc: fix doc links
This commit is contained in:
parent
1a90c75f42
commit
c7ec8c7d9b
1 changed files with 4 additions and 4 deletions
|
@ -68,8 +68,8 @@ All are enabled by default.
|
|||
|
||||
| Feature flag | Does what |
|
||||
|--------------|-----------|
|
||||
| `json` | Enables the [`crate::json`] module
|
||||
| `bin` | Enables the [`crate::bin`] module
|
||||
| `other` | Enables the [`crate::other`] module
|
||||
| `json` | Enables the `crate::json` module
|
||||
| `bin` | Enables the `crate::bin` module
|
||||
| `other` | Enables the `crate::other` module
|
||||
| `serde` | Implements `serde` on all types
|
||||
| `epee` | Implements `epee_encoding` on all types
|
||||
| `epee` | Implements `cuprate_epee_encoding` on all types
|
Loading…
Reference in a new issue