Docs.rs
kiln-0.2.0
kiln 0.2.0
Permalink
Docs.rs crate page
GPL-3.0
Links
crates.io
Source
Owners
swissChili
Dependencies
uuid ^0.7
normal
Versions
36.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
kiln
0.2.0
All Items
Crate Items
Macros
Structs
Enums
Traits
Functions
Crate
kiln
Copy item path
Source
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
Table
Spec
Enums
§
Column
Column
Value
Traits
§
ToCell
Wraps the type in a ColumnValue enum. Allows for doing things like
123.to_cell()
instead of
ColumnValue::i32(123)
All int types are cast to an i32 because it makes the db simpler.
Functions
§
stringify_
col
Take a ColumnValue and return a stringified representation of it eg: