Skip to content

Commit f83e9d4

Browse files
Merge #12
12: Add note to README and crate description recommending LittleFSv2 r=brandonedens a=brandonedens Co-authored-by: Brandon Edens <[email protected]>
2 parents 5634f08 + bb13881 commit f83e9d4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
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

1119
Software is divided into two pieces:

littlefs/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[package]
22
name = "littlefs"
33
description = "Rust interface to Little Filesystem"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
authors = ["Brandon Edens <[email protected]>"]
66
edition = "2018"
7+
readme = "../README.md"
78
categories = ["embedded", "filesystem", "no-std"]
89
license = "MIT OR Apache-2.0"
910
repository = "https://github.com/brandonedens/rust-littlefs"

0 commit comments

Comments
 (0)