Skip to content

Commit

Permalink
Re-export used crates
Browse files Browse the repository at this point in the history
  • Loading branch information
luqasz committed Nov 14, 2023
1 parent a095b49 commit d49ff3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ pub mod fixint;
mod ser;
mod varint;

pub use cobs;
#[cfg(feature = "crc")]
pub use crc;
pub use heapless;
#[cfg(feature = "crc")]
pub use paste;
pub use serde;

// Still experimental! Don't make pub pub.
pub(crate) mod max_size;
pub(crate) mod schema;
Expand Down

0 comments on commit d49ff3c

Please sign in to comment.