Skip to content

Commit

Permalink
Merge pull request #114 from elfenpiff/iox2-100-pub-sub-without-lifet…
Browse files Browse the repository at this point in the history
…ime-arg

[#100] pub sub without lifetime arg
  • Loading branch information
elfenpiff authored Feb 20, 2024
2 parents 80db0c4 + 637e681 commit b068742
Show file tree
Hide file tree
Showing 23 changed files with 836 additions and 1,232 deletions.
6 changes: 0 additions & 6 deletions iceoryx2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,15 +287,9 @@ pub mod port;

pub(crate) mod raw_sample;

/// The interface for the payload that is received by a [`crate::port::subscriber::Subscriber`].
pub mod payload;

/// The payload that is received by a [`crate::port::subscriber::Subscriber`].
pub mod sample;

/// The interface for the payload that is sent by a [`crate::port::publisher::Publisher`].
pub mod payload_mut;

/// The payload that is sent by a [`crate::port::publisher::Publisher`].
pub mod sample_mut;

Expand Down
50 changes: 0 additions & 50 deletions iceoryx2/src/payload.rs

This file was deleted.

216 changes: 0 additions & 216 deletions iceoryx2/src/payload_mut.rs

This file was deleted.

91 changes: 0 additions & 91 deletions iceoryx2/src/port/listen.rs

This file was deleted.

Loading

0 comments on commit b068742

Please sign in to comment.