update Cargo.toml & README

master
WangRunji 6 years ago
parent b216da64ce
commit 48b3c2618a

@ -1,7 +1,7 @@
[package] [package]
name = "simple-filesystem" name = "simple-filesystem"
version = "0.0.1" version = "0.1.0"
authors = ["WangRunji <wangrunji0408@163.com>"] authors = ["WangRunji <wangrunji0408@163.com>", "Ben Pig Chu <benpichu@gmail.com>"]
edition = "2018" edition = "2018"
[[bin]] [[bin]]
@ -15,5 +15,4 @@ static_assertions = "0.3"
spin = "0.4" spin = "0.4"
[features] [features]
debug_print = []
std = [] std = []

@ -4,8 +4,6 @@
A Rust implementation for SFS in [ucore_os_lab](https://github.com/chyyuu/ucore_os_lab) lab8. A Rust implementation for SFS in [ucore_os_lab](https://github.com/chyyuu/ucore_os_lab) lab8.
[uCore with Rust SFS](https://github.com/wangrunji0408/ucore_os_lab/tree/rust-fs/labcodes_answer/lab8_result). This is the file system module of [RustOS](https://github.com/wangrunji0408/RustOS).
It will become a part of [RustOS](https://github.com/wangrunji0408/RustOS). It can also be used in the origin ucore_os_lab, see [uCore with Rust SFS](https://github.com/wangrunji0408/ucore_os_lab/tree/rust-fs/labcodes_answer/lab8_result).
Almost finished.
Loading…
Cancel
Save