musq 0.0.4

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

#[derive(Decode)]
struct Bad { a: i32 }

fn main() {}