Docs.rs
laddu-core-0.2.3
laddu-core 0.2.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
denehoffman
Dependencies
accurate ^0.4.1
normal
arrow ^53.4.0
normal
auto_ops ^0.3.0
normal
bincode ^1.3.3
normal
dyn-clone ^1.0.17
normal
factorial ^0.4.0
normal
fastrand ^2.3.0
normal
ganesh ^0.16.0
normal
indexmap ^2.6.0
normal
nalgebra ^0.33.2
normal
num ^0.4.3
normal
num_cpus ^1.16.0
normal
optional
numpy ^0.23.0
normal
optional
parking_lot ^0.12.3
normal
parquet ^53.4.0
normal
pyo3 ^0.23.3
normal
optional
rand ^0.8.5
normal
rand_chacha ^0.3.1
normal
rayon ^1.10.0
normal
optional
serde ^1.0.215
normal
serde-pickle ^1.2.0
normal
serde_with ^3.11.0
normal
shellexpand ^3.1.0
normal
thiserror ^2.0.3
normal
typetag ^0.2.18
normal
approx ^0.5.1
dev
codspeed-criterion-compat ^2.7.2
dev
Versions
100%
of the crate is documented
Go to latest version
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
laddu_
core
0.2.3
laddu_core
Type Alias
Float
Copy item path
Source
pub type Float =
f64
;
Expand description
A floating-point number type (defaults to
f64
, see
f32
feature).