Sign in
android
/
toolchain
/
rustc
/
951ae7a5eefab93734d1309f0497487f13f59fbf
/
.
/
vendor
/
gix-validate
/
src
/
lib.rs
blob: f7b6cc4aa76fa754c739707e318d03ac551eab84 [
file
] [
log
] [
blame
]
//! Validation for various kinds of git related items.
#![
deny
(
missing_docs
,
rust_2018_idioms
)]
#![
forbid
(
unsafe_code
)]
///
pub
mod
reference
;
///
pub
mod
tag
;
///
pub
mod
submodule
;