Files
tantivy/src/directory
Pier-Olivier Thibault 775e936f7d FileHandle: Change from boxed to Arc. (#1415)
* FileHandle: Change from boxed to Arc.

Changing from a Box<dyn FileHandle> to an Arc<dyn FileHandle> would
allow for a user of tantivy to manage file handles outside of tantivy
and be able to manage their life cycle.

* Fix: Rust linter
2022-07-21 16:19:18 +09:00
..
2022-01-28 15:55:55 +09:00
2022-01-28 15:55:55 +09:00
2022-06-30 19:42:23 +08:00
2022-02-25 17:32:49 +09:00
2022-05-25 22:50:33 +09:00