Crates.io | limnus-macros |
lib.rs | limnus-macros |
version | 0.0.12 |
source | src |
created_at | 2024-11-24 16:57:49.3856 |
updated_at | 2024-12-03 18:49:49.56476 |
description | macros specific for the limnus types |
homepage | |
repository | https://github.com/swamp/limnus |
max_upload_size | |
id | 1459369 |
size | 6,415 |
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.12"
This project is licensed under the MIT License - see the LICENSE file for details.