floccus-proc 0.3.0

Procedural macros for floccus crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# floccus-proc

[![License](https://img.shields.io/github/license/ScaleWeather/floccus-proc)](https://choosealicense.com/licenses/apache-2.0/)
[![Crates.io](https://img.shields.io/crates/v/floccus-proc)](https://crates.io/crates/floccus)
[![dependency status](https://deps.rs/repo/github/ScaleWeather/floccus-proc/status.svg)](https://deps.rs/repo/github/ScaleWeather/floccus-proc)

Procedural macros for floccus

This crate contains procedural attribute macros (currently only one) used by the
[floccus](https://crates.io/crates/floccus). But potentially can be used in some
other crates, although will never be adapted to work with any other crate.

Source code of this crate is a modified copy of [derive-name-macros](https://crates.io/crates/derive-name-macros).
Check that crate for more versatile deriving of type names.