[dependencies.cfg-if]
version = "1"
[dependencies.libc]
version = "0.2.171"
[dependencies.measure-null-str]
version = "0.0.0"
[lib]
name = "readdir_sys"
path = "src/lib.rs"
[lints.clippy]
dbg_macro = "warn"
manual_let_else = "warn"
type_complexity = "allow"
unnecessary_wraps = "warn"
used_underscore_binding = "warn"
[lints.clippy.pedantic]
level = "allow"
priority = -1
[lints.rust]
unreachable_pub = "allow"
[package]
authors = ["d@nny mc² <dmc2@hypnicjerk.ai>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous", "concurrency", "filesystem", "os::unix-apis"]
description = """
A wrapper over POSIX `readdir`.
"""
edition = "2024"
keywords = ["walk", "crawl", "directory", "recursive", "filesystem"]
license = "LGPL-3.0-or-later"
name = "readdir-sys"
readme = false
repository = "https://codeberg.org/cosmicexplorer/ignoramus"
resolver = "2"
rust-version = "1.85.0"
version = "0.0.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]