edge-net

Crates.ioedge-net
lib.rsedge-net
version
sourcesrc
created_at2022-11-20 14:31:42.417986
updated_at2025-02-02 16:08:24.930657
descriptionno_std and no-alloc async implementations of various network protocols.
homepage
repositoryhttps://github.com/ivmarkov/edge-net
max_upload_size
id719148
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(ivmarkov)

documentation

README

edge-net

CI crates.io Documentation

This crate ships async + no_std + no-alloc implementations of various network protocols.

Suitable for microcontrollers and embedded systems in general.

Supported protocols

Supported platforms

PRs welcome!

Commit count: 411

cargo fmt