Skip to content

Support no_std #4

@robo9k

Description

@robo9k

At least the protocol crate could work without std which might be interesting for WASM support.

The nom crate dependency supports no_std.
A whole bunch of code needs Vec and thus alloc.
https://github.com/rust-lang/rust/releases/tag/1.77.0 stabilized core::net so SocketAddr in struct would work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions