3 releases
0.1.2 | Apr 15, 2023 |
---|---|
0.1.1 | Apr 15, 2023 |
0.1.0 | Apr 15, 2023 |
#4 in #door
Used in 2 crates
(via doors)
7KB
95 lines
Door Macros
Procedural Macros for the doors
crate
This crate provides macros that make it easier to work with the
illumos Doors API in Rust. These macros are not usable or
useful on their own; check out the doors
crate instead -- it
re-exports these macros, and the types they depend on.
lib.rs
:
This crate contains a single macro [macro@server_procedure
] for transforming a rust
function into a server procedure.
Dependencies
~1.5MB
~37K SLoC