docs: simplified docs on codecs

This commit is contained in:
Dylan Bowker
2024-05-12 14:43:51 -06:00
committed by Vincent Herlemont
parent a21b7d0aa0
commit a653f3f826
4 changed files with 20 additions and 19 deletions
@@ -1,9 +1,9 @@
//! ⚠️ [`Read the docs before using`](crate::bincode_1_3::Bincode#warning) -
//! Annotate your type with `native_model::bincode_1_3::Bincode` to have
//! `native_db` use the bincode 1.3 crate for serializing & deserializing.
//! [bincode 1.3](https://crates.io/crates/bincode/1.3.3) ·
//! The default codec for serializing & deserializing.
/// Used to specify the [bincode](https://crates.io/crates/bincode/1.3.3) `1.3`
/// crate for serialization & deserialization.
/// Used to specify that the
/// [bincode 1.3](https://crates.io/crates/bincode/1.3.3) crate is to be used
/// for serialization & deserialization.
///
/// # Warning
///