#shared-memory #buffer #cloning #write #engine #servo #shared-memory-builder

to_shmem

Trait to write to a contiguous chunk of shared memory

2 unstable releases

0.1.0 Oct 22, 2024
0.0.0 Feb 15, 2023

#358 in Algorithms

Download history 100/week @ 2024-10-23 33/week @ 2024-10-30 16/week @ 2024-11-06 30/week @ 2024-11-13 33/week @ 2024-11-20 25/week @ 2024-11-27 35/week @ 2024-12-04 42/week @ 2024-12-11 26/week @ 2024-12-18 5/week @ 2024-12-25 8/week @ 2025-01-01 26/week @ 2025-01-08 22/week @ 2025-01-15 20/week @ 2025-01-22 14/week @ 2025-01-29 34/week @ 2025-02-05

95 downloads per month
Used in selectors

MPL-2.0 license

35KB
595 lines

Trait for cloning data into a shared memory buffer.

This module contains the SharedMemoryBuilder type and ToShmem trait.

We put them here (and not in style_traits) so that we can derive ToShmem from the selectors and style crates.

Dependencies

~0–5MB