Files
aiken/crates/aiken-project
KtorZ f14dfdf8e1 Allow pattern-matching on bytearrays
- Doesn't allow pattern-matching on G1/G2 elements and strings,
    because the use cases for those is unclear and it adds complexity to
    the feature.

  - We still _parse_ patterns on G1/G2 elements and strings, but emit an
    error in those cases.

  - The syntax is the same as for bytearray literals (i.e. supports hex,
    utf-8 strings or plain arrays of bytes).
2024-08-03 13:51:36 +02:00
..
2024-08-03 13:51:36 +02:00
2024-07-25 08:28:15 -04:00

Project

This crate encapsulates the code used to manage Aiken projects. See crates/cli for usage.