Crates.io | proof-of-sql-parser |
lib.rs | proof-of-sql-parser |
version | |
source | src |
created_at | 2024-06-06 18:23:57.115522 |
updated_at | 2025-01-29 18:25:12.09356 |
description | Library for SQL parsing for the Proof of SQL execution engine. |
homepage | |
repository | https://github.com/spaceandtimelabs/sxt-proof-of-sql |
max_upload_size | |
id | 1263963 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate is a library for SQL parsing for the Proof of SQL execution engine. See the proof-of-sql crate.
Proof of SQL is a high performance zero knowledge (ZK) prover developed by the Space and Time team, which cryptographically guarantees SQL queries were computed accurately against untampered data. It targets online latencies while proving computations over entire chain histories, an order of magnitude faster than state-of-the art zkVMs and coprocessors.