veecle-os-runtime

Crates.ioveecle-os-runtime
lib.rsveecle-os-runtime
version0.1.0
created_at2025-09-16 14:24:35.653926+00
updated_at2025-09-16 14:24:35.653926+00
descriptionVeecle OS Runtime
homepagehttps://veecle.io/
repositoryhttps://github.com/veecle/veecle-os
max_upload_size
id1841803
size184,129
(veecle-release-bot)

documentation

README

veecle-os-runtime

This crate contains the core runtime for Veecle OS applications. It provides the actor-based programming model where applications are composed of actors that communicate using Reader and Writer types.

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.

Features

  • veecle-telemetry - Enables telemetry support for runtime instrumentation.
Commit count: 39

cargo fmt