Documentation
  • Coverage
  • 19.64%
    11 out of 56 items documented0 out of 6 items with examples
  • Size
  • Source code size: 10.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.56 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • adjivas/sem
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • adjivas

Sem

docs-badge license-badge travis-badge circle-badge

How to build:

git clone https://github.com/adjivas/sem.git sem && cd sem
cargo build

How to use:

cargo run --example lock_and_unlock

Directory-Tree:

.
|__ Cargo.toml
|__ LICENSE
|__ README.md
|__ examples
|   \__ lock_and_unlock.rs
|__ tests
|   \__ lib.rs
\__ src
    |__ ffi.rs
    |__ lib.rs
    \__ macros.rs

License:

sem's code in this repo uses the GNU GPL v3 license.