Note: This project is not ready for full usage. Please refrain from main usage until 1.0.0.
RustFire is a project coded in Rust. It allows users to create DiamondFire templates through the use of the Rust programming language.
You can either type the following into your command prompt:
cargo add rustfire
or add the following to your cargo.toml:
toml
[dependencies]
rustfire = "0.1.1"
Dependencies of this will be installed automatically.
Here is a basic program written in RustFire. ```rust use rustfire::*;
fn playerjoin() { playerevent!(join); playeraction!(sendmessage "Hello %default!"); build!(); } ``` Check the examples directory for more examples.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This project falls under the MIT license. Read it at LICENSE.txt
"ahhhhhhhhhhh" - hppeng
Wise words hppeng, wise words.