oxinat_core 0.14.1

oxinat xapi-oxidized core library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod create;
mod crud;
mod delete;
mod retrieve;

pub use crud::{
    CrudError,
    Create,
    Retrieve,
    Update,
    Delete
};