aiken/crates
KtorZ ec7f659539
Allow bytes to be defined as plain strings, or with specified encoding.
The syntax is as follows:

  { "bytes" = "...", "encoding" = "<encoding>" }

  The following encoding are accepted:

  "utf8", "utf-8", "hex", "base16"

  Note: the duplicates are only there to make it easier for people to
  discover them by accident. When "hex" (resp. "base16") is specified,
  the bytes string will be decoded and must be a valid hex string.
2024-08-04 14:48:03 +02:00
..
aiken Thread down environment module from cli down to the type-checker 2024-08-04 10:27:32 +02:00
aiken-lang Allow simple expressions as configuration in aiken.toml 2024-08-04 14:48:03 +02:00
aiken-lsp Thread down environment module from cli down to the type-checker 2024-08-04 10:27:32 +02:00
aiken-project Allow bytes to be defined as plain strings, or with specified encoding. 2024-08-04 14:48:03 +02:00
uplc Prune pallas dependencies. 2024-08-03 14:14:49 +02:00