juniperparsnips / rink-runtime

Rust implementation of inkle's open source scripting language runtime engine.
MIT License
1 stars 2 forks source link

Use thiserror #9

Open juniperparsnips opened 1 year ago

juniperparsnips commented 1 year ago

change error type in crate::error to use thiserror

if other types derive error within the crate also update those, or consider moving them to a variant of the top level error