Crates.io | psp-net |
lib.rs | psp-net |
version | 0.6.6 |
created_at | 2024-04-06 12:05:15.501307+00 |
updated_at | 2025-04-19 11:16:15.819537+00 |
description | Networking library for the Sony PSP |
homepage | |
repository | |
max_upload_size | |
id | 1198262 |
size | 120,187 |
PSP Net is a rust-psp-based netwoking crate for Sony PlayStation Portable (PSP).
The aim of this crate is to provide a simpler way to create PSP applications using networking.
It provides abstractions for:
The TCP Socket provided by this crate is compatible with embedded-tls TLS socket library.
This crate require the use of nightly Rust.
You can set Rust nightly in your project by running rustup override set nightly
.
To set a specific nightly version, use rustup override set nightly-<version>
.
The minimum supported Rust version for this crate is (nightly) 1.88.0
.