Docs.rs
git-lfs-spec-0.1.0
git-lfs-spec 0.1.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
crates.io
Source
Owners
sameer
Dependencies
chrono ^0
normal
serde ^1
normal
serde_derive ^1
normal
url ^1
normal
url_serde ^0
normal
pretty_assertions ^0
dev
serde_json ^1
dev
Versions
28.05%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
git_lfs_spec/
lib.rs
1
2
3
4
5
6
#[cfg(test)] #[macro_use]
extern crate
pretty_assertions;
mod
spec;
pub use
spec::
*
;