add: apps rust sdk
This commit is contained in:
parent
f05074ffc5
commit
fe1e53c47a
11 changed files with 461 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue