psp-net 0.5.1

Networking library for the Sony PSP
docs.rs failed to build psp-net-0.5.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: psp-net-0.4.0

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.78.0. The maximum supported Rust version for this crate is (nightly) 1.80.0.