rsrusl

Crates.iorsrusl
lib.rsrsrusl
version0.1.5
created_at2025-02-16 00:32:38.954437+00
updated_at2025-03-29 22:09:47.95902+00
descriptionA really simple useful library ported to Rust.
homepagehttps://github.com/monitio/rusl/
repositoryhttps://github.com/monitio/rusl/
max_upload_size
id1557224
size57,793
obvbeans (james-beans)

documentation

README

This is the Rust/Cargo implementation of Rusl.

  • I am aware that there is an existing rusl package on cargo. This is not the rusl package from here. Because of this I have renamed the rust version to rsrusl.

You can see the crates.io/cargo package here.

How to use:

  1. Make a Rust project with Cargo with: cargo new projectName and cd projectName.
  2. Add rusl to the project using: cargo add rsrusl
  3. Use rusl in your project like:
use rsrusl;

fn main() {
    // Use our rusl library functions

    rsrusl::hw();
    let input = rsrusl::i::userinput("Enter your name: ");
    rsrusl::g(&input);
}
Commit count: 38

cargo fmt