Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adjivas/sem
FFI XSI semaphore
https://github.com/adjivas/sem
Last synced: 22 days ago
JSON representation
FFI XSI semaphore
- Host: GitHub
- URL: https://github.com/adjivas/sem
- Owner: adjivas
- Created: 2015-11-04T15:02:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T19:10:22.000Z (over 7 years ago)
- Last Synced: 2024-10-04T15:58:28.714Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sem
[![Crate][crate-badge]][crate] [![docs-badge][]][docs] [![license-badge][]][license] [![travis-badge][]][travis] [![circle-badge][]][circle]
#### How to build:
```shell
git clone https://github.com/adjivas/sem.git sem && cd sem
cargo build
```#### How to use:
```shell
cargo run --example lock_and_unlock
```#### Directory-Tree:
```shell
.
|__ 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](http://www.gnu.org/licenses/gpl-3.0.html) [license][license].[crate-badge]: https://img.shields.io/badge/crates.io-v0.1.0-orange.svg?style=flat-square
[crate]: https://crates.io/crates/sem
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
[docs]: http://adjivas.github.io/sem/sem
[license-badge]: http://img.shields.io/badge/license-GPLv3-blue.svg?style=flat-square
[license]: https://github.com/adjivas/sem/blob/master/LICENSE
[travis-badge]: https://travis-ci.org/adjivas/sem.svg?style=flat-square
[travis]: https://travis-ci.org/adjivas/sem
[circle-badge]: https://circleci.com/gh/adjivas/sem/tree/master.svg?style=svg
[circle]: https://circleci.com/gh/adjivas/sem/tree/master