proof-of-sql 0.129.0

High performance zero knowledge (ZK) prover for SQL.
Documentation
1
2
3
4
5
6
7
8
9
mod error;
/// Errors related to time operations, including timezone and timestamp conversions.
pub use error::PoSQLTimestampError;
mod timezone;
/// Defines a timezone as count of seconds offset from UTC
pub use timezone::PoSQLTimeZone;
mod unit;
/// Defines the precision of the timestamp
pub use unit::PoSQLTimeUnit;