getoptions
🍄️ Console
Console is a simple Mush module that print amazing output in Rush-style!
Installation
To use Console, add it as a dependency in your Manifest.toml:
[dependencies]
console = "mush console"
Usage
Console is incredibly easy to use. Simply follow these steps to get started:
- Import the module into your project.
- Call the provided functions to enjoy its amazing features.
Here’s a basic example of how to use MyRustModule in your Rust code:
extern package console
main() {
console_log "Hello World!"
}
License
This project is licensed under the MIT License - see the LICENSE file for details.