jj/lib
Yuya Nishihara 1fd628a0cf annotate: omit building intermediate same_line_map
Perhaps, get_same_line_map() could return an iterator, but implementing an
iterator to be "pull"-ed is much harder than writing a function to "push",
especially when lifetime is involved.
2024-10-29 14:57:57 +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: omit building intermediate same_line_map 2024-10-29 14:57:57 +09:00
tests tests: add basic tests for annotation function 2024-10-27 22:51:54 +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