This is an automated email from the ASF dual-hosted git repository.

placave pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-rust.git


    from a081c45  refactor: implement MurmurHash3 internally (#36)
     add 51347b3  chore: rustfmt rules on nightly (#33)

No new revisions were added by this update.

Summary of changes:
 examples/hll_usage.rs               |  3 ++-
 rustfmt.toml                        |  6 ++++++
 src/hll/array4.rs                   | 10 +++++++---
 src/hll/array6.rs                   |  7 +++++--
 src/hll/array8.rs                   | 10 +++++++---
 src/hll/aux_map.rs                  |  6 +++++-
 src/hll/container.rs                |  6 ++++--
 src/hll/estimator.rs                | 12 +++++++-----
 src/hll/hash_set.rs                 |  6 ++++--
 src/hll/list.rs                     |  3 ++-
 src/hll/mod.rs                      |  4 +++-
 src/hll/sketch.rs                   |  6 +++++-
 src/hll/union.rs                    | 14 +++++++++-----
 src/tdigest/sketch.rs               | 10 +++++++---
 tests/hll_union_test.rs             |  5 ++++-
 tests/hll_update_test.rs            |  4 +++-
 tests/tdigest_serialization_test.rs |  3 ++-
 tests/tdigest_test.rs               |  3 ++-
 18 files changed, 84 insertions(+), 34 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to