Skip to content

Commit

Permalink
Merge pull request #1362 from DenisBiryukov91/add-ZBytesSliceIterator…
Browse files Browse the repository at this point in the history
…-to-public-api

expose ZBytesSliceIterator to public api
  • Loading branch information
Mallets authored Sep 5, 2024
2 parents 46185bc + 3ef3b9a commit 6acaafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ pub mod bytes {
builders::sample::EncodingBuilderTrait,
bytes::{
Deserialize, OptionZBytes, Serialize, ZBytes, ZBytesIterator, ZBytesReader,
ZBytesWriter, ZDeserializeError, ZSerde,
ZBytesSliceIterator, ZBytesWriter, ZDeserializeError, ZSerde,
},
encoding::Encoding,
};
Expand Down

0 comments on commit 6acaafe

Please sign in to comment.