Docs.rs
quantity-0.10.6
quantity 0.10.6
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
prehner
g-bauer
Dependencies
approx ^0.5
normal
optional
document-features ^0.2
normal
ndarray ^0.16
normal
optional
num-dual ^0.11.2
normal
optional
num-traits ^0.2
normal
numpy ^0.23
normal
optional
pyo3 ^0.23
normal
optional
typenum ^1.17
normal
Versions
37.7%
of the crate is documented
Platform
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
quantity
0.10.6
Area
Aliased Type
In crate quantity
quantity
Type Alias
Area
Copy item path
Source
pub type Area<T =
f64
> =
Quantity
<T,
_Area
>;
Aliased Type
ยง
pub struct Area<T =
f64
>(
/* private fields */
);