3 releases

0.1.2 Apr 15, 2023
0.1.1 Apr 15, 2023
0.1.0 Apr 15, 2023

#4 in #door

Download history 4/week @ 2024-02-19 19/week @ 2024-02-26 4/week @ 2024-03-11 4/week @ 2024-03-25 59/week @ 2024-04-01

67 downloads per month
Used in 2 crates (via doors)

MPL-2.0 license

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
~33K SLoC