aiken/crates/uplc
microproofs 47596f0324 feat: Remove tuple_index and record_access in favor of faster more direct functions for
accessing an item in a tuple or a field in a record
2023-09-28 01:05:05 -04:00
..
src feat: Remove tuple_index and record_access in favor of faster more direct functions for 2023-09-28 01:05:05 -04:00
test_data add tests for case and constr 2023-09-03 11:52:49 -04:00
tests add tests for case and constr 2023-09-03 11:52:49 -04:00
Cargo.toml chore: Release 2023-09-20 18:03:46 +02:00
README.md chore: readmes in uplc and cli 2022-06-18 23:15:05 -04:00

README.md

Untyped Plutus Core

A crate for working with untyped plutus core. It handles parsing, conversion between various forms, and flat encoding/decoding.