mach 0.3.0

A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.
Build #163394 2019-05-31T18:03:13.136730+00:00
# rustc version
rustc 1.37.0-nightly (37d001e4d 2019-05-29)
# docs.rs version
cratesfyi 0.6.0 (be80566 2019-05-06)

# build log
Updating crates.io index
Downloading crates ...
Downloaded mach v0.3.0
Documenting mach v0.3.0
Running `rustdoc --crate-name mach /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/mach-0.3.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' -Z unstable-options --resource-suffix -20190529-1.37.0-nightly-37d001e4d --static-root-path / --disable-per-crate-search --extern-html-root-url 'libc=https://docs.rs/libc/0.2.57' -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error: mach requires MacOSX or iOS
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/mach-0.3.0/src/lib.rs:12:1
|
12 | compile_error!("mach requires MacOSX or iOS");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: Compilation failed, aborting rustdoc

error: aborting due to 2 previous errors

thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name mach /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/mach-0.3.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg \'feature=\"default\"\' --cfg \'feature=\"libc\"\' --cfg \'feature=\"std\"\' -Z unstable-options --resource-suffix -20190529-1.37.0-nightly-37d001e4d --static-root-path / --disable-per-crate-search --extern-html-root-url \'libc=https://docs.rs/libc/0.2.57\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `mach`.', src/bin/cratesfyi.rs:160:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.