ax-crate-interface 0.5.7

Provides a way to define an interface (trait) in a crate, but can implement or use it in any crate.
Documentation
<h1 align="center">crate_interface</h1>

<p align="center">crate interface 相关 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 | 中文

# 介绍

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


> ax-crate-interface 派生自 https://github.com/arceos-org/crate_interface

## 快速开始

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

# 代码格式化
cargo fmt --all

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

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

# 许可证

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