Crates.io | hacspec-lib |
lib.rs | hacspec-lib |
version | 0.1.0-beta.1 |
source | src |
created_at | 2023-03-20 11:59:44.313313 |
updated_at | 2023-03-20 11:59:44.313313 |
description | The hacspec library. |
homepage | |
repository | https://github.com/hacspec/hacspec |
max_upload_size | |
id | 815206 |
size | 312,029 |
This is the hacspec standard library for hacspec programs.
Using the attributes
crate, we can monitor the number of functions in each
category : primitive, external, library, to remove, internal.
To get the statistics simply use
bash get_func_stats.sh
Note : you need to have the nightly Rust toolchain installed to enable this feature. Install it using :
rustup toolchain install nightly