| Crates.io | veecle-osal-std |
| lib.rs | veecle-osal-std |
| version | 0.1.0 |
| created_at | 2025-09-16 13:33:55.289035+00 |
| updated_at | 2025-09-16 13:33:55.289035+00 |
| description | Veecle OS operating system abstraction layer implementation for `std` |
| homepage | https://veecle.io/ |
| repository | https://github.com/veecle/veecle-os |
| max_upload_size | |
| id | 1841698 |
| size | 53,799 |
Veecle OS operating system abstraction layer implementation for std.
This crate provides the standard library (std) implementation of the Veecle OS operating system abstraction layer API.
It implements the traits defined in veecle-osal-api using Tokio and standard library features, suitable for desktop and server environments.
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.