rusty_helloworld 0.1.0

Mastering Rust, step by playful step.Rusty_Helloworld is your one-stop shop for exploring the diverse landscape of Rust through practical examples. Whether you're a beginner diving into basic concepts or an intermediate looking to solidify your understanding, this crate offers a unique learning experience with code that resonates.
Documentation
1
2
3
4
5
pub fn setup(){
    
}
// used this way if there's some common stuff you want the tests to use
// This has also become a module that other tests can utilize