Skip to content

Commit

Permalink
docs: update (#6)
Browse files Browse the repository at this point in the history
* docs: update

* chore: minor version bump
  • Loading branch information
lorenzofelletti authored May 25, 2024
1 parent e88c2c4 commit a98cb81
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "psp-net"
version = "0.1.2"
version = "0.2.0"
edition = "2021"
license-file = "LICENSE"
keywords = ["psp", "net", "networking", "embedded", "gamedev"]
Expand Down
10 changes: 8 additions & 2 deletions README.md
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.

0 comments on commit a98cb81

Please sign in to comment.