![]() We cannot enforce internal invariants on opaque types from only structural checks on Data. Thus, it is forbidden to find an opaque type in an outward-facing interface. Instead, users should rely on intermediate representations and lift them into opaque types using constructors and methods provided by the type (e.g. Dict.from_list, Rational.from_int, Rational.new, ...) |
||
---|---|---|
.. | ||
src | ||
templates | ||
Cargo.toml | ||
README.md | ||
build.rs |
README.md
Project
This crate encapsulates the code used to manage Aiken projects. See crates/cli for usage.