deep_causality_data_structures 0.10.15

Data structures for for deep_causality crate.
Documentation
1
2
3
4
5
6
7
8
/*
 * SPDX-License-Identifier: MIT
 * Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
 */

pub const SIZE: usize = 10;

pub const MULT: usize = 100;