blankhart
blankhart
That answer is elegant and makes a lot of sense for the library. If I understand it though, the current [example](https://github.com/ramosbugs/openidconnect-rs/blob/82aa3c6cf6ab39934e2cc64d5648282176444c26/examples/google.rs#L66) does not follow the architectural recommendation of making each...
I'd also create a single shuffled set used by all libraries in the randomized benchmark to make it easier to compare the number of operations each does on the same...
It seems to me `clap` integration could be implemented by providing a derive macro allowing a user to convert a `struct` into a `Config` value, which could then be merged...
I am new to Purescript, found [purescript-servant](https://github.com/f-o-a-m/purescript-servant), and put together a frontend router using its concepts at [purescript-servant-routing](https://github.com/blankhart/purescript-servant-routing) as a way of learning the type system and language features, before...