1
2
3
4
5
6
#![no_std]

pub mod error;
pub mod messagepack;

pub use wasm_msgpack::timestamp::Timestamp;