Docs.rs
codeowners-validation-0.3.1
codeowners-validation 0.3.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ryan-flan
Dependencies
globset ^0.4.16
normal
ignore ^0.4.23
normal
walkdir ^2.5.0
normal
tempfile ^3.19.1
dev
Versions
0%
of the crate is documented
Go to latest version
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.3.1
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
>)>