Simplicio
Get rid of the annoying boilerplate with Rust.
Features
- String::from() becomes
s!() - String concatination with
cnct!() - HashMap instantialization with initial values with
map!()
Getting Started
To start using Simplicio, add the following to your Cargo.toml:
[]
= "0.1.0"
- Minimum supported Rust version:
1.56.1
Usage
String creation and concatination
use *;
use *;
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
._. why would you do this?