Docs.rs
codeowners-validation-0.4.10
codeowners-validation 0.4.10
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ryan-flan
Dependencies
clap ^4.5
normal
globset ^0.4.16
normal
ignore ^0.4.23
normal
num_cpus ^1.16.0
normal
parking_lot ^0.12.3
normal
rustc-hash ^2.1.1
normal
criterion ^0.6
dev
memory-stats ^1.2.0
dev
tempfile ^3.20.0
dev
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
codeowners_
validation
0.4.10
In codeowners_
validation::
parser
codeowners_validation
::
parser
Function
parse_codeowners_file
Copy item path
Source
pub fn parse_codeowners_file( file_path: &
str
, ) ->
Result
<(
Vec
<
CodeOwnerRule
>,
Vec
<
InvalidLine
>)>