elast0ny / shared_memory

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

Add support for FreeBSD #10

Closed wezm closed 6 years ago

wezm commented 6 years ago

With these changes the crate builds, tests pass and examples run on FreeBSD (11.1).

Also you might want to update the repo description, which currently reads:

A wrapper around native shared memory for Linux and Windows