| Crates.io | rsrusl |
| lib.rs | rsrusl |
| version | 0.1.5 |
| created_at | 2025-02-16 00:32:38.954437+00 |
| updated_at | 2025-03-29 22:09:47.95902+00 |
| description | A really simple useful library ported to Rust. |
| homepage | https://github.com/monitio/rusl/ |
| repository | https://github.com/monitio/rusl/ |
| max_upload_size | |
| id | 1557224 |
| size | 57,793 |
This is the Rust/Cargo implementation of Rusl.
rsrusl.You can see the crates.io/cargo package here.
cargo new projectName and cd projectName.cargo add rsrusluse rsrusl;
fn main() {
// Use our rusl library functions
rsrusl::hw();
let input = rsrusl::i::userinput("Enter your name: ");
rsrusl::g(&input);
}