jj/lib
Yuya Nishihara ab10b7c0a0 annotate: do not collect result lines into Vec, return Iterator instead
We might want to calculate (commit_id, range) pairs of consecutive lines in
order to "absorb" changes, for example.

This should also be cheaper since Vec<u8> doesn't have to be allocated per line.
2024-10-29 23:33:46 +09:00
..
benches style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
gen-protos cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
proc-macros style: remove useless uses of .iter() 2024-10-04 22:29:13 +02:00
src annotate: do not collect result lines into Vec, return Iterator instead 2024-10-29 23:33:46 +09:00
tests annotate: do not collect result lines into Vec, return Iterator instead 2024-10-29 23:33:46 +09:00
testutils object_id: implement Display on ObjectId types 2024-10-16 09:12:16 +09:00
Cargo.toml cargo: add hashbrown dependency 2024-10-05 08:12:30 +09:00
LICENSE