psp-net 0.5.0

Networking library for the Sony PSP
docs.rs failed to build psp-net-0.5.0
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.6.6

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.

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

Notes

This crate require the use of nightly Rust.