Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ fixtures/*.ipynb
# IDE
.vscode/*
flamegraph.svg

# Terminal recording via VHS
*.tape
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ crossterm = "0.28.1"
log = "0.4.25"
env_logger = "0.11.6"
tui-textarea = "0.7.0"
tui-widget-list = "0.13.2"

[dev-dependencies]
cargo-llvm-cov = "0.6.14"
Expand Down
1 change: 1 addition & 0 deletions src/views.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pub mod block_group;
pub mod block_group_viewer;
pub mod block_layout;
pub mod collection;
pub mod operations;
pub mod patch;
Loading