axvisor_api 0.5.2

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

<p align="center">AxVisor API 相关 crate 工作区</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.md | 中文

# 介绍

`axvisor_api` 是一个工作区,用于将相关的 TGOSKits 组件放在统一的目录结构下,便于协同开发、版本管理与组合使用。

> axvisor_api 派生自 https://github.com/arceos-org/axvisor_api

## 工作区成员

- `axvisor_api_proc`

## 快速开始

```bash
# 进入工作区目录
cd components/axvisor_api

# 代码格式化
cargo fmt --all

# 运行 clippy
cargo clippy --workspace --all-targets --all-features

# 运行测试
cargo test --workspace --all-features
```

# 许可证

本项目采用 Apache License 2.0 许可证。详情见 [LICENSE](./LICENSE)。