https://github.com/aergonaut/owners-rs
Parsing of OWNERS files in Rust
https://github.com/aergonaut/owners-rs
Last synced: 24 days ago
JSON representation
Parsing of OWNERS files in Rust
- Host: GitHub
- URL: https://github.com/aergonaut/owners-rs
- Owner: aergonaut
- License: apache-2.0
- Created: 2017-04-25T16:59:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T17:07:56.000Z (about 8 years ago)
- Last Synced: 2025-03-11T12:19:15.636Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# owners-rs
[](https://travis-ci.org/aergonaut/owners-rs) [](https://ci.appveyor.com/project/aergonaut/owners-rs/branch/master) [](https://docs.rs/owners) [](https://crates.io/crates/owners)
This crate provides a parser for OWNERS files, based on a simplified version of
[Chrome's OWNERS files](https://chromium.googlesource.com/chromium/src/+/master/docs/code_reviews.md).## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
)at your option.