thot-local 0.10.0-intermediate

Local functionality for Thot data management and analysis software.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![feature(io_error_more)]
//! # Thot Local
//!
//! This package contains local functionality and types of the Thot software suite.
pub mod common;
pub mod constants;
pub mod project;
pub mod result;
pub mod runner;
pub mod system;

#[cfg(test)]
#[path = "./lib_test.rs"]
mod lib_test;