musq 0.0.4

Musq is an asynchronous SQLite toolkit for Rust.
Documentation
1
2
3
4
5
error: structs must have exactly one unnamed field
 --> tests/trybuild/fail_codec.rs:4:1
  |
4 | struct Bad { a: i32 }
  | ^^^^^^^^^^^^^^^^^^^^^