An open API service indexing awesome lists of open source software.

https://github.com/tmpfs/merlin-challenge

Macro to generate static slices for the labels of a merlin transcript protocol
https://github.com/tmpfs/merlin-challenge

Last synced: 4 months ago
JSON representation

Macro to generate static slices for the labels of a merlin transcript protocol

Awesome Lists containing this project

README

        

# Merlin Challenge Labels

Macro to generate fixed `&'static [u8]` labels for a merlin transcript protocol upto `STAT_PARAM` at compile time.

```
cargo check
cargo run # pass the static slices at runtime
cargo expand --bin merlin-challenge # see macro expansion
```