useless_setter_maker 0.1.0

Macro for generating setter methods.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Useless Setter Maker

<a href="https://crates.io/crates/useless-setter-maker">
    <img src="https://img.shields.io/crates/v/useless_setter_maker" alt="Crate version">
</a>
<a>
    <img src="https://img.shields.io/badge/license-Apache 2.0-green?logo=rust" alt="License">
</a>
<a>
    <img src="https://img.shields.io/badge/rust-1.85.0-green?logo=rust" alt="Rust version">
</a>
<a href="https://github.com/madnoberson/useless-macros/actions/workflows/lint-and-test.yaml" target="_blank">
    <img src="https://img.shields.io/github/actions/workflow/status/madnoberson/useless-macros/lint-and-test.yaml?logo=github" alt="Status of passing 'lint-and-test' workflow">
</a>

## License

This project is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) file for details.