Psilon
Psilon
@seanmonstar yes, I understand the tradeoffs, this is why I stated this in my original post: if you are overall in support of this I can try working on a...
I think the first API sounds more promising. I'l think on it as well
Const fns would also a very useful to have: ```rust static MAP: phf::Set
Right, I'm talking about the `primitives` only.
@SWASTIC-7 Stack strings are only okay if you know the max length it will be. It's true for most of the types in the crate (like U256 for instance), but...
> I feel that having `()` implement traits is a sufficiently weird technique (it's ok for prototype code, but in production, I'd suggest using different zero-sized structs instead) that warning...