userspace 0.1.11

Standard library for userspace applications
Documentation
[[bin]]
name = "userspace"
path = "src/entry.rs"
test = false

[build-dependencies.cc]
version = "1.0"

[build-dependencies.userspace_build]
features = ["with_std"]
package = "userspace"
version = "0.1.10"

[dependencies]

[features]
default = ["no_std"]
no_std = []
with_std = []

[lib]
name = "userspace"
path = "src/library.rs"
test = false

[package]
authors = ["José Gois <ze.gois.00@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["no-std", "os"]
description = "Standard library for userspace applications"
documentation = "https://docs.rs/bitflags"
edition = "2024"
homepage = "https://userspace.builders"
keywords = ["architecture", "operating_system"]
license-file = "LICENSE"
name = "userspace"
publish = true
readme = "README.md"
repository = "https://github.com/ze-gois/rust_userspace"
version = "0.1.11"

[profile.dev]

[profile.release]