Skip to main content

SQLOG_EXT

Constant SQLOG_EXT 

Source
pub const SQLOG_EXT: &str = ".sqlog";
Expand description

File extension for an uncompressed qlog stream (JSON-SEQ).

Includes the leading dot so it can be concatenated as a suffix (format!("{id}{SQLOG_EXT}")) and matched as a path suffix (name.ends_with(SQLOG_EXT)).