libc-nnsdk 0.4.0

Rust bindings for the parts of libc exposed by nnsdk, intended to be a in-place replacement for standard Rust libc bindings
Documentation
[dependencies.rustc-std-workspace-core]
optional = true
version = "1"

[features]
rustc-dep-of-std = ["rustc-std-workspace-core"]

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

[package]
authors = ["jam1garner <jam1.mcleod@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust bindings for the parts of libc exposed by nnsdk, intended to be a in-place replacement for standard Rust libc bindings"
documentation = "https://docs.rs/libc-nnsdk"
edition = "2018"
license = "MIT"
name = "libc-nnsdk"
readme = "README.md"
repository = "https://github.com/ultimate-research/libc-nnsdk"
version = "0.4.0"