fsqlite-error 0.3.2

Structured error types for FrankenSQLite
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "fsqlite-error"
version = "0.3.2"
description = "Structured error types for FrankenSQLite"
edition.workspace = true
license-file.workspace = true
repository.workspace = true

[dependencies]
thiserror = { workspace = true }

[lints]
workspace = true