Crates.io | swamp-macros |
lib.rs | swamp-macros |
version | 0.0.10 |
source | src |
created_at | 2024-11-08 20:13:03.1721 |
updated_at | 2024-11-14 15:33:46.954276 |
description | swamp macros specific for the swamp game engine |
homepage | |
repository | https://github.com/swamp/swamp |
max_upload_size | |
id | 1441521 |
size | 5,769 |
swamp-macros
is a procedural macro crate designed to simplify the implementation of common traits for swamp-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 swamp-macros
, add it to your Cargo.toml
:
[dependencies]
swamp-macros = "0.0.10"
This project is licensed under the MIT License - see the LICENSE file for details.