Docs.rs
northstar-runtime-0.9.2
northstar-runtime 0.9.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
flxo
bzld
Dependencies
anyhow ^1.0.80
normal
async-stream ^0.3.4
normal
optional
async-trait ^0.1.80
normal
optional
base64 ^0.22.0
normal
optional
bincode ^1.3.3
normal
optional
bitflags ^2.6.0
normal
byteorder ^1.5.0
normal
optional
bytes ^1.6.0
normal
optional
bytesize ^1.3.0
normal
optional
caps ^0.5.5
normal
optional
cgroups-rs ^0.3.4
normal
optional
ed25519-dalek ^2.1.1
normal
optional
futures ^0.3.29
normal
optional
heck ^0.4.1
normal
optional
hex ^0.4.3
normal
optional
hmac ^0.12.1
normal
optional
humanize-rs ^0.1.5
normal
optional
humantime-serde ^1.1.1
normal
optional
inotify ^0.10.2
normal
optional
itertools ^0.12.1
normal
optional
lazy_static ^1.4.0
normal
optional
libc ^0.2.155
normal
optional
log ^0.4.22
normal
memchr ^2.6.2
normal
memfd ^0.6.4
normal
optional
memoffset ^0.9.0
normal
optional
nanoid ^0.4.0
normal
optional
nix ^0.29.0
normal
optional
pkg-version ^1.0.0
normal
optional
rand_core ^0.6.4
normal
optional
rlimit ^0.10.1
normal
optional
semver ^1.0.22
normal
serde ^1.0.164
normal
serde_json ^1.0.108
normal
optional
serde_plain ^1.0.2
normal
optional
serde_with ^3.8.1
normal
optional
serde_yaml ^0.9.34
normal
optional
sha2 ^0.10.8
normal
optional
strum ^0.26.2
normal
optional
strum_macros ^0.26.1
normal
optional
tempfile ^3.10.1
normal
optional
thiserror ^1.0.61
normal
tokio ^1.32.0
normal
optional
tokio-eventfd ^0.2.1
normal
optional
tokio-util ^0.7.10
normal
optional
toml ^0.8.14
normal
optional
umask ^2.1.0
normal
optional
url ^2.5.4
normal
optional
uuid ^1.9.1
normal
optional
validator ^0.19.0
normal
zeroize ^1.8.1
normal
optional
zip ^2.1.3
normal
optional
anyhow ^1.0.80
dev
memfd ^0.6.4
dev
proptest ^1.5.0
dev
rstest ^0.21.0
dev
serde_json ^1.0.108
dev
tokio ^1.32.0
dev
toml ^0.8.14
dev
anyhow ^1.0.80
build
bindgen ^0.69.4
build
optional
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
northstar_
runtime
0.9.2
All Items
Crate Items
Modules
Crate
northstar_runtime
Copy item path
Source
Expand description
Northstar container runtime
Modules
ยง
api
Northstar remote API. Control start and stop of applications and receive updates about container states.
common
Common internal types used in Northstar.
npk
Northstar package format and utils.
runtime
The Northstar runtime.
seccomp
Support for seccomp syscall filtering.