Docs.rs
polyhorn-cli-0.4.0
polyhorn-cli 0.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
cutsoy
Dependencies
ansi_term ^0.12.1
normal
cargo_metadata ^0.11.2
normal
clap =3.0.0-beta.1
normal
clap_derive =3.0.0-beta.1
normal
dialoguer ^0.6.2
normal
dirs ^3.0.1
normal
fs3 ^0.5.0
normal
futures ^0.3.8
normal
indicatif ^0.15.0
normal
inflections ^1.1.1
normal
notify ^4.0.15
normal
path-absolutize ^3.0.6
normal
plist ^1.0.0
normal
resvg ^0.11.0
normal
serde ^1.0.116
normal
serde_json ^1.0.57
normal
serde_yaml ^0.8.13
normal
sha1 ^0.6.0
normal
simctl ^0.1.1
normal
smart-default ^0.6.0
normal
tinytemplate ^1.1.0
normal
tokio ^0.2.0
normal
toml ^0.5.6
normal
usvg ^0.11.0
normal
warp ^0.2.5
normal
Versions
98.99%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
?
1
2
3
4
5
//! Android-specific implementations of Polyhorn CLI commands.
mod
run
;
pub
use
run
::
run
;