Docs.rs
radicle-node-0.11.0
radicle-node 0.11.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
crates.io
Source
Owners
cloudhead
FintanH
Dependencies
amplify ^4.0.0
normal
anyhow ^1
normal
bloomy ^1.2
normal
byteorder ^1
normal
chrono ^0.4.0
normal
colored ^2.1.0
normal
crossbeam-channel ^0.5.6
normal
cyphernet ^0.5.2
normal
fastrand ^2.0.0
normal
io-reactor ^0.5.1
normal
lexopt ^0.3.0
normal
libc ^0.2.137
normal
localtime ^1.2.0
normal
log ^0.4.17
normal
netservices ^0.8.0
normal
nonempty ^0.9.0
normal
once_cell ^1.13
normal
qcheck ^1
normal
optional
radicle ^0.15
normal
radicle-fetch ^0.11
normal
radicle-git-ext ^0.8.0
normal
radicle-signals ^0.11
normal
radicle-systemd ^0.9.0
normal
optional
scrypt ^0.11.0
normal
serde ^1
normal
serde_json ^1
normal
snapbox ^0.4.3
normal
optional
socket2 ^0.5.7
normal
sqlite ^0.32.0
normal
tempfile ^3.3.0
normal
thiserror ^1
normal
qcheck ^1
dev
qcheck-macros ^1
dev
radicle ^0
dev
radicle-crypto ^0
dev
snapbox ^0.4.3
dev
Versions
59.16%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
radicle_
node
0.11.0
Separator
Required Methods
sep_for
Implementations on Foreign Types
&'a str
Implementors
In radicle_
node::
git::
ext::
commit::
trailers
radicle_node
::
git
::
ext
::
commit
::
trailers
Trait
Separator
Copy item path
Source
pub trait Separator<'a> { // Required method fn
sep_for
(&self, token: &
Token
<'_>) -> &'a
str
; }
Required Methods
§
Source
fn
sep_for
(&self, token: &
Token
<'_>) -> &'a
str
Implementations on Foreign Types
§
Source
§
impl<'a>
Separator
<'a> for &'a
str
Source
§
fn
sep_for
(&self, _: &
Token
<'_>) -> &'a
str
Implementors
§
Source
§
impl<'a, F>
Separator
<'a> for F
where F:
Fn
(&
Token
<'_>) -> &'a
str
,