thot-local 0.10.0-intermediate

Local functionality for Thot data management and analysis software.
Documentation
1
2
3
4
5
6
use super::*;

#[test]
fn new_should_work() {
    LocalStandardProperties::new().expect("new should work");
}