Skip to content

Commit

Permalink
Merge pull request #1178 from ZettaScaleLabs/dev/1.0.0_value
Browse files Browse the repository at this point in the history
Value fields public
  • Loading branch information
milyin authored Jun 21, 2024
2 parents 6ce0aad + db6e0bf commit 65e5df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zenoh/src/api/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ use super::{bytes::ZBytes, encoding::Encoding};
#[non_exhaustive]
#[derive(Clone, Debug, PartialEq, Eq)]
pub struct Value {
pub(crate) payload: ZBytes,
pub(crate) encoding: Encoding,
pub payload: ZBytes,
pub encoding: Encoding,
}

impl Value {
Expand Down

0 comments on commit 65e5df7

Please sign in to comment.