-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [skip ci] SHM Payload API example and test * Add payload_mut to sample for zsliceshmmut deserialization * Improve SHM examples * Fix merge * Query/Reply shared memory examples * rename payload tests to bytes tests * - fix API exports - fix z_payload_shm example * Add attachment_mut to Sample * [skip ci] fix SHM exports in new api export mechanism * Massive renaming for ZSliceShm and ZSliceShmMut * fix ci * [skip ci] z_payload_shm -> z_bytes_shm * Polish SHM examples * fix lints * fix lint * fix after merge * Update z_alloc_shm.rs --------- Co-authored-by: Luca Cominardi <[email protected]>
- Loading branch information
1 parent
b27a289
commit 511bc67
Showing
29 changed files
with
784 additions
and
357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,5 @@ | |
// | ||
|
||
pub mod traits; | ||
pub mod zsliceshm; | ||
pub mod zsliceshmmut; | ||
pub mod zshm; | ||
pub mod zshmmut; |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.