Status: WORK IN PROGRESS
This crate provides a set of macros for the RISC OS Merlin Operating System. It is designed to be used with the Merlin development environment and provides a convenient way to define and use macros in your code.
RISC OS Merlin is Copyright (c) by Paolo Fabio Zaino, all rights reserved. This project is licensed under MPL 2.0, see the LICENSE file for details.
To use this crate, add the following line to your Cargo.toml
file:
[dependencies]
merlin-macros = "0.1"
Then, in your Rust code, you can use the macros provided by this crate:
use merlin_macros::macro_name;
To build the documentation for this crate, run the following command:
cargo doc --open