Docs.rs
radicle-surf-0.23.0
radicle-surf 0.23.0
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
FintanH
Dependencies
base64 ^0.21
normal
git2 ^0.19
normal
log ^0.4
normal
nonempty ^0.9
normal
radicle-git-ext ^0.9.0
normal
radicle-std-ext ^0.1.1
normal
serde ^1
normal
optional
thiserror ^1.0
normal
url ^2.5.4
normal
anyhow ^1.0
build
flate2 ^1
build
tar ^0.4
build
Versions
50.9%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
radicle_
surf
0.23.0
Module blob
Module Items
Structs
In crate radicle_
surf
radicle_surf
Module
blob
Copy item path
Source
Expand description
Represents git object type ‘blob’, i.e. actual file contents. See git
doc
for more details.
Structs
§
Blob
Represents a git blob object.
BlobRef
Represents a blob with borrowed content bytes.