Docs.rs
geo-plot-0.1.2
geo-plot 0.1.2
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
tsturzl
Dependencies
geo-types ^0.4.3
normal
gnuplot ^0.0.33
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
geo_plot/
lib.rs
1
extern crate
geo_types;
2
extern crate
gnuplot;
3
4
pub mod
plot;
5
pub use
plot::
*
;