Docs.rs
jujutsu-lib-0.3.0
jujutsu-lib 0.3.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
martinvonz
Dependencies
backoff ^0.4.0
normal
blake2 ^0.10.2
normal
byteorder ^1.4.3
normal
bytes ^1.1.0
normal
chrono ^0.4.19
normal
config ^0.11.0
normal
dirs ^4.0.0
normal
git2 ^0.13.25
normal
hex ^0.4.3
normal
itertools ^0.10.3
normal
maplit ^1.0.2
normal
pest ^2.1.3
normal
pest_derive ^2.1.0
normal
protobuf ^2.27.1
normal
rand ^0.8.4
normal
regex ^1.5.4
normal
serde_json ^1.0.78
normal
tempfile ^3.3.0
normal
thiserror ^1.0.30
normal
uuid ^0.8.2
normal
whoami ^1.2.1
normal
zstd ^0.10.0
normal
assert_matches ^1.5.0
dev
num_cpus ^1.13.1
dev
test-case ^1.2.3
dev
protobuf-codegen-pure ^2.27.1
build
version_check ^0.9.4
build
Versions
5.97%
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
☰
RepoPathJoin
Required Associated Types
Result
Required Methods
join
Implementors
In jujutsu_lib::repo_path
?
Trait
jujutsu_lib
::
repo_path
::
RepoPathJoin
source
·
[
−
]
pub trait RepoPathJoin<T> { type
Result
; fn
join
(&self, entry:
&
T) -> Self::
Result
; }
Required Associated Types
source
type
Result
Required Methods
source
fn
join
(&self, entry:
&
T) -> Self::
Result
Implementors
source
impl
RepoPathJoin
<
RepoPathComponent
> for
RepoPath
type
Result
=
RepoPath