jj/lib
Yuya Nishihara 3ba544414c dag_walk: unbox bfs() callback, use iter::from_fn() to implement iterator
I just wanted to remove syntactic noise from callers. iter::from_fn() helps
to avoid declaring struct with lots of type parameters.
2023-06-04 11:47:49 +09:00
..
benches
gen-protos
src dag_walk: unbox bfs() callback, use iter::from_fn() to implement iterator 2023-06-04 11:47:49 +09:00
tests dag_walk: unbox bfs() callback, use iter::from_fn() to implement iterator 2023-06-04 11:47:49 +09:00
testutils
build.rs
Cargo.toml