10 unstable releases (3 breaking)

Uses new Rust 2024

new 0.5.8 May 15, 2026
0.5.7 May 9, 2026
0.5.2 Apr 15, 2026
0.3.0 Mar 5, 2026
0.1.0 Jul 30, 2025

#2285 in Embedded development

Download history 7/week @ 2026-01-21 392/week @ 2026-01-28 387/week @ 2026-02-04 37/week @ 2026-02-11 104/week @ 2026-02-18 149/week @ 2026-02-25 319/week @ 2026-03-04 190/week @ 2026-03-11 139/week @ 2026-03-18 35/week @ 2026-03-25 11/week @ 2026-04-01 60/week @ 2026-04-08 19/week @ 2026-04-15 6/week @ 2026-04-22 15/week @ 2026-05-06

58 downloads per month
Used in 13 crates (11 directly)

Apache-2.0

42KB
205 lines

axvisor_api

Workspace for AxVisor API related crates

Rust License

English | 中文

Introduction

axvisor_api is a workspace that groups related TGOSKits components under a unified layout. It helps organize closely related crates that are typically developed, versioned, and used together.

axvisor_api was derived from https://github.com/arceos-org/axvisor_api

Workspace Members

  • axvisor_api_proc

Quick Start

# Enter the workspace directory
cd components/axvisor_api

# Format code
cargo fmt --all

# Run clippy
cargo clippy --workspace --all-targets --all-features

# Run tests
cargo test --workspace --all-features

License

Licensed under the Apache License, Version 2.0. See LICENSE for details.

Dependencies

~6.5MB
~109K SLoC