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][docs]. # Table of contents 1. [Safety](#safety) 2. [Minimum supported Rust version](#minimum-supported-rust-version) 2. [Contributing](#contributing) 3. [License](#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](https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html). ## 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 [`yew-and-bulma`]: https://crates.io/crates/yew-and-bulma [docs]: https://docs.rs/yew-and-bulma-macros