mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-23 19:50:42 +00:00
5 lines
69 B
Rust
5 lines
69 B
Rust
use std::io::{BufWriter, Write};
|
|
use std::io;
|
|
|
|
pub type DocId = u32;
|