# axfs_crates [![CI](https://github.com/arceos-org/axfs_crates/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/arceos-org/axfs_crates/actions/workflows/ci.yml) Crates for building filesystems: * [axfs_vfs](https://github.com/arceos-org/axfs_crates/tree/main/axfs_vfs): Virtual filesystem interfaces. [![Crates.io](https://img.shields.io/crates/v/axfs_vfs)](https://crates.io/crates/axfs_vfs) * [axfs_devfs](https://github.com/arceos-org/axfs_crates/tree/main/axfs_devfs): Device filesystem. [![Crates.io](https://img.shields.io/crates/v/axfs_devfs)](https://crates.io/crates/axfs_devfs) * [axfs_ramfs](https://github.com/arceos-org/axfs_crates/tree/main/axfs_ramfs): RAM filesystem. [![Crates.io](https://img.shields.io/crates/v/axfs_ramfs)](https://crates.io/crates/axfs_ramfs)