Docs.rs
radicle-surf-0.22.1
radicle-surf 0.22.1
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.8.1
normal
radicle-std-ext ^0.1.0
normal
serde ^1
normal
optional
thiserror ^1.0
normal
url ^2.5
normal
anyhow ^1.0
build
flate2 ^1
build
tar ^0.4
build
Versions
46.36%
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.22.1
Module blob
Structs
In crate radicle_
surf
Module
radicle_surf
::
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.