veecle-osal-std

Crates.ioveecle-osal-std
lib.rsveecle-osal-std
version0.1.0
created_at2025-09-16 13:33:55.289035+00
updated_at2025-09-16 13:33:55.289035+00
descriptionVeecle OS operating system abstraction layer implementation for `std`
homepagehttps://veecle.io/
repositoryhttps://github.com/veecle/veecle-os
max_upload_size
id1841698
size53,799
(veecle-release-bot)

documentation

README

veecle-osal-std

Veecle OS operating system abstraction layer implementation for std.

Overview

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.

Commit count: 39

cargo fmt