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,10 +1,9 @@
//! ⚠️ [`Read the docs before using`](crate::postcard_1_0::PostCard#warning) -
//! [postcard 1.0](https://crates.io/crates/postcard/1.0.8) ·
//! Enable the `postcard_1_0` feature and annotate your type with
//! `native_model::postcard_1_0::PostCard` to have `native_db` use the postcard
//! 1.0 crate for serializing & deserializing.
//! `native_model::postcard_1_0::PostCard` to have `native_db` use this crate.
/// Used to specify the [postcard](https://crates.io/crates/postcard/1.0.8)
/// `1.0` crate for serialization & deserialization.
/// Used to specify the [postcard 1.0](https://crates.io/crates/postcard/1.0.8)
/// crate for serialization & deserialization.
///
/// # Warning
///