veecle-telemetry

Crates.ioveecle-telemetry
lib.rsveecle-telemetry
version0.1.0
created_at2025-09-16 14:20:02.393293+00
updated_at2025-09-16 14:20:02.393293+00
descriptionVeecle OS telemetry
homepagehttps://veecle.io/
repositoryhttps://github.com/veecle/veecle-os
max_upload_size
id1841789
size173,256
(veecle-release-bot)

documentation

README

veecle-telemetry

Veecle OS telemetry.

Overview

This crate provides telemetry collection and export capabilities for Veecle OS applications. It supports distributed tracing, structured logging, and metrics collection with support for both std and no_std 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.

Features

  • enable - Enable collecting and exporting telemetry data, should only be set in binary crates.
  • std - Enable standard library support.
  • alloc - Enable allocator support for dynamic data structures.
  • freertos - Enable FreeRTOS support.
  • system_time - Enable system time synchronization.
Commit count: 39

cargo fmt