Open pierzchalski opened 9 years ago
In cl.rs, all the constants are defined as statics instead of consts, which gets annoying if you're trying to wrap the values in things like the bitmasks! macro. Is there a reason they're defined this way?
static
const
bitmasks!
In cl.rs, all the constants are defined as
static
s instead ofconst
s, which gets annoying if you're trying to wrap the values in things like thebitmasks!
macro. Is there a reason they're defined this way?