Crate veecle_osal_api

Crate veecle_osal_api 

Source
Expand description

The Veecle OS operating system abstraction layer API.

Modules§

error 🔒
log
Traits for outputting log strings.
net
Network abstraction layer for TCP and UDP sockets.
thread
Abstractions for thread-related operations.
time
Abstractions for time-based operations.

Enums§

Error
An error that may happen during Veecle OS operations.

Type Aliases§

Result
A result with the Error error.