byronwasti / movine

A migration manager written in Rust that attempts to be smart yet minimal
MIT License
109 stars 9 forks source link

feat: add std::Error trait for easier usage outside of lib #21

Closed bluemoon closed 3 years ago

byronwasti commented 3 years ago

Thanks for the PR! I've been meaning to clean things up to use thiserror, but this is a good temporary solution while I try to find time.