Rename things to ush for brevity. Add Tree system.

This commit is contained in:
Michael Mikovsky
2026-02-09 10:27:15 -07:00
parent ebeaa29d5b
commit 2a18639d84
86 changed files with 368 additions and 419 deletions
+5
View File
@@ -7,9 +7,14 @@ pub type Result<T> = std::result::Result<T, ModuleError>;
pub enum ModuleError {
NoError,
// Tree errors
TreeNotExist,
TreeMessageError(String),
// Object errors
UnsupportedMethod,
InvalidType,
LibLoadingError(String),
// LogError(log::SetLoggerError),
LinkError(String),