Clouds
Clouds
ping @ssfrr any thoughts on the rename? I've drafted a PR, would you mind review it.
not stale
ping @ssfrr
> Given that fixing support for the assignment form will add the field in the __pydantic_fields__ attribute * No, no `init_var` field would be added to `__pydantic_fields__`, neigther before #12438,...
Thanks for kindly reply, I'm trying to port [agg](https://github.com/clouds56-contrib/agg-rs) to rust, the original algorithm in agg takes heavy dependency on u8 math like `multiply_u8`, `lerp_u8`, etc. I do think it's...