Crate granite_reckoner

source ·
Expand description

§Granite Reckoner

granite_reckoner is a simple calculator enabling basic aggregations on Vec in the specified number of threads. Works for all Rust’s built-in numeric types. Returns “None” for overflows and non-comparable data. As for the primitives, the error propagates accordingly for high multiplicities.

Modules§

Structs§

  • Data wrapper populated with values.
  • Data wrapper without any data yet.