Cargo Features

r3_kernel has no features set by default.

[dependencies]
r3_kernel = { version = "0.1.4", features = ["inline_syscall", "system_time", "doc", "full", "chrono"] }
inline_syscall
priority_boost system_time full?
doc

Enable the diagram rendering by svgbob and other stuff [ref:doc_feature]

Enables enable of svgbobdoc

full = priority_boost, system_time

Enable all optional kernel features

Features from optional dependencies

chrono implicit feature

Enables chrono

chrono:

Date and time library for Rust