linux-stat 0.3.0

A pure Rust library that implements stat functions on linux with only syscalls.
Documentation
[dependencies.linux-syscalls]
default-features = false
version = "0.1.1"

[features]
default = ["std"]
linux_4_11 = []
std = ["linux-syscalls/std", "cstr_core/alloc"]

[package]
authors = ["shurizzle <shura1991@gmail.com>"]
description = "A pure Rust library that implements stat functions on linux with only syscalls."
documentation = "https://docs.rs/linux-stat"
edition = "2018"
homepage = "https://github.com/shurizzle/linux-stat"
keywords = ["syscall", "no_std", "linux", "stat", "fs"]
license = "MIT"
name = "linux-stat"
readme = "README.md"
repository = "https://github.com/shurizzle/linux-stat"
version = "0.3.0"

[package.metadata]
msrv = "1.46.0"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = ["aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabi", "mips-unknown-linux-gnu", "mips64-unknown-linux-gnuabi64", "powerpc-unknown-linux-gnu", "powerpc64-unknown-linux-gnu", "riscv32gc-unknown-linux-gnu", "riscv64gc-unknown-linux-gnu", "s390x-unknown-linux-gnu", "i686-unknown-linux-gnu", "loongarch64-unknown-linux-gnu"]
[target."cfg(all(unix, not(target_arch = \"loongarch64\")))".dependencies.cstr_core]
default-features = false
version = "0.2.6"

[target."cfg(all(unix, not(target_arch = \"loongarch64\")))".dependencies.cty]
default-features = false
version = "0.2.2"
[target."cfg(target_os = \"linux\")".dev-dependencies.libc]
default-features = false
version = "0.2.144"