cloudfox-coreshift-core 1.2.37

Low-level Linux and Android systems primitives for CoreShift (CloudFox)
Documentation
[package]
name = "cloudfox-coreshift-core"
version = "1.2.37"
edition = "2024"
rust-version = "1.85"
description = "Low-level Linux and Android systems primitives for CoreShift (CloudFox)"
license = "MPL-2.0"
repository = "https://github.com/CoreShiftD/CoreShift-Core"
homepage = "https://github.com/CoreShiftD/CoreShift-Core"
readme = "README.md"
keywords = ["android", "linux", "procfs", "inotify", "epoll"]
categories = ["os::linux-apis", "filesystem"]

# Keep the library target name stable so consumers can rename the dependency
# (e.g. `coreshift-core = { package = "cloudfox-coreshift-core", ... }`) without
# touching source.
[lib]
name = "coreshift_core"

[dependencies]
libc = { version = "0.2", default-features = false }