Skip to content

DefaultHasher for no_std #6329

Description

@Person-93

The pyclass macro generates code that uses DefaultHasher from the std library. hashbrown does not include this until 0.16, but pyo3 supports it starting from 0.15.

We can either:

  • drop support for 0.15
  • depend directly on the foldhash crate (this is what hashbrown uses)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions