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
/// Functionality and resources related to Thot Projects.
///
/// This includes:
/// + Projects, themselves
/// + Containers
/// + Assets
/// + Script Associations

pub mod resources;
pub mod asset;
pub mod container;
pub mod project;
pub mod script;