Expand description
Std basic operating system abstraction layer for Veecle OS.
This provides the primitives that we need to use in Veecle OS, using the std library.
Modules§
- log
- Logging related system utilities.
- net
- Networking abstractions for the std platform.
- time
- Reexport of
std::time
modules.
Enums§
- Error
- An error that may happen during Veecle OS operations.
Type Aliases§
Attribute Macros§
- main
- Marks an async
main
function as the entrypoint to a Veecle OS application.