Skip to content

Latest commit

 

History

History
 
 

lib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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