mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-16 22:12:55 +00:00
6 lines
78 B
Rust
6 lines
78 B
Rust
#[macro_use]
|
|
extern crate lazy_static;
|
|
extern crate byteorder;
|
|
|
|
pub mod core;
|