stwo-gpu-constraint-framework 2.0.0

Constraint framework for building AIR constraints with STWO-GPU
Documentation
1
2
3
4
5
6
/// Used for comparing preprocessed columns.
/// Column IDs must be unique in a given context.
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
pub struct PreProcessedColumnId {
    pub id: std_shims::String,
}