Rusty Doors

The goal of this crate is to expose the illumos Doors API in Rust. It exposes the native doors API verbatim, and also provides some moderately safer abstractions.

Tests

Run make tests to run the unit tests, and run make cicd to run the full build pipeline.

Acknowledgements