sciter-sdk/rust-sciter

Simplifying bitflags

SonnyX opened this issue · 3 comments

Another potential way to improve code, albeit at the expense of adding another dependency
master...Alovchin91:feature/bitflags

But it's safer. I have to do this eventually.

Here is another repo implementing some more bitflags, along with mutability changes and other improvements:
master...kwdkk:master

Yeah. The bitflags is a total win but other changes seem controversial and arguable.