mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-24 17:03:00 +10:00
docs: simplified docs on codecs
This commit is contained in:
committed by
Vincent Herlemont
parent
a21b7d0aa0
commit
a653f3f826
@@ -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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user