getattrlistbulk 0.1.0

Safe Rust bindings for macOS getattrlistbulk() system call for high-performance directory enumeration
Documentation
[[bench]]
harness = false
name = "compare"
path = "benches/compare.rs"

[[bench]]
harness = false
name = "traversal"
path = "benches/traversal.rs"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.tempfile]
version = "3.10"

[features]
default = []
jwalk = []

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

[package]
authors = ["Josh Kornreich"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os::macos-apis", "filesystem", "api-bindings"]
description = "Safe Rust bindings for macOS getattrlistbulk() system call for high-performance directory enumeration"
documentation = "https://docs.rs/getattrlistbulk"
edition = "2021"
keywords = ["macos", "filesystem", "directory", "performance", "ffi"]
license = "MIT OR Apache-2.0"
name = "getattrlistbulk"
readme = "README.md"
repository = "https://github.com/quivent/getattrlistbulk-rs"
rust-version = "1.70"
version = "0.1.0"

[package.metadata.docs.rs]
targets = ["x86_64-apple-darwin", "aarch64-apple-darwin"]

[target.'cfg(target_os = "macos")'.dependencies.bitflags]
version = "2.4"

[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "0.2"

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

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

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