sqlite-err-parser 0.4.0

Deconstruct certain sqlite errors
Documentation
[badges.maintenance]
status = "experimental"

[dependencies.rusqlite]
version = "0.38.0"

[lib]
name = "sqlite_err_parser"
path = "src/lib.rs"

[lints.clippy]
print_stderr = "warn"
print_stdout = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "Deconstruct certain sqlite errors"
edition = "2024"
exclude = [".fossil-settings", ".efiles", ".fslckout", "www", "bacon.toml", "rustfmt.toml"]
keywords = ["sqlite", "rusqlite", "parsing", "error"]
license = "0BSD"
name = "sqlite-err-parser"
readme = "README.md"
repository = "https://repos.qrnch.tech/pub/sqlite-err-parser"
rust-version = "1.85"
version = "0.4.0"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]

[[test]]
name = "check"
path = "tests/check.rs"

[[test]]
name = "foreign"
path = "tests/foreign.rs"

[[test]]
name = "notnull"
path = "tests/notnull.rs"

[[test]]
name = "uniq"
path = "tests/uniq.rs"