An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# owners-rs

[![Build Status](https://travis-ci.org/aergonaut/owners-rs.svg?branch=master)](https://travis-ci.org/aergonaut/owners-rs) [![Build status](https://ci.appveyor.com/api/projects/status/36f543cm592a5987/branch/master?svg=true)](https://ci.appveyor.com/project/aergonaut/owners-rs/branch/master) [![Documentation](https://docs.rs/owners/badge.svg)](https://docs.rs/owners) [![Crates.io](https://img.shields.io/crates/v/owners.svg)](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.