strs_tools_meta 0.18.0

Procedural macros for strs_tools compile-time optimizations. Its meta module. Don't use directly.
Documentation
1
2
3
4
5
6
7
8
9
10
# Module :: `strs_tools_meta`

Procedural macros for `strs_tools`.

This crate provides the procedural macros used by the `strs_tools` crate. It is an internal dependency and should not be used directly. Instead, depend on `strs_tools`, which re-exports this functionality.

```toml
[dependencies]
strs_tools = "version"
```