mod_template 0.3.0

Creating macros that define modules from template modules
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# `mod_template`

![Crates.io](https://img.shields.io/crates/v/mod_template)
![docs.rs](https://img.shields.io/docsrs/mod_template)

Make modules flexible.

This project is still WIP. Please check the documentation of
`mod_template_macros::define` for usage for now.

[ui_tests/tests/x-sqlx.rs] is a good starting point for understanding the usage
of this project.

[ui_tests/tests/x-sqlx.rs]: https://github.com/umajho/mod_template/blob/main/ui_tests/tests/x-sqlx.rs