hadronized / glsl

GLSL parser for Rust
190 stars 28 forks source link

impl std::error::Error for error types #121

Closed alixinne closed 4 years ago

alixinne commented 4 years ago

This allows using this crate's error types like any other standard error, usually required for interoperability with error management crates.

hadronized commented 4 years ago

Thanks a lot! I’ll fix the README situation and merge! :)