Skip to content

no_std support #70

Description

@Oakchris1955

Short Description:

Support for building and running duplicate in no_std environments

Motivation:

The library itself is great, it is however a pity it doesn't support no_std targets. While the majority of Rust code that is written depends on the standard library one way or another, I don't see a reason why this one, with its simple design and purpose, shouldn't have support for no_std environments.

Design

Replace all std use statements with core and alloc ones and any use of HashMaps and HashSets with ones from the hashbrown crate.

Misc:

Since either case we need to depend on Rust's alloc library, perhaps that should be mentioned?

Metadata

Metadata

Assignees

No one assigned

    Labels

    D-rejectedA decision (D) has been made and the issue will not be worked onI-featureThis issue (I) regards a (potential) feature in the projectT-acceptedTriage (T): Initial review accepted issue/PR as valid

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions