<h1 align="center">crate_interface</h1>
<p align="center">Workspace for crate interface related crates</p>
<div align="center">
[](https://www.rust-lang.org/)
[](./LICENSE)
</div>
# Introduction
`crate_interface` 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.
> ax-crate-interface was derived from https://github.com/arceos-org/crate_interface
## Quick Start
```bash
# Enter the workspace directory
cd components/crate_interface
# 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.