Crates.io | miden-core |
lib.rs | miden-core |
version | 0.11.0 |
source | src |
created_at | 2021-11-16 07:39:23.091588 |
updated_at | 2024-11-05 03:37:55.92645 |
description | Miden VM core components |
homepage | https://polygon.technology/polygon-miden |
repository | https://github.com/0xPolygonMiden/miden-vm |
max_upload_size | |
id | 482532 |
size | 425,241 |
This crate contains core components used by Miden VM. These components include:
This project is MIT licensed.
The racy_lock
module found under core/src/utils/sync
is based on the once_cell crate's implementation of race::OnceBox
.