Registry / networking / smoltcp

smoltcp

JSON →
library0.13.1rscratesunverified

A TCP/IP stack designed for bare-metal, real-time systems without a heap.

# Cargo.toml [dependencies] smoltcp = "0.13.1"
INSTALL
IMPORT
SIG · SMOLTCP
S
smoltcp
networkingrustv0.13.1
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.

TcpListener
✓ use smoltcp::phy::TcpListener;

Initialize a TCP listener with smoltcp.

use smoltcp::phy::TcpListener; fn main() { // Example placeholder; actual usage requires a network interface println!("smoltcp TCP/IP stack"); }
Debug
Known issues
gotchaRequires no_std environment; heap allocation is optional.
fix
Ensure your target supports no_std and configure features accordingly.
affects: >=0.13.0
Upgrade
Version history
0.13.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
smoltcp — cargo add smoltcp · libregistry