flowstdlib 0.8.6

The native version of the standard library for 'flow' programs compiled with the 'flowc' compiler
Documentation
1
2
3
4
5
//! ## Img (//flowstdlib/img)
//! Functions for image manipulation and encoding.

/// A module with a function to convert a stream of data into a PNG file
pub mod format_png;