pagetop/helpers/pagetop-macros
2024-02-16 17:00:34 +01:00
..
src 🔥 Refactor TypeId/Any use, drop own Handle 2024-02-16 17:00:34 +01:00
Cargo.toml 🔖 [macros] release development version 0.0.8 2024-02-09 22:03:29 +01:00
README.md 📝 Doc tweaks 2024-02-10 00:53:24 +01:00

A collection of procedural macros that enhance the development experience within PageTop.

📦 About PageTop

PageTop is an opinionated Rust web development framework to build secure and modular Server-Side Rendering (SSR) web solutions.

🚧 Warning

PageTop framework is currently in active development. The API is unstable and subject to frequent changes. Production use is not recommended until version 0.1.0.

🔖 Credits

This crate includes an adapted version of maud-macros, version 0.25.0, by Chris Wong. This adaptation integrates its functionalities into PageTop, eliminating the need for direct references to maud in the Cargo.toml file of each project.

📜 License

All code in this crate is dual-licensed under either:

at your option. This means you can select the license you prefer! This dual-licensing approach is the de-facto standard in the Rust ecosystem.