libcontract

Crates.iolibcontract
lib.rslibcontract
version0.1.0
sourcesrc
created_at2023-08-12 19:38:55.965031
updated_at2023-08-12 19:38:55.965031
descriptionSafe wrapper around libcontract(3lib)
homepage
repositoryhttps://github.com/papertigers/contract-rs
max_upload_size
id942967
size12,487
Michael Zeller (papertigers)

documentation

README

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,
]
Commit count: 1

cargo fmt