| Crates.io | limnus-macros |
| lib.rs | limnus-macros |
| version | 0.0.20 |
| created_at | 2024-11-24 16:57:49.3856+00 |
| updated_at | 2025-09-17 13:13:13.426974+00 |
| description | macros specific for the limnus types |
| homepage | |
| repository | https://github.com/swamp/limnus |
| max_upload_size | |
| id | 1459369 |
| size | 7,548 |
limnus-macros is a procedural macro crate designed to simplify the implementation of common traits for limnus-resource type
in Rust applications. It provides a convenient way to derive the Resource trait for your types.
Resource trait for your structs.To use limnus-macros, add it to your Cargo.toml:
[dependencies]
limnus-macros = "0.0.20"
This project is licensed under the MIT License - see the LICENSE file for details.