zyn 0.5.4

A proc macro framework with templates, composable elements, and built-in diagnostics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod builtin;
mod camel;
mod custom;
mod doc;
mod fmt_pipe;
mod ident_pipe;
mod kebab;
mod pascal;
mod plural;
mod screaming;
mod singular;
mod snake;
mod str_pipe;
mod trim;