Module net_traits::image

source ·
Expand description

Image handling.

It may be surprising that this goes in the network crate as opposed to the graphics crate. However, image handling is generally very integrated with the network stack (especially where caching is involved) and as a result it must live in here.

Modules