summaryrefslogtreecommitdiff
path: root/rust-src
AgeCommit message (Collapse)Author
2022-11-19rust-src: cargo updateKent Overstreet
Update locked dependencies Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2021-10-18split mount into a library crate for rust reuseKayla Firestack
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
2021-10-18add mount and bch-bindgen nix builder fileKayla Firestack
update kernel diffHash
2021-10-18move mount into rust-src, add to overlayKayla Firestack