bcachefs-tools/rust-src/bch_bindgen
Kent Overstreet 28f703cc25 Rust now integrated into bcachefs binary
Rust is now required for building the bcachefs tool, and rust code is
now fully integrated with the C codebase - meaning it is possible to
call back and forth.

The mount helper is now a subcommand, 'mount.bcachefs' is now a small
shell wrapper that invokes 'bcachefs mount'.

This will make it easier to start rewriting other subcommands in rust,
and eventually the whole command line interface.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-02-21 01:03:08 -05:00
..
src rust: replace tracing with logger 2023-01-18 06:47:46 +01:00
.gitignore split mount into a library crate for rust reuse 2021-10-18 16:30:52 -04:00
build.rs Rust now integrated into bcachefs binary 2023-02-21 01:03:08 -05:00
Cargo.lock nix: fix compilation issues 2023-02-02 12:54:04 +13:00
Cargo.toml rust: replace tracing with logger 2023-01-18 06:47:46 +01:00
default.nix nix: overhaul build system. 2023-01-03 16:58:55 +13:00
rustfmt.toml rust: use rustfmt defaults 2023-01-16 09:24:01 +01:00