hacspec-lib 0.1.0-beta.1

The hacspec library.
Documentation
1
2
3
4
5
use hacspec_lib::prelude::*;
#[test]
fn test_bytes() {
    bytes!(TestBytes, 77);
}