rs-derive 0.1.0

A procedural macro library containing useful derive macros.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# rs-derive


<div style="display: flex; gap: 2em;">

[![Crates.io Downloads (latest version)](https://img.shields.io/crates/dv/rs-derive?style=for-the-badge&label=downloads&color=orange&link=https%3A%2F%2Fcrates.io%2Frs-derive)]

[![made-with-rust](https://img.shields.io/badge/Made%20with-Rust-1f425f.svg?style=for-the-badge)](https://www.rust-lang.org/)

[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg?style=for-the-badge)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)

</div>

`rs-derive` is part of the `rs-` toolsuite and contains useful derive macros such as the `#[derive(From)]` macro which allows for easy type conversion in enums and structs.

The `rs-derive` crate is published and maintained on crates.io by [mt4f](https://github.com/mt4f)