sqlx-core 0.1.1

Core of SQLx, the rust SQL toolkit. Not intended to be used directly.
Documentation
1
2
3
pub trait Encode {
    fn encode(&self, buf: &mut Vec<u8>);
}