kon_macros

Crates.iokon_macros
lib.rskon_macros
version0.2.0
created_at2026-01-09 20:03:02.729784+00
updated_at2026-01-17 12:06:33.693812+00
descriptionProcedural macros for the Kon Engine.
homepagehttps://github.com/cey0225/kon
repositoryhttps://github.com/cey0225/kon
max_upload_size
id2032760
size12,860
Ceyhun (cey0225)

documentation

README

kon_macros

kon_macros contains the procedural macros for the Kon Engine ecosystem.

Scope

  • #[component]: Auto-derives Debug, Clone, PartialEq for component structs.
  • #[system]: Validates system function signatures at compile time.

Usage

This crate is primarily designed to work alongside kon_ecs. While it can be installed independently, it is best used as part of the full engine suite.

# Recommended: Install the full engine
cargo add kon-engine

# Or use with kon_ecs
cargo add kon_ecs kon_macros

License

MIT OR Apache-2.0

Commit count: 54

cargo fmt