rust-sciter icon indicating copy to clipboard operation
rust-sciter copied to clipboard

Simplifying bitflags

Open SonnyX opened this issue 3 years ago • 3 comments

Another potential way to improve code, albeit at the expense of adding another dependency https://github.com/sciter-sdk/rust-sciter/compare/master...Alovchin91:feature/bitflags

SonnyX avatar Dec 24 '20 09:12 SonnyX

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

pravic avatar Dec 24 '20 09:12 pravic

Here is another repo implementing some more bitflags, along with mutability changes and other improvements: https://github.com/sciter-sdk/rust-sciter/compare/master...kwdkk:master

SonnyX avatar Apr 13 '21 07:04 SonnyX

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

pravic avatar Apr 13 '21 09:04 pravic