kryptan

Results 14 issues of kryptan

Consider this code: ```rust #![feature(never_type, try_blocks)] fn main() { let _: Result = try { (); return }; } ``` It compiles. Rustfmt adds a semicolon here: ```rust #![feature(never_type, try_blocks)]...

bug

### Windows build number: Microsoft Windows NT 10.0.26100.0 ### Your Distribution version: Ubuntu 24.04 ### Your WSL versions: WSL version: 2.6.1.0 Kernel version: 6.6.87.2-1 WSLg version: 1.0.66 MSRDC version: 1.2.6353...

bug

It is generally better to perform alpha blending in linear color space, that's e.g. how it is usually performed on GPU. [Here](http://blog.johnnovak.net/2016/09/21/what-every-coder-should-know-about-gamma/#alpha-blending--compositing) are some example pictures which show difference between...

kind: new features
topic: color spaces

I have hit a strange issue where using cargo reported by `rustup which` doesn't work. When building `dashmap` crate it downloads rust 1.65 and tries to build with that but...