elast0ny / shared_memory

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

Upgrade nix to 0.24, limit features #93

Closed rtzoeller closed 1 year ago

rtzoeller commented 2 years ago

This removes memoffset as an indirect dependency, and decreases build times.

See also: https://github.com/elast0ny/raw_sync-rs/pull/27