<center>
## lombok-macros
[](https://crates.io/crates/lombok-macros)
[](https://img.shields.io/crates/d/lombok-macros.svg)
[](https://docs.rs/lombok-macros)
[](https://github.com/crates-dev/lombok-macros/actions?query=workflow:Rust)
[](./LICENSE)
</center>
[Official Documentation](https://docs.ltpp.vip/lombok-macros/)
[Api Docs](https://docs.rs/lombok-macros/latest/)
> A Rust procedural macro collection providing Lombok-like functionality. Automatically generates getters/setters with field-level visibility control, custom Debug implementations with field skipping, and Display trait implementations. Supports structs, enums, generics and lifetimes.
## Installation
To use this crate, you can run cmd:
```shell
cargo add lombok-macros
```
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## Contact
For any inquiries, please reach out to the author at [root@ltpp.vip](mailto:root@ltpp.vip).