{"id":58702,"library":"no-std-net","title":"No-std-net","description":"Provides std::net networking types for no_std environments.","status":"active","version":"0.6.0","language":"rust","source_language":null,"source_url":"https://github.com/dunmatt/no-std-net","tags":["no-std","networking","embedded","tcp"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nno-std-net = \"0.6.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add no-std-net","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"TcpStream","correct":"use no_std_net::TcpStream;"}],"quickstart":{"code":"use no_std_net::TcpStream;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    let mut stream = TcpStream::connect(\"127.0.0.1:8080\")?;\n    Ok(())\n}","lang":"rust","description":"Connect to a TCP server without std."},"warnings":[{"fix":"Ensure you have a global allocator (e.g., `#[global_allocator]`) and enable the correct feature flags for your target.","message":"Requires a global allocator and may need platform-specific features.","severity":"gotcha","affected_versions":">=0.6.0"}],"env_vars":null,"search_vec":"'embed':18 'environ':13 'net':4,7 'network':8,17 'no-std':14 'no-std-net':1 'provid':5 'std':3,6,12,16 'tcp':19 'type':9","created_at":"2026-06-16T16:35:30.893835+00:00","updated_at":"2026-06-16T16:35:30.893835+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/dunmatt/no-std-net","github":"https://github.com/dunmatt/no-std-net","docs":"https://docs.rs/no-std-net/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}