objets_metier_rs 1.0.2

Bibliothèque Rust moderne et sûre pour l'API COM Objets Métier Sage 100c - Production Ready
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod cpta_application_wrapper;
pub mod factories;
pub mod loggable_wrapper;
pub mod objects;
pub mod process;
pub mod traits;

pub use cpta_application_wrapper::CptaApplication;
pub use factories::*;
pub use loggable_wrapper::ILoggable;
pub use objects::*;
pub use process::*;
pub use traits::*;