https://github.com/fitzgen/eep
Still a work-in-progress...
https://github.com/fitzgen/eep
Last synced: over 1 year ago
JSON representation
Still a work-in-progress...
- Host: GitHub
- URL: https://github.com/fitzgen/eep
- Owner: fitzgen
- License: apache-2.0
- Created: 2016-10-01T02:49:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T23:18:19.000Z (over 9 years ago)
- Last Synced: 2025-03-14T01:33:05.029Z (over 1 year ago)
- Language: Rust
- Homepage: https://docs.rs/eep
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `eep`
[](https://travis-ci.org/fitzgen/eep) [](https://crates.io/crates/eep) [](https://docs.rs/eep)
A work in progress.
## Install
Either
$ cargo add eep
or add this to your `Cargo.toml`:
[dependencies]
eep = "0.1.0"
## Documentation
* [Rustdocs documentation](https://docs.rs/eep)
## License
Licensed under either of
* Apache License, Version 2.0 ([`LICENSE-APACHE`](./LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([`LICENSE-MIT`](./LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## 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.