Docs.rs
soroban-cli-0.8.0
soroban-cli 0.8.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
graydon
leighmcculloch
stellar-crates
Dependencies
base64 ^0.13.0
normal
chrono ^0.4.23
normal
clap ^4.1.8
normal
clap-markdown ^0.1.3
normal
clap_complete ^4.1.4
normal
csv ^1.1.6
normal
dirs ^4.0.0
normal
ed25519-dalek ^1.0.1
normal
ethnum ^1.3.2
normal
heck ^0.4.1
normal
hex ^0.4.3
normal
http ^0.2.9
normal
itertools ^0.10.5
normal
jsonrpsee-core ^0.18.1
normal
jsonrpsee-http-client ^0.18.1
normal
num-bigint ^0.4
normal
rand ^0.8.5
normal
regex ^1.6.0
normal
rpassword ^7.2.0
normal
sep5 ^0.0.2
normal
serde ^1.0.82
normal
serde-aux ^4.1.2
normal
serde_derive ^1.0.82
normal
serde_json ^1.0.82
normal
sha2 ^0.10.6
normal
shlex ^1.1.0
normal
soroban-env-host ^0.0.16
normal
soroban-ledger-snapshot ^0.8.0
normal
soroban-sdk ^0.8.0
normal
soroban-spec ^0.8.0
normal
stellar-strkey ^0.0.7
normal
strsim ^0.10.0
normal
termcolor ^1.1.3
normal
termcolor_output ^1.0.1
normal
thiserror ^1.0.31
normal
tokio ^1
normal
toml ^0.5.9
normal
tracing ^0.1.37
normal
tracing-appender ^0.2.2
normal
tracing-subscriber ^0.3.16
normal
wasm-opt ^0.112.0
normal
wasmparser ^0.90.0
normal
which ^4.4.0
normal
assert_cmd ^2.0.4
dev
assert_fs ^1.0.7
dev
predicates ^2.1.5
dev
crate-git-revision ^0.0.4
build
Versions
14.59%
of the crate is documented
This release has been yanked, 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
☰
Pwd
Required Methods
set_pwd
Implementors
In soroban_cli
?
Trait
soroban_cli
::
Pwd
source
·
[
−
]
pub trait Pwd { // Required method fn
set_pwd
(&mut self, pwd: &
Path
); }
Required Methods
§
source
fn
set_pwd
(&mut self, pwd: &
Path
)
Implementors
§
source
§
impl
Pwd
for soroban_cli::commands::config::locator::
Args
source
§
impl
Pwd
for soroban_cli::commands::config::
Args
source
§
impl
Pwd
for
Cmd