playtron-core 1.0.0

Playtron GameOS core utilities for Rust
Documentation
# playtron-core

`playtron-core` provides low-level building blocks for the Playtron GameOS Rust SDK.

This crate is not intended for direct use by most developers. Instead, use the higher-level [`playtron-sdk`](https://crates.io/crates/playtron-sdk) for full integration with Playtron services such as PACT, Sui, and GameOS UI.

## Features

- Shared types and utilities used across Playtron SDK modules

## Usage

This crate is typically used as a dependency by the [`playtron-sdk`](https://github.com/playtron-os/playtron-sdk) and not consumed directly.

If you’re looking to build apps that run on Playtron GameOS, use `playtron-sdk` instead.

## License

- MIT License

See [LICENSE](./LICENSE) for details.