musq 0.0.4

Musq is an asynchronous SQLite toolkit for Rust.
Documentation
1
2
3
4
5
6
use musq::Encode;

#[derive(Encode)]
struct NewType(i32);

fn main() {}