| Crates.io | mr_utils_macro |
| lib.rs | mr_utils_macro |
| version | 0.1.9 |
| created_at | 2025-02-18 08:13:13.746626+00 |
| updated_at | 2025-02-20 07:53:20.599654+00 |
| description | utils attribute for Rust |
| homepage | |
| repository | https://github.com/supaatwi/mr_utils_macro.git |
| max_upload_size | |
| id | 1559685 |
| size | 17,879 |
A collection of practical derive macros for Rust to enhance struct functionality and reduce boilerplate code.
Automatically implements a to_vec method for structs that converts selected or all fields into a vector of strings. Useful for data conversion, serialization, and integration with other systems.
Add this to your Cargo.toml:
[dependencies]
mr_utils_macro = "0.1.0"
MIT
Feel free to: