sqlx-core-oldapi 0.6.53

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

pub(crate) use buf::MssqlBufExt;
pub(crate) use buf_mut::MssqlBufMutExt;