Docs.rs
git-stack-0.2.2
git-stack 0.2.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
epage
Dependencies
atty ^0.2
normal
bstr ^0.2
normal
clap ^2
normal
clap-verbosity-flag ^0.3
normal
env_logger ^0.9
normal
eyre ^0.6
normal
git-config-env ^0.1
normal
git2 ^0.13
normal
human-panic ^1
normal
ignore ^0.4
normal
itertools ^0.10
normal
log ^0.4
normal
maplit ^1
normal
proc-exit ^1
normal
serde ^1
normal
serde_json ^1
normal
structopt ^0.3
normal
toml ^0.5
normal
treeline ^0.1
normal
vec1 ^1
normal
yansi ^0.5.0
normal
assert_fs ^1
dev
git-fixture ^0.1
dev
Versions
5.11%
of the crate is documented
Go to latest version
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
☰
ayu
dark
light
?
Files
git_stack
backup
backup.rs
mod.rs
stack.rs
git
branches.rs
commands.rs
mod.rs
protect.rs
repo.rs
graph
actions.rs
mod.rs
node.rs
ops.rs
color.rs
config.rs
lib.rs
log.rs
>
1
2
3
4
5
6
7
mod
actions
;
mod
node
;
mod
ops
;
pub
use
actions
::
*
;
pub
use
node
::
*
;
pub
use
ops
::
*
;