Docs.rs
subversion-0.1.0
subversion 0.1.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jelmer
Dependencies
apr ^0.4.2
normal
apr-sys ^0.2.1
normal
bitflags ^2.10.0
normal
ctor >=0.2.0, <0.7.0
normal
indexmap ^2.12
normal
is-terminal ^0.4
normal
lazy_static ^1.5.0
normal
libc ^0.2
normal
subversion-sys ^0.1.0
normal
url ^2.5.7
normal
optional
tempfile ^3.23.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
encode
subversion
0.1.0
In subversion::
base64
subversion
::
base64
Function
encode
Copy item path
Source
pub fn encode(input: &[
u8
]) ->
Result
<
String
,
Error
<'static>>
Expand description
Encode bytes into a base64 string.