typed_ecs_macros 0.0.3

Procedural macros for `typed_ecs`
Documentation
1
2
3
4
5
6
7
8
9
10
11
# typed_ecs_macros

[![License](https://img.shields.io/badge/license-MIT-orange)](https://github.com/heydocode/typed_ecs)

## About

This proc-macro crate contains macros used by [`typed_ecs`](https://crates.io/crates/typed_ecs).

All macro documentation can be found in the source code, and how to use it is shown in the [typed_ecs examples folder](https://github.com/heydocode/typed_ecs/tree/main/examples)).

Further, documentation will be enhanced, and this README too. If you find any ambiguities, in the documentation of the macros or of the `typed_ecs` crate itself, please [submit an issue](https://github.com/heydocode/typed_ecs/issues). (TODO!)