Docs.rs
quickscript-0.5.5
quickscript 0.5.5
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
RedstoneWizard08
Dependencies
anyhow ^1.0.75
normal
clap ^4.3.24
normal
clap-verbosity-flag ^2.1.0
normal
clap_complete ^4.3.2
normal
const_format ^0.2.32
normal
cranelift ^0.101.0
normal
cranelift-codegen ^0.101.0
normal
cranelift-frontend ^0.101.0
normal
cranelift-module ^0.101.0
normal
cranelift-native ^0.101.0
normal
cranelift-object ^0.101.0
normal
log ^0.4.20
normal
notify ^6.1.1
normal
object ^0.32.1
normal
phf ^0.11.2
normal
pretty_env_logger ^0.5.0
normal
qsc-cranelift-jit ^0.104.0
normal
rand ^0.8.5
normal
target-lexicon ^0.12.12
normal
tempfile ^3.8.1
normal
which ^5.0.0
normal
Versions
12.39%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
quickscript
0.5.5
Command
Required Methods
execute
Implementors
In quickscript::
cmd
quickscript
::
cmd
Trait
Command
Copy item path
Source
pub trait Command { // Required method fn
execute
(&mut self) ->
Result
<
()
>; }
Required Methods
§
Source
fn
execute
(&mut self) ->
Result
<
()
>
Implementors
§
Source
§
impl
Command
for
Commands
Source
§
impl
Command
for
CompileCommand
Source
§
impl
Command
for
CompletionsCommand
Source
§
impl
Command
for
RunCommand
Source
§
impl
Command
for
Cli
Source
§
impl
Command
for
WatchCommand