mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
update makefile to output shared library and rust build fix default.nix to properly get the binary name for `ln`ing - move binary to main.rs add rustfmt and gitignore files move build.rs file into bch_bindgen for reuse between projects add outputs to nix flake and checks add mount.toml to makefile
8 lines
92 B
Rust
8 lines
92 B
Rust
pub mod bcachefs;
|
|
pub mod keyutils;
|
|
pub mod rs;
|
|
|
|
pub mod c {
|
|
pub use crate::bcachefs::*;
|
|
}
|