Expand description

Core of rbatis::core, the rust SQL toolkit. Not intended to be used directly.

Re-exports

pub use error::Error;
pub use error::Result;
pub use types::*;

Modules

Types and traits for decoding values from the database.

Errorand Result types.

Macros