playstation2 0.1.3

A Rust Peripheral Access Crate (PAC) for the PlayStation 2.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.vcell]
version = "0.1.3"

[package]
description = "A Rust Peripheral Access Crate (PAC) for the PlayStation 2."
documentation = "https://docs.rs/playstation2"
edition = "2021"
homepage = "https://github.com/Ravenslofty/prussia/"
include = ["src/**/*", "Cargo.toml"]
keywords = ["peripheral-access", "pac", "svd", "playstation2"]
license = "MIT OR Apache-2.0"
name = "playstation2"
readme = "README.md"
repository = "https://github.com/Ravenslofty/prussia/"
resolver = "1"
version = "0.1.3"