Skip to main contentCrate zyn_core
Source pub use pipes::*;
- ast
- case
- ident
- pipes
- camel
- Converts a string or ident to camelCase.
- kebab
- Converts a string or ident to kebab-case.
- pascal
- Converts a string or ident to PascalCase.
- screaming
- Converts a string or ident to SCREAMING_SNAKE_CASE.
- snake
- Converts a string or ident to snake_case.
- Expand
- Internal trait for expanding AST nodes into generated code.
- Pipe
- Trait for pipe transforms used via
{{ expr | pipe_name }} in templates. - Render
- Trait for renderable elements invoked via
@element_name(props) in templates.