cpu-local 0.2.0

Architecture CPU-local register capability for TGOSKits
Documentation
[package]
name = "cpu-local"
version = "0.2.0"
description = "Architecture CPU-local register capability for TGOSKits"
repository.workspace = true
edition.workspace = true
authors.workspace = true
keywords.workspace = true
categories = ["os", "no-std"]
license.workspace = true

[features]
# Enable task-owned kernel TLS. Backends with an independent current register
# retain Linux current semantics; TP-aliased backends publish current through
# the CPU runtime anchor while TP carries the TLS base.
tls = []

# Use a thread-local register model for host-side tests.
host-test = []

[dependencies]
thiserror.workspace = true