Val Packett
Val Packett
No existing users as the crate was created today :) But potential users like https://github.com/Smithay/wayland-window/issues/14
The mechanism being file descriptors or not file descriptors — not different ways of creating file descriptors :)
I made [similar changes work in weston](https://github.com/myfreeweb/weston/commit/174d428a4422f3f59a6629cb63be2eb22f1e1f39), so I know something :) Of course no one cares how a file descriptor is made. [Shared memory file descriptors](https://jan.newmarch.name/Wayland/SharedMemory/) are used to...
Yep, `SHM_ANON` is the way to go on FreeBSD, I recently [added that constant to rust libc](https://github.com/rust-lang/libc/pull/837) and [added its usage to ipc-channel](https://github.com/servo/ipc-channel/pull/178) (waiting for a libc release). Maybe we...
Published the tiny memfd/SHM_ANON wrapper crate! https://github.com/myfreeweb/shmemfdrs
It was extracted from Servo's `ipc-channel` and they use a raw `c_int`… I didn't want to change their code much.
The setting shouldn't be specific to any display backend, but rather universally available. A terminal is quite a particular special case, so it's to be expected that users might want...
cssmin is optional. Not everybody needs it. Maybe create "recommended.txt"?