# Templated by `cargo-generate` using https://github.com/danielhenrymantilla/proc-macro-template [lib] path = "src/_lib.rs" [package] name = "extern-c" authors = [ "Daniel Henry-Mantilla ", ] version = "0.1.1-rc1" # Keep in sync edition = "2021" license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/danielhenrymantilla/extern-c.rs" documentation = "https://docs.rs/extern-c" readme = "README.md" description = """Convert a zero-sized closure into an `extern "C" fn(…)` pointer""" keywords = ["ffi", "extern", "c", "abi", "callback"] [features] better-docs = [ # allowed to break MSRV ] ui-tests = ["better-docs"] default = [ ] docs-rs = [ "better-docs", ] [dependencies] never-say-never.version = "6.6.666" [dev-dependencies] [workspace] [package.metadata.docs.rs] features = ["docs-rs"] rustdoc-args = [ # Use (with or without `open`): # ```md #
Click to hide # … #
# ``` # to get nice drop-down menus (and avoid the css bug with rustdoc). "--html-before-content", "fix-docsrs-li-details-summary.html", ]