move rhai wrappers of models from rhailib

This commit is contained in:
Timur Gordon
2025-08-21 14:05:01 +02:00
parent 58ed59cd12
commit cedea2f305
19 changed files with 2110 additions and 393 deletions

View File

@@ -13,10 +13,13 @@ pub mod governance;
pub mod heroledger;
pub mod legal;
pub mod library;
pub mod location;
pub mod object;
pub mod projects;
pub mod payment;
pub mod identity;
pub mod tfmarketplace;
pub mod grid4;
// Re-export key types for convenience
pub use core::Comment;