limnus-macros

Crates.iolimnus-macros
lib.rslimnus-macros
version0.0.12
sourcesrc
created_at2024-11-24 16:57:49.3856
updated_at2024-12-03 18:49:49.56476
descriptionmacros specific for the limnus types
homepage
repositoryhttps://github.com/swamp/limnus
max_upload_size
id1459369
size6,415
Peter Bjorklund (piot)

documentation

README

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.12"

License

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

Commit count: 19

cargo fmt