Commit graph

3 commits

Author SHA1 Message Date
Szymon Walter 0d01a87992 Add Thread-safe version of the ext2 implementation
The `Synced<T>` struct is a wrapper over the `Ext2` struct. It
guarantees thread safety through an `Arc` and a spinlock
(`spin::Mutex`).

The `fs::sync` mod provides Thread-safe versions of structs found in `fs`.
2018-03-22 11:07:33 +01:00
Szymon Walter 110d2ff415 add no_std as default feature 2018-03-19 13:29:22 +01:00
Szymon Walter 062e4847e1 add project files 2018-03-18 17:41:56 +01:00