This is a collection of macros for the [Ruxt](https://ruxt.rs) web framework.
Add the following to your `Cargo.toml`:
```toml
[dependencies]
ruxt-macros = "0.1.0"
```
```rust
async fn main() -> std::io::Result<()> {
let test_data = "Hello, World!";
This project is licensed under the MIT license.