sqlx-core 0.2.6

Core of SQLx, the rust SQL toolkit. Not intended to be used directly.
Documentation
1
2
3
4
5
mod buf_ext;
mod buf_mut_ext;

pub use buf_ext::BufExt;
pub use buf_mut_ext::BufMutExt;