btrfs-no-std

Crates.iobtrfs-no-std
lib.rsbtrfs-no-std
version0.2.1
sourcesrc
created_at2022-02-13 01:51:13.328971
updated_at2022-02-13 01:57:11.783133
descriptionFork of Christopher Tam's `btrfs-diskformat` with `#![no_std]` support
homepage
repositoryhttps://github.com/kennystrawnmusic/btrfs-no-std
max_upload_size
id531593
size36,389
Kenny Strawn (kennystrawnmusic)

documentation

README

#![no_std]-Friendly BTRFS Disk Format

Fork of the btrfs-diskformat crate modified for integration into #![no_std] projects like kernels and bootloaders

Documentation

License

btrfs-diskformat is distributed under the terms of the BSD 2-Clause license.

See the LICENSE-BSD file in this repository for more information.

Contributing

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.

Commit count: 15

cargo fmt