gitbutler/crates/gitbutler-core
Sebastian Thiel 91d892882e
Deduplicate all 'write' code
GB writes files atomically and in the end it boils down to allocating bytes
and writing them all at once.

Now this capability lives in the `fs` module.
2024-04-27 16:11:27 +02:00
..
src Deduplicate all 'write' code 2024-04-27 16:11:27 +02:00
tests move multi-file modules to mod.rs and single-file modules to <name>.rs 2024-04-26 11:56:35 +02:00
Cargo.toml make tests work 2024-04-24 16:13:05 +02:00