hacspec-lib

Crates.iohacspec-lib
lib.rshacspec-lib
version0.1.0-beta.1
sourcesrc
created_at2023-03-20 11:59:44.313313
updated_at2023-03-20 11:59:44.313313
descriptionThe hacspec library.
homepage
repositoryhttps://github.com/hacspec/hacspec
max_upload_size
id815206
size312,029
Franziskus Kiefer (franziskuskiefer)

documentation

https://docs.rs/hacspec-lib

README

hacspec library

crates.io Docs Build & Test Status

This is the hacspec standard library for hacspec programs.

Print attributes and statistics

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
Commit count: 1414

cargo fmt