Docs.rs
git-stack-0.10.19
git-stack 0.10.19
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
epage
Dependencies
anstream ^0.6.13
normal
anstyle ^1.0.6
normal
bstr ^1.9.1
normal
clap ^4.5.4
normal
clap-verbosity-flag ^3.0.0
normal
colorchoice-clap ^1.0.3
normal
downcast-rs ^2.0.0
normal
elsa ^1.10.0
normal
env_logger ^0.11
normal
eyre ^0.6.12
normal
git-branch-stash ^0.10.1
normal
git-config-env ^0.2.1
normal
git2 >=0.16, <=0.20
normal
git2-ext ^0.6.1
normal
human-panic ^2.0.0
normal
humantime ^2.1.0
normal
ignore ^0.4.22
normal
indexmap ^2.2.6
normal
itertools ^0.14.0
normal
log ^0.4.21
normal
maplit ^1.0.2
normal
names ^0.14.0
normal
petgraph ^0.8.0
normal
proc-exit ^2.0.1
normal
shlex ^1.3.0
normal
termtree ^0.5.0
normal
assert_fs ^1.1.1
dev
automod ^1.0.14
dev
git-fixture ^0.3.4
dev
snapbox ^0.6.0
dev
Versions
11.31%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
git_
stack
0.10.19
Labels
Required Methods
get
Implementors
In git_
stack::
rewrite
git_stack
::
rewrite
Trait
Labels
Copy item path
Source
pub trait Labels { // Required method fn
get
(&self, mark_id:
Oid
) -> &
str
; }
Required Methods
§
Source
fn
get
(&self, mark_id:
Oid
) -> &
str
Implementors
§
Source
§
impl
Labels
for
NamedLabels
Source
§
impl
Labels
for
OidLabels