[package]
edition = "2021"
rust-version = "1.87"
name = "uncore"
version = "0.1.0"
authors = ["iyulab"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared C-ABI plumbing and error-kind conventions for the un* document extraction family"
homepage = "https://github.com/iyulab/uncore"
documentation = "https://docs.rs/uncore"
readme = "README.md"
keywords = [
"ffi",
"c-abi",
"error-handling",
"document",
"extraction",
]
categories = [
"development-tools::ffi",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/iyulab/uncore"
[lib]
name = "uncore"
path = "src/lib.rs"
[dependencies]
[lints.rust]
missing_docs = "deny"
unsafe_op_in_unsafe_fn = "deny"