document-svg 2.0.0

Bounded document, diagram, CAD/CAE, and image archive conversion to SVG in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub(crate) mod ascii_grid;
pub(crate) mod dbase;
pub(crate) mod geojson;
pub(crate) mod geojson_seq;
#[cfg(not(target_arch = "wasm32"))]
pub(crate) mod geopackage;
#[cfg(not(target_arch = "wasm32"))]
pub(crate) mod geopackage_tiles;
pub(crate) mod georss;
pub(crate) mod gml;
pub(crate) mod gpx;
pub(crate) mod kml;
pub(crate) mod shapefile;
pub(crate) mod topojson;
pub(crate) mod wkt;
pub(crate) mod xml_tree;