refactor: rename encode_decode with codec

This commit is contained in:
Vincent Herlemont
2023-10-29 09:40:24 +01:00
parent 789f09fa67
commit ac601f4c98
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -15,12 +15,12 @@
//!
//! See examples in the [README.md](https://github.com/vincent-herlemont/native_model) file.
mod encode_decode;
mod codec;
mod header;
mod model;
pub mod wrapper;
pub use encode_decode::*;
pub use codec::*;
pub use model::*;
/// Macro to generate a [`native_model`] implementation for a struct.