axvisor_api 0.5.2

Basic API for components of the Hypervisor on ArceOS
Documentation
<h1 align="center">axvisor_api</h1>

<p align="center">Workspace for AxVisor API related crates</p>

<div align="center">

[![Rust](https://img.shields.io/badge/edition-2024-orange.svg)](https://www.rust-lang.org/)
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](./LICENSE)

</div>

English | [中文]README_CN.md

# 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

```bash
# 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](./LICENSE) for details.