Registry / networking / embedded-nal

embedded-nal

JSON →
library0.9.0rscratesunverified

A Network Abstraction Layer (NAL) for Embedded Systems.

# Cargo.toml [dependencies] embedded-nal = "0.9.0"
INSTALL
IMPORT
SIG · EMBEDDED-NAL
E
embedded-nal
networkingrustv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TcpClientStack
✓ use embedded_nal::TcpClientStack;

Trait for TCP client implementations on embedded devices.

use embedded_nal::TcpClientStack; fn main() { // Implement TcpClientStack for your hardware }
Debug
Known issues
gotchaRequires a hardware-specific implementation; not usable standalone.
fix
Implement the traits for your embedded network hardware.
affects: >=0.9.0
Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
embedded-nal — cargo add embedded-nal · libregistry