File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 66
77> Rust wrapper around the [ Little Filesystem] ( https://github.com/ARMmbed/littlefs ) .
88
9+ ## Warning
10+
11+ This crate has been flagged for usage of mem::initialized which is known to be
12+ unsound and has not been updated yet to use the newer mem::MaybeUninit
13+ interface. Recommend using the Littlefs v2 crate at:
14+ https://crates.io/crates/littlefs2
15+ in the interim.
16+
917## Description
1018
1119Software is divided into two pieces:
Original file line number Diff line number Diff line change 11[package ]
22name = " littlefs"
33description = " Rust interface to Little Filesystem"
4- version = " 0.2.0 "
4+ version = " 0.2.1 "
55authors = [
" Brandon Edens <[email protected] >" ]
66edition = " 2018"
7+ readme = " ../README.md"
78categories = [" embedded" , " filesystem" , " no-std" ]
89license = " MIT OR Apache-2.0"
910repository = " https://github.com/brandonedens/rust-littlefs"
You can’t perform that action at this time.
0 commit comments