#game #derive

macro limnus-macros

macros specific for the limnus types

11 releases

Uses new Rust 2024

0.0.20 Sep 17, 2025
0.0.19 Jul 11, 2025
0.0.18 Apr 5, 2025
0.0.17 Mar 6, 2025
0.0.11 Nov 30, 2024

#217 in #derive

Download history 88/week @ 2025-06-24 199/week @ 2025-07-01 312/week @ 2025-07-08 131/week @ 2025-07-15 136/week @ 2025-07-22 65/week @ 2025-07-29 103/week @ 2025-08-05 34/week @ 2025-08-12 130/week @ 2025-08-19 156/week @ 2025-08-26 235/week @ 2025-09-02 155/week @ 2025-09-09 357/week @ 2025-09-16 136/week @ 2025-09-23 227/week @ 2025-09-30 59/week @ 2025-10-07

820 downloads per month
Used in 58 crates (7 directly)

MIT license

6KB
58 lines

limnus-macros 🧱

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.

✨ Features

  • Derive Macro: Automatically implement the Resource trait for your structs.
  • Type Safety: Ensures that only types marked as resources can be stored and managed by limnus-resource.
  • Ease of Use: Reduce boilerplate code when implementing traits for multiple types.

📦 Installation

To use limnus-macros, add it to your Cargo.toml:

[dependencies]
limnus-macros = "0.0.20"

License

This project is licensed under the MIT License - see the LICENSE file for details.

Dependencies

~155–560KB
~13K SLoC