caesura 0.28.0

An all-in-one command line tool to transcode FLAC audio files and upload to gazelle based indexers/trackers
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Test-specific imports extending the main prelude.

use std::error::Error;

pub(crate) use crate::hosting::*;
pub(crate) use crate::prelude::*;
pub(crate) use crate::utils::SAMPLE_SOURCES_DIR;
pub(crate) use insta::assert_yaml_snapshot;

/// Type alias for test error results.
pub(crate) type TestError = Box<dyn Error + Send + Sync>;