ElementsProject / elements-miniscript

Creative Commons Zero v1.0 Universal
11 stars 14 forks source link

Add feature simplicity #68

Closed LeoComandini closed 7 months ago

LeoComandini commented 7 months ago

rust-simplicity is still evolving and it might need fixes or interface changes. Make it optional.

apoelstra commented 7 months ago

Neat, TIL that you can match exhaustively on a #[non_exhaustive] enum, at least if you're in the same module that it's defined in.