elast0ny / shared_memory

A Rust wrapper around native shared memory for Linux and Windows
382 stars 51 forks source link

Convert crate to no_std if possible #22

Closed elast0ny closed 4 years ago

elast0ny commented 5 years ago

This crate could be converted to no_std as it mostly relies on OS specific system calls and only supports 2-3 main OSes. It shouldn't be too hard to rip out the existing std dependencies.