springql-core 0.18.1

SpringQL: Open-source stream processor for IoT devices and in-vehicle computers
Documentation
1
2
3
4
5
6
7
// This file is part of https://github.com/SpringQL/SpringQL which is licensed under MIT OR Apache-2.0. See file LICENSE-MIT or LICENSE-APACHE for full license details.

mod duration;
mod timestamp;

pub use duration::{SpringDuration, SpringEventDuration, WallClockDuration, WallClockStopwatch};
pub use timestamp::{SpringTimestamp, SystemTimestamp, MIN_TIMESTAMP};