aboutsummaryrefslogtreecommitdiff
path: root/core/os/doc.odin
blob: 10087a5e1550a0f79b76e05561e5b9a962cc824a (plain)
1
2
3
// A cross-platform API for things like `I/O`, intended to be uniform across all operating systems.
// Features not generally available appear in the system-specific packages under `core:sys`.
package os