Skip to content

core::net is stable. This library is obsolete? #19

Open
@faern

Description

@faern

The core::net module is heading for stabilization. It's currently stable in beta and will be stable in the next stable Rust release (1.77) unless it's reverted for some reason. That's good news, because it means custom crates like this one won't be needed any longer to get basic network primitives in no_std.

I'm not sure if there is any concrete action for this crate to take once the stabilization happens. Dynamic rustc version detection to determine if the crate should just act as a facade or not can be a bit iffy, and also does not come without a bunch of dependencies just for said detection.

There can probably be a readme update advising people to use core::net instead, if their MSRV allows it.

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