psp-net

Crates.iopsp-net
lib.rspsp-net
version0.5.4
sourcesrc
created_at2024-04-06 12:05:15.501307
updated_at2024-07-09 23:13:05.659585
descriptionNetworking library for the Sony PSP
homepage
repository
max_upload_size
id1198262
size62,300
Lorenzo Felletti (lorenzofelletti)

documentation

README

PSP Net

CI crates.io docs.rs

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:

  • TCP and UDP socket
  • TLS socket
  • DNS resolution.

The TCP Socket provided by this crate is compatible with embedded-tls TLS socket library.

Rust Version Policy

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>.

MSRV

The minimum supported Rust version for this crate is (nightly) 1.81.0.

Commit count: 0

cargo fmt