Docs.rs
rust-script-0.36.0
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
rust-script 0.36.0
Command-line tool to run Rust "scripts" which can make use of crates.
Crate
Source
Builds
Feature flags
Hide files
..
justfile
fib.ers
hello-without-main.ers
hello.ers
test-examples.sh
time-main.ers
time-without-main.ers
1
2
3
#!/usr/bin/env rust-script println!("hello, rust");