Commit Graph

27 Commits

Author SHA1 Message Date
c73cb4c566 switch to rs-core_io 2024-12-18 13:53:14 +08:00
Rafał Harabień
3290f78d73 Version 0.3.6 2023-01-17 01:04:41 +01:00
Rafał Harabień
954c68457f Release version 0.3.5 2021-01-23 23:49:42 +01:00
Rafał Harabień
7b18222941 Change version to 0.3.4 2020-07-21 00:00:08 +02:00
Rafał Harabień
75789c6a00 Change version to 0.3.3 and complete the changelog 2019-11-10 23:43:43 +01:00
Rafał Harabień
85a3aeb262 Fix build with std feature 2019-07-17 17:40:32 +02:00
Scott Mabin
307357d404 Refrain from using std features in byteorder 2019-07-17 17:38:14 +02:00
Rafał Harabień
a63458b150 Change version to 0.3.2 2018-12-29 20:22:10 +01:00
Rafał Harabień
18c496d6f0 Change version to 0.3.1 2018-10-20 13:55:25 +02:00
Rafał Harabień
a8b31ea888 Update email address 2018-10-20 13:53:22 +02:00
Rafał Harabień
eca77b6118 Change version to 0.3.0 2018-06-20 17:56:03 +02:00
Rafał Harabień
892c3974d3 Move BufStream to fscommon crate (BREAKING CHANGE)
BufStream is universal and can be used with any filesystem so its place is
in different crate. Also moved Partition struct from examples to
fscommon::StreamSlice struct (please note constructor arguments has changed).
2018-06-16 17:57:29 +02:00
Rafał Harabień
3dc332d8c8 Fix std build 2018-05-10 15:14:09 +02:00
Rafał Harabień
35d03daae9 Support no_std without alloc 2018-05-10 15:00:59 +02:00
Rafał Harabień
11b2a3b956 Basic no_std support 2018-05-10 01:00:24 +02:00
Rafał Harabień
3c52f35f6d Update dependencies 2018-05-09 15:34:05 +02:00
Rafał Harabień
2318bd0c5c Version 0.2. 2017-11-08 23:03:47 +01:00
Rafał Harabień
be8b18c1a2 Rename repository to rust-fatfs.
This way it contains crate name.
2017-11-08 23:00:30 +01:00
Rafał Harabień
da76625759 Replace commented out logging by log crate usage. 2017-10-15 00:55:19 +02:00
Rafał Harabień
7b967914a6 Exclude test images from packaged crate. 2017-10-07 17:02:22 +02:00
Rafał Harabień
d97ab1d1e1 Rename crate to fatfs and add more info to Cargo.toml. 2017-10-06 17:00:38 +02:00
Rafał Harabień
b604b19bde Make chrono crate dependency optional. 2017-10-06 16:42:29 +02:00
Rafał Harabień
df2852351b Rename crate to rfat. 2017-09-24 03:13:50 +02:00
Rafał Harabień
dd23854cd5 Use typed attributes. 2017-09-22 23:36:44 +02:00
Rafał Harabień
65936f8f27 Restructure into proper crate. 2017-09-22 23:20:06 +02:00
Rafał Harabień
91ba151398 Add file read methods. 2017-09-22 22:27:39 +02:00
Rafał Harabień
958f207ce6 Implemented reading FAT Boot Sector. 2017-09-22 02:13:29 +02:00