Docs.rs
stellar-scaffold-cli-0.0.21
stellar-scaffold-cli 0.0.21
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
willemneal
Dependencies
cargo_metadata ^0.18.1
normal
cargo_toml ^0.22
normal
clap ^4.5.51
normal
degit-rs ^0.2.3
normal
dialoguer ^0.12.0
normal
dirs ^6.0.0
normal
flate2 ^1.1
normal
fs_extra ^1.3
normal
heck ^0.5.0
normal
hex ^0.4.3
normal
ignore ^0.4
normal
indexmap ^2.12
normal
itertools ^0.14.0
normal
notify ^8.2.0
normal
rand ^0.8.5
normal
regex ^1.12.2
normal
reqwest ^0.12.9
normal
serde ^1.0.228
normal
serde_json ^1.0.145
normal
sha2 ^0.10.9
normal
shlex ^1.1.0
normal
stellar-rpc-client ^25.0.0
normal
soroban-spec-tools ^25.1.0
normal
stellar-build ^0.0.6
normal
soroban-cli ^25.1.0
normal
stellar-scaffold-ext-types ^0.0.1
normal
stellar-strkey ^0.0.15
normal
stellar-xdr ^25.0.0
normal
tar ^0.4
normal
tempfile ^3.23
normal
thiserror ^2.0.17
normal
tokio ^1
normal
tokio-stream ^0.1
normal
toml ^0.9
normal
toml_edit ^0.23.9
normal
webbrowser ^1.0.6
normal
assert_cmd ^2.1.1
dev
assert_fs ^1.1.3
dev
mockito ^0.31
dev
predicates ^3.1.3
dev
rstest ^0.26.1
dev
tempfile ^3.23
dev
uuid ^1.18.1
dev
walkdir ^2.3
dev
crate-git-revision ^0.0.6
build
Versions
18.31%
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
Skip to main content
Module extension
stellar_
scaffold_
cli
0.0.21
Module extension
Module Items
Structs
Enums
Functions
In crate stellar_
scaffold_
cli
stellar_scaffold_cli
Module
extension
Copy item path
Source
Structs
§
Extension
List
Entry
Per-entry result returned by
list
.
Resolved
Extension
A fully validated, ready-to-invoke extension.
Enums
§
Extension
List
Status
The resolved status of a single extension entry, used by
ext ls
.
Functions
§
discover
Resolves each entry in
entries
to a
ResolvedExtension
by finding the binary on
PATH
, invoking
<binary> manifest
, and parsing the output.
list
Returns one
ExtensionListEntry
per entry in
entries
, including entries whose binary is missing or whose manifest is broken. Unlike
discover
, this never skips entries — it is intended for display, not for hook dispatch.
run_
hook
Runs a single lifecycle hook across all registered extensions.