Maja Kądziołka

Results 70 comments of Maja Kądziołka

Yes, I'd suggest you clone the repo and try getting it to work in your project with `enumflags2 = { path = "..." }`

Hm, this is definitely an important usecase. I'd support implementing this, provided that this isn't already solved by another crate. I took a brief stroll through lib.rs and found the...

Wait, is the version of `iced` different between these builds?

In your particular example, I'm a bit confused. Do you actually have situations where `Line | Triangle` would occur, to encode something that's both a line and a triangle at...

> Regarding your point about semantics, I think this is where my perspective might differ. To me, only the power-of-two values (e.g., 0, 1, 2, 4, 8, ...) hold intrinsic...

> Thanks, but if I want to use the named combinations outside of the BitFlags, such as with a const function that takes in data and gives you which flag...

Okay, I have located the equivalent code in assimp and now I understand what the bitflag is supposed to mean: you want to store the set of which primitives are...