Skip to content

make parsers_sv2 compatible with no_std #1821

Description

@plebhash

in order to build firmware that's compatible with rust-embedded, crates have to be compatible with no_std

we already had some contributions adapting some crates with this purpose:

when these contributions happened, parsers was still a module of roles_logic_sv2.

recently, we made parsers_sv2 into a standalone crate.

this crate would be useful for firmware, since it would allow conversion of raw bytes into Rust-typed messages from the subprotocol crates (mining_sv2, job_declaration_sv2 and template_distribution_sv2, which are already no_std compatible)

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