yew-and-bulma-macros

[![Build status](https://github.com/filipdutescu/yew-and-bulma/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/filipdutescu/yew-and-bulma-macros/actions/workflows/ci.yaml) [![Crates.io](https://img.shields.io/crates/v/yew-and-bulma-macros)](https://crates.io/crates/yew-and-bulma-macros) [![Documentation](https://docs.rs/yew-and-bulma-macros/badge.svg)](https://docs.rs/yew-and-bulma-macros) ![Licenses](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue?style=flat-square)

Procedural macros for [Yew and Bulma][`yew-and-bulma`]

Documentation | Changelog

This crate provides various procedural macros used by the [yew-and-bulma] crate.

More information about this crate can be found in the crate documentation.

Table of contents

  1. Safety
  2. Minimum supported Rust version
  3. Contributing
  4. License

Safety

This crate uses #![forbid(unsafe_code)] to ensure everything is implemented in 100% safe Rust.

Minimum supported Rust version

Current MSRV is 1.60.

Contributing

Since it is in the early stages of development, no contributing guidelines are present.

License

yew-and-bulma-macros is licensed under the terms of the MIT License or the Apache License 2.0, at your choosing.

Contribution