Write A Pixel To An Image In Rust
April 2024
This creates a 1x1 pixel image, writes a red pixel to it before saving it
```cargo
image = "0.25.1"
```
use ;
Output:
Saved image
end of line
This creates a 1x1 pixel image, writes a red pixel to it before saving it
```cargo
image = "0.25.1"
```
use ;
Saved image