mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 14:31:30 +03:00
346c96869e
- instrument snapshot creation to assure we see errors (which are ignored in code) - move tests for public `entry` types into integration tests - rename `OperationType` to `OperationKind` as it's more commmon in Rust - Use `Copy` where possible - streamline implementation: remove clones and allocations, without going zero-copy - Prefer direct calls to traits to avoid `write!("{}")` just to invoke a trait fmt implementation - avoid `pub` when `pub(crate)` will do - strong type for created_at
2 lines
11 B
Rust
2 lines
11 B
Rust
mod entry;
|