psp-net 0.2.0

Networking library for the Sony PSP
Documentation

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.

Notes

This crate require the use of nightly Rust.