Skip to content

Commit

Permalink
expose serialize, deserialize
Browse files Browse the repository at this point in the history
  • Loading branch information
astrale-sharp committed Apr 9, 2024
1 parent 052df19 commit d0348f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ pub use crate::cache::evict;
pub use crate::prehashed::Prehashed;
pub use crate::track::{Track, Tracked, TrackedMut, Validate};
pub use comemo_macros::{memoize, track};
pub use serialization::{serialize,deserialize};

/// These are implementation details. Do not rely on them!
#[doc(hidden)]
Expand Down

0 comments on commit d0348f4

Please sign in to comment.