# State of Rust Support in DragonflyBSD Crates that do *not* build right now: * [nix-rust/nix](https://github.com/nix-rust/nix) * Please help us find more crates like this! Crates that are missing DragonflyBSD-specific support, but should have it: * Please help us find these crates! Rust PRs related to DragonflyBSD: * [nix-rust/nix PR #989](https://github.com/nix-rust/nix/pull/989) * Fixes `nix-rust/nix` build by removing EUNUSED* which were removed in commit [af7bdca](http://gitweb.dragonflybsd.org/dragonfly.git/commit/af7bdca177816bfbe15f961d0b0e1968219402e3) Merged PRs: * [rust-lang/libc PR #1160](https://github.com/rust-lang/libc/pull/1160) * Adds `ENOMEDIUM` and `EASYNC` to DragonflyBSD specific libc shim.