Brenno Lemos

Results 5 issues of Brenno Lemos

## About this PR This PR introduces a new trait `StaticVariantsArray` which defines an associated constant `ALL_VARIANTS: &'static [Self]`. Accompained to it is a derive that will create this array...

## About this PR This PR introduces a new trait and derive `EnumDeref` for automatically implementing `Deref` and `DerefMut` in enumerators composed of new-type-style variants. ## Motivation The primary motivation...

Fixes #733 ## About this PR This PR changes the default alpha blending function just as described by @Lateasusual in #733. I'm unsure of why this hasn't been done yet,...

Resolves #54 This PR swaps the panic call for proper error handling. The function now returns a `Result` with a specialized error type, rather than an `Option`. Tests for these...