Skip to content

refactor: reduce dependency count #29

@rkuester

Description

@rkuester

An audit in discussion #8 identified dependencies that can be removed or replaced with small amounts of custom code. Taken together, these changes could cut roughly half of our transitive crates.

Each removal is independent and makes a good self-contained PR. Pick a dependency from the audit, remove it (replacing with custom code if needed), run just checks, and open a PR. The dead dependencies are trivial and could all go in a single PR.

For removals that are debatable (e.g., replacing num-traits with manual IEEE 754 bit extraction), check in on the discussion first so we can agree it's worth doing before you write code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    contributor-friendlyA well-scoped, approachable issue for someone looking to contribute.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions