-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: update * chore: minor version bump
- Loading branch information
1 parent
e88c2c4
commit a98cb81
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
# psp-net | ||
PlayStation Portable (PSP) rust-psp-based netwoking crate. | ||
The aim of this crate is to provide a simpler way to create networked applications for the PSP using the rust-psp toolchain. | ||
PlayStation Portable (PSP) [rust-psp](https://github.com/overdrivenpotato/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. | ||
|
||
# Notes | ||
This crate require the use of nightly Rust. |