psp-net 0.2.0

Networking library for the Sony PSP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# psp-net
PlayStation Portable (PSP) [rust-psp](https://github.com/overdrivenpotato/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.