Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add warning to shm module and crate doc
Browse files Browse the repository at this point in the history
OlivierHecart committed Sep 19, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent a904ec5 commit ad7c872
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions commons/zenoh-shm/src/lib.rs
Original file line number Diff line number Diff line change
@@ -11,6 +11,12 @@
// Contributors:
// ZettaScale Zenoh Team, <[email protected]>
//

//! ⚠️ WARNING ⚠️
//!
//! This crate is intended for Zenoh's internal use.
//!
//! [Click here for Zenoh's documentation](https://docs.rs/zenoh/latest/zenoh)
use std::{
any::Any,
num::NonZeroUsize,
1 change: 1 addition & 0 deletions zenoh/src/lib.rs
Original file line number Diff line number Diff line change
@@ -419,6 +419,7 @@ pub mod internal {
pub use crate::api::value::Value;
}

/// Shared memory.
#[zenoh_macros::unstable]
#[cfg(feature = "shared-memory")]
pub mod shm {

0 comments on commit ad7c872

Please sign in to comment.