Docs.rs
proj4rs-0.1.5
proj4rs 0.1.5
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dmarteau
Dependencies
crs-definitions ^0.3
normal
optional
geo-types ^0.7.12
normal
optional
lazy_static ^1
normal
optional
log ^0.4
normal
optional
thiserror ^1.0
normal
approx ^0.5
dev
clap ^4
dev
criterion ^0.5
dev
env_logger ^0.10
dev
log ^0.4
dev
console_log ^1.0
normal
js-sys ^0.3
normal
wasm-bindgen ^0.2
normal
web-sys ^0.3
normal
Versions
39.05%
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
proj4rs
0.1.5
Transform
Closure
Implementors
In proj4rs::
transform
proj4rs
::
transform
Trait
TransformClosure
Copy item path
Source
pub trait TransformClosure:
FnMut
(
f64
,
f64
,
f64
) ->
Result
<(
f64
,
f64
,
f64
)> { }
Implementors
§
Source
§
impl<F:
FnMut
(
f64
,
f64
,
f64
) ->
Result
<(
f64
,
f64
,
f64
)>>
TransformClosure
for F