Docs.rs
cargo-edit-0.8.0
cargo-edit 0.8.0
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
killercup
bjgill
ordian
epage
Dependencies
atty ^0.2.14
normal
cargo_metadata ^0.14.0
normal
crates-index ^0.17.0
normal
dirs-next ^2.0.0
normal
dunce ^1.0
normal
env_proxy ^0.4.1
normal
error-chain ^0.12.4
normal
git2 ^0.13.22
normal
hex ^0.4.2
normal
pathdiff ^0.2
normal
regex ^1.3.9
normal
semver ^1.0.0
normal
serde ^1.0.116
normal
serde_derive ^1.0.116
normal
serde_json ^1.0.58
normal
structopt ^0.3.18
normal
subprocess ^0.2.6
normal
termcolor ^1.1.0
normal
toml_edit ^0.3.1
normal
ureq ^1.5.1
normal
url ^2.1.1
normal
assert_cmd ^2.0.1
dev
assert_fs ^1.0.5
dev
predicates ^2.0
dev
pretty_assertions ^0.6.1
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition Result
Other items in
cargo_edit
?
Type Definition
cargo_edit
::
Result
[
−
]
[src]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Convenient wrapper around
std::Result
.