playdate-fs 0.2.2

High-level file-system API built on-top of Playdate API
Documentation
[[example]]
crate-type = ["dylib", "staticlib"]
name = "simple"
path = "examples/simple.rs"
required-features = ["sys/lang-items"]
[dependencies.sys]
default-features = false
package = "playdate-sys"
version = "0.2.2"

[features]
bindgen-runtime = ["sys/bindgen-runtime"]
bindgen-static = ["sys/bindgen-static"]
bindings-derive-debug = ["sys/bindings-derive-debug"]
default = ["sys/default"]

[package]
authors = ["Alex Koz <a@koz.email>"]
categories = ["game-development", "api-bindings", "filesystem", "no-std"]
description = "High-level file-system API built on-top of Playdate API"
edition = "2021"
homepage = "https://github.com/boozook/playdate"
keywords = ["playdate", "sdk", "api", "gamedev"]
license = "MIT OR Apache-2.0"
name = "playdate-fs"
readme = "README.md"
repository = "https://github.com/boozook/playdate.git"
version = "0.2.2"
[package.metadata.docs.rs]
all-features = false
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples", "-Zbuild-std=core,alloc"]
default-target = "thumbv7em-none-eabihf"
features = ["sys/bindings-derive-default", "sys/bindings-derive-eq", "sys/bindings-derive-copy", "bindings-derive-debug", "sys/bindings-derive-hash", "sys/bindings-derive-ord", "sys/bindings-derive-partialeq", "sys/bindings-derive-partialord"]
rustdoc-args = ["--cfg", "docsrs", "--show-type-layout"]

[package.metadata.playdate]
bundle-id = "rs.playdate.fs"