#contract #illumos #os-illumos-apis

libcontract

Safe wrapper around libcontract(3lib)

1 unstable release

0.1.0 Aug 12, 2023

#12 in #illumos

23 downloads per month

MIT license

8KB
83 lines

libcontract

Safe wrapper around libcontract(3lib).

Running examples

$ cargo run --example get-members 1116
    Finished dev [unoptimized + debuginfo] target(s) in 0.03s
     Running `target/debug/examples/get-members 1116`
members in contract 1116:
 [
    13231,
    12905,
]

Dependencies

~0–1.8MB
~37K SLoC