Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Rustfire
Note: This project is not ready for full usage. Please refrain from main usage until 1.0.0. This is because syntax is constantly changing and new systems are being added/removed.
RustFire is a project coded in Rust. It allows users to create DiamondFire templates through the use of the Rust programming language.
Installation
You can either type the following into your command prompt:
cargo add rustfire
or add the following to your cargo.toml:
[]
= "0.2.0"
Dependencies of this will be installed automatically.
After this, you will want to install Python 3 (if you don't have it already) and add the following to the root directory of your project. This file should be called send.py
:
=
# Connect to server and send data
This code opens a socket on 31372 for RustFire to send templates through. This will later be implemented as base into RustFire.
Usage
Here is a basic program written in RustFire.
use *;
// Code to be ran. This is usually split into multiple functions.
Check the examples directory for more examples.
Contribution
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.
License
This project falls under the MIT license. Read it at LICENSE.txt
Documentation
coming soonTM