psx 0.1.6

Library for developing homebrew for the Sony PlayStation 1
Documentation
[dependencies.linked_list_allocator]
default-features = false
features = ["const_mut_refs"]
optional = true
version = "0.9.1"
[dev-dependencies.aligned]
version = "0.4.0"

[dev-dependencies.const-random]
version = "0.1.13"

[dev-dependencies.num]
default-features = false
version = "0.4.0"

[features]
EU_region = []
J_region = []
NA_region = []
custom_oom = []
heap = ["dep:linked_list_allocator"]
loadable_exe = []
min_panic = []
nightlier = []

[package]
authors = ["Ayrton Muñoz <a.munoz3327@gmail.com>"]
categories = ["embedded", "game-development", "no-std"]
description = "Library for developing homebrew for the Sony PlayStation 1"
edition = "2021"
keywords = ["playstation", "homebrew", "no_std"]
license = "MIT"
name = "psx"
readme = "README.md"
repository = "https://github.com/ayrtonm/psx-sdk-rs"
version = "0.1.6"
[package.metadata.docs.rs]
cargo-args = ["--features", "psx/heap"]
rustc-args = ["--cfg", "heap"]
targets = ["mipsel-unknown-linux-gnu"]