https://github.com/endoli/bpf.rs
https://github.com/endoli/bpf.rs
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/endoli/bpf.rs
- Owner: endoli
- License: apache-2.0
- Created: 2016-08-23T15:21:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T15:22:19.000Z (almost 10 years ago)
- Last Synced: 2025-10-20T13:16:48.327Z (9 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# bpf
[](https://travis-ci.org/endoli/bpf.rs)
[](https://crates.io/crates/bpf)
Dual licensed under the MIT and Apache 2 licenses.
## Documentation
The API is fully documented with examples:
[https://endoli.github.io/bpf.rs/](https://endoli.github.io/bpf.rs/)
## Installation
This crate works with Cargo and is on
[crates.io](https://crates.io/crates/bpf).
Add it to your `Cargo.toml` like so:
```toml
[dependencies]
bpf = "0.0.1"
```
## Status of Implementation
Things are under active development. Formatting is next to be
implemented.
## Contribution
Unless you explicitly state otherwise, any contribution
intentionally submitted for inclusion in the work by you,
as defined in the Apache-2.0 license, shall be dual licensed
as above, without any additional terms or conditions.