Module svg

Module svg 

Source
Expand description

Use svg() to render SVG in your app.

Structs§

Svg
SvgBytes
SVG bytes that can be constructed from Bytes, Vec<u8>, &'static [u8], or &'static [u8; N] (the type returned by include_bytes!).
SvgElement

Functions§

svg
Use svg() to render SVG in your app.