Docs.rs
wof-1.0.0
wof 1.0.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Joxit
Dependencies
attohttpc ^0.29.2
normal
optional
chrono ^0.4.10
normal
optional
clap ^4.4
normal
optional
clap_complete ^4.4
normal
optional
flate2 ^1.0.13
normal
optional
gdal ^0.18
normal
optional
git2 ^0.20
normal
optional
json ^0.12.2
normal
lazy_static ^1.4.0
normal
libc ^0.2.67
normal
log ^0.4.8
normal
optional
md5 ^0.7.0
normal
postgres ^0.19.3
normal
regex ^1.3.3
normal
rusqlite ^0.36
normal
shapefile ^0.7.0
normal
tar ^0.4.26
normal
optional
walkdir ^2.3.1
normal
Versions
37.14%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Polygon
wof
1.0.0
Polygon
Aliased Type
In wof::
types
wof
::
types
Type Alias
Polygon
Copy item path
Source
pub type Polygon =
Vec
<
Vec
<
Vec
<
f64
>>>;
Aliased Type
ยง
pub struct Polygon {
/* private fields */
}