pagetop/helpers/pagetop-macros/README.md

2 KiB

PageTop Macros

A collection of macros that boost PageTop development.

License API Docs Crates.io Downloads

📦 About PageTop

PageTop is an opinionated web framework to build modular Server-Side Rendering 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.

It also includes an adapted version of SmartDefault (version 0.7.1) by Jane Doe, renamed as AutoDefault, to streamline the implementation of Default in PageTop projects.

Both adaptations eliminate the need to explicitly add maud or smart_default as dependencies in Cargo.toml files.

📜 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.