| Crates.io | veecle-osal-embassy |
| lib.rs | veecle-osal-embassy |
| version | 0.1.0 |
| created_at | 2025-09-16 15:25:38.731736+00 |
| updated_at | 2025-09-16 15:25:38.731736+00 |
| description | Veecle OS operating system abstraction layer implementation for Embassy |
| homepage | https://veecle.io/ |
| repository | https://github.com/veecle/veecle-os |
| max_upload_size | |
| id | 1841926 |
| size | 71,033 |
Veecle OS operating system abstraction layer implementation for Embassy.
This crate provides the Embassy implementation of the Veecle OS operating system abstraction layer API.
It implements the traits defined in veecle-osal-api.
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.
Tests rely on Embassy's mock driver implementation. The mock driver is shared within a binary, so every test must be a separate binary.
Tests are implemented using a custom "loopback"-like driver.