proof-of-sql-parser

Crates.ioproof-of-sql-parser
lib.rsproof-of-sql-parser
version
sourcesrc
created_at2024-06-06 18:23:57.115522
updated_at2025-01-29 18:25:12.09356
descriptionLibrary for SQL parsing for the Proof of SQL execution engine.
homepage
repositoryhttps://github.com/spaceandtimelabs/sxt-proof-of-sql
max_upload_size
id1263963
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`
size0
Space and Time Release (SxT-Release)

documentation

README

Proof of SQL TwitterDiscord Server

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.

Commit count: 1573

cargo fmt