Skip to content

Commit

Permalink
Re-exposed node_to_bytes_backrefs_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaMineJP committed Apr 10, 2024
1 parent e93e66e commit bab12f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serde/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub use de::node_from_bytes;
pub use de_br::{node_from_bytes_backrefs, node_from_bytes_backrefs_record};
pub use de_tree::{parse_triples, ParsedTriple};
pub use ser::{node_to_bytes, node_to_bytes_limit};
pub use ser_br::{node_to_bytes_backrefs};
pub use ser_br::{node_to_bytes_backrefs, node_to_bytes_backrefs_limit};
pub use tools::{
serialized_length_from_bytes, serialized_length_from_bytes_trusted, tree_hash_from_stream,
};

0 comments on commit bab12f8

Please sign in to comment.