You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,15 @@ Clean-room implementation of the [btrfs] disk format in Rust.
13
13
14
14
See the [LICENSE-BSD](LICENSE-BSD) file in this repository for more information.
15
15
16
+
## Cargo Features
17
+
18
+
-`alloc`: Enables allocation and the `alloc` feature in `zerocopy`.
19
+
-`std`: By default, the crate is `no_std`. This enables `std` features from
20
+
the `zerocopy` and `strum` dependencies.
21
+
16
22
## Contributing
17
23
18
24
Because this codebase is developed without knowledge of the Linux btrfs source code and is released under a more permissive license(s) than GPLv2, development is heavily dependent on information released on the [btrfs wiki] and reverse engineering the effects of operations made by `btrfs-progs` and other utilities. As a result, contributions to this codebase must strictly follow the same siloed approach.
0 commit comments