rpc: fix doc links

This commit is contained in:
hinto.janai 2024-07-01 20:58:15 -04:00
parent 1a90c75f42
commit c7ec8c7d9b
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -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