[−][src]Crate kiln
Macros
row | Creates a new Row object from an abstract HashMap-like representation |
select | Select a single column from the rows given. Basically just a map func. |
table | Shorthand for creating a table spec: |
Structs
Db | |
Row | |
Table | |
TableSpec |
Enums
Column | |
ColumnValue |
Traits
ToCell | Wraps the type in a ColumnValue enum. Allows for doing
things like |
Functions
stringify_col | Take a ColumnValue and return a stringified representation of it eg: |