Crates.io | psp-net |
lib.rs | psp-net |
version | |
source | src |
created_at | 2024-04-06 12:05:15.501307 |
updated_at | 2024-12-11 20:07:45.951081 |
description | Networking library for the Sony PSP |
homepage | |
repository | |
max_upload_size | |
id | 1198262 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.81.0
.