bcachefs-tools/bch_bindgen
Gabriel f8f10530f1 printbuf_to_formatter: Lossy display of non-UTF-8 printbufs
Use to_string_lossy in printbuf_to_formatter, which tolerates
non-UTF-8 strings (by using replacement characters).

This is used in various Display impls, and allows something like:
bcachefs list --btree dirents
with non-UTF-8 paths.
2024-01-29 14:34:24 +01:00
..
src printbuf_to_formatter: Lossy display of non-UTF-8 printbufs 2024-01-29 14:34:24 +01:00
.gitignore
build.rs feat(bindgen): expose bcache_fs_(open|close) to Rust side 2024-01-27 04:20:47 +01:00
Cargo.toml
rustfmt.toml