jj/lib
Yuya Nishihara 786e6211d8 working_copy: use OnceCell for lazy instantiation of TreeState
Here OnceCell<T> serves as RefCell<Option<T>>, but it doesn't require runtime
Ref/RefMut wrapper. This allows us to get rid of some .clone() calls needed to
hide Ref<_> from public interface.
2022-10-02 22:46:09 +09:00
..
src working_copy: use OnceCell for lazy instantiation of TreeState 2022-10-02 22:46:09 +09:00
tests cleanup: rename some more variables from checkout_* to ~wc_ 2022-09-29 23:51:34 -07:00
build.rs cleanup: remove extern crate declarations 2022-09-21 22:24:09 -07:00
Cargo.toml cargo: bump once_cell, add explicit dependency 2022-10-02 22:46:09 +09:00