eight 1.0.0-alpha.2

Modular asynchronous embedded key-value database
Documentation
1
2
3
4
5
6
#[derive(Debug, PartialEq)]
pub(super) struct Token {
    pub(super) value: String,
    pub(super) line: usize,
    pub(super) column: usize,
}