psp-net
PlayStation Portable (PSP) rust-psp-based netwoking crate.
The aim of this crate is to provide a simpler way to create PSP applications using networking.
It provides many useful features, notably:
- A TCP and UDP socket
- A TLS socket
- A DNS resolver.
The TCP Socket provided by this crate is compatible with embedded-tls TLS socket library.
Notes
This crate require the use of nightly Rust.