| Crates.io | veecle-osal-api |
| lib.rs | veecle-osal-api |
| version | 0.1.0 |
| created_at | 2025-09-16 13:32:46.213047+00 |
| updated_at | 2025-09-16 13:32:46.213047+00 |
| description | Veecle OS operating system abstraction layer API |
| homepage | https://veecle.io/ |
| repository | https://github.com/veecle/veecle-os |
| max_upload_size | |
| id | 1841687 |
| size | 73,771 |
Veecle OS operating system abstraction layer API.
This crate defines the operating system abstraction layer (OSAL) API for Veecle OS. It provides trait definitions and interfaces for platform-agnostic abstractions over networking, time and logging.
Note: Most users should depend on the veecle-os crate instead of using this crate directly.
The veecle-os crate re-exports this functionality and provides a more complete API for building Veecle OS applications.
For examples and more detailed usage information, please refer to the repository.