Docs.rs
proof-of-sql-0.21.0
proof-of-sql 0.21.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
JayWhite2357
SxT-Release
Dependencies
ark-bls12-381 ^0.4.0
normal
ark-curve25519 ^0.4.0
normal
ark-ec ^0.4.0
normal
ark-ff ^0.4.0
normal
ark-poly ^0.4.0
normal
ark-serialize ^0.4.0
normal
ark-std ^0.4.0
normal
arrow ^51.0
normal
optional
bigdecimal ^0.4.5
normal
bit-iter ^1.1.1
normal
blake3 ^1.3.3
normal
blitzar ^3.1.0
normal
optional
bumpalo ^3.11.0
normal
byte-slice-cast ^1.2.1
normal
bytemuck ^1.16.3
normal
chrono ^0.4.38
normal
curve25519-dalek ^4
normal
derive_more ^0.99
normal
indexmap ^2.1
normal
itertools ^0.13.0
normal
lazy_static ^1.4.0
normal
merlin ^2
normal
num-bigint ^0.4.4
normal
num-traits ^0.2
normal
postcard ^1.0
normal
proof-of-sql-parser ^0.21.0
normal
rand ^0.8
normal
optional
rayon ^1.5
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
tiny-keccak ^2.0.2
normal
tracing ^0.1.36
normal
zerocopy ^0.7.34
normal
alloy-primitives ^0.8.0
dev
alloy-sol-types ^0.8.0
dev
arrow-csv ^51.0
dev
blitzar ^3.1.0
dev
clap ^4.5.4
dev
criterion ^0.5.1
dev
flexbuffers ^2.0.0
dev
opentelemetry ^0.23.0
dev
opentelemetry-jaeger ^0.20.0
dev
rand ^0.8
dev
rand_core ^0.6
dev
serde_json ^1
dev
tokio ^1.39.3
dev
tracing ^0.1.36
dev
tracing-opentelemetry ^0.22.0
dev
tracing-subscriber ^0.3.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
proof_
of_
sql
0.21.0
Module scalar_
and_
i256_
conversions
Module Items
Functions
In proof_
of_
sql::
base::
database
Module
proof_of_sql
::
base
::
database
::
scalar_and_i256_conversions
Copy item path
source
·
[
−
]
Expand description
Contains traits for scalar <-> i256 conversions
Functions
§
convert_
i256_
to_
scalar
Converts an arrow i256 into limbed representation and then into a type implementing
Scalar
convert_
scalar_
to_
i256
Converts a type implementing
Scalar
into an arrow i256