tarantool 2.0.0

Tarantool rust bindings
Documentation
1
2
3
4
5
6
7
8
9
10
pub const MP_DATETIME: std::os::raw::c_char = 4;

#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct datetime {
    pub epoch: f64,
    pub nsec: i32,
    pub tzoffset: i16,
    pub tzindex: i16,
}