add: apps rust sdk

This commit is contained in:
trisua 2025-07-19 15:31:06 -04:00
parent f05074ffc5
commit fe1e53c47a
11 changed files with 461 additions and 11 deletions

View file

@ -1,6 +1,13 @@
#[cfg(feature = "types")]
pub mod config;
#[cfg(feature = "database")]
pub mod database;
#[cfg(feature = "types")]
pub mod model;
#[cfg(feature = "sdk")]
pub mod sdk;
#[cfg(feature = "database")]
pub use database::DataManager;
#[cfg(feature = "database")]
pub use oiseau::cache;