mirror of https://git.sr.ht/~stygianentity/bincode
fix(doc): broken intra link (#634)
This commit is contained in:
parent
4597e0f5bb
commit
48783ba725
|
|
@ -3,7 +3,7 @@
|
||||||
//! To encode/decode type that implement serde's trait, you can use:
|
//! To encode/decode type that implement serde's trait, you can use:
|
||||||
//! - [decode_borrowed_from_slice]
|
//! - [decode_borrowed_from_slice]
|
||||||
//! - [decode_from_slice]
|
//! - [decode_from_slice]
|
||||||
//! - [encode_to_slice]
|
//! - [encode_into_slice]
|
||||||
//! - [encode_to_vec]
|
//! - [encode_to_vec]
|
||||||
//!
|
//!
|
||||||
//! For interop with bincode's [Decode]/[Encode], you can use:
|
//! For interop with bincode's [Decode]/[Encode], you can use:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue