seella 0.3.3

A tool for visualising the traces emitted by ScyllaDB
Documentation
1
2
3
4
5
6
7
8
9
use std::path::PathBuf;

pub fn test_data(filename: &str) -> PathBuf {
    PathBuf::from(format!(
        "{}/tests/data/{}",
        env!("CARGO_MANIFEST_DIR"),
        filename
    ))
}