Skip to content

Commit

Permalink
no_std, std-compatible type aliases, docs (#35)
Browse files Browse the repository at this point in the history
* Added `Clone` and `Debug` traits to `GxHasher` and `GxBuildHasher`.

* Updated deps.

* Made clippy (almost) happy.

* rustfmt.

* Added no_std compatibility, removed `Gx` prefix from type aliases, `cargo rdme` support, README spelling, grammar, etc.

* `cargo rdme` options

* Added cargo features section in docs.

* Fixed tests and doc tests.

* Missing line-breaks.

---------

Co-authored-by: Olivier Giniaux <[email protected]>
  • Loading branch information
virtualritz and ogxd committed Dec 25, 2023
1 parent df7660e commit 420859d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ categories = ["algorithms", "data-structures", "no-std"]
exclude = ["article/*"]

[features]
default = ["std"]

# Only relevant for throughput benchmarks
bench-csv = []
bench-md = []
bench-plot = []
std = []

[dependencies]
rand = "0.8"
Expand Down

0 comments on commit 420859d

Please sign in to comment.