bincode-orig/src/features/derive.rs

3 lines
106 B
Rust

#[cfg_attr(docsrs, doc(cfg(feature = "derive")))]
pub use bincode_derive::{BorrowDecode, Decode, Encode};