nolo 0.1.1

A CLI tool for discovering and analyzing `TODO` comments across codebases.
Documentation
1
2
3
4
5
use std::path::PathBuf;

pub fn fixture_path(name: &str) -> PathBuf {
    PathBuf::from(format!("tests/fixtures/{name}"))
}