timsrust-tdf 0.1.4

Reader for the Bruker TDF timsTOF file format (.d folders)
Documentation
1
2
3
4
5
6
7
8
9
use super::ReadableSqlHashMap;

pub(crate) struct SqlMetadata;

impl ReadableSqlHashMap for SqlMetadata {
    fn table_name() -> &'static str {
        "GlobalMetadata"
    }
}