pico-transform

Crates.iopico-transform
lib.rspico-transform
version0.2.0
created_at2025-12-30 15:10:04.551558+00
updated_at2025-12-30 15:10:04.551558+00
descriptionECS Transform module for the pico engine
homepage
repositoryhttps://github.com/yourusername/pico-engine
max_upload_size
id2012785
size5,914
Nikola Milinkovic (Gorgodon)

documentation

README

pico-transform

ECS Transform module for the pico engine

Features

  • #![no_std] - No standard library required
  • Embedded-friendly design
  • Zero-cost abstractions

Usage

Add this to your Cargo.toml:

toml [dependencies] pico-transform = "0.1.0"

Example:

``rust use pico-transform::*;

// Your code here ``

License

Licensed under either of:

at your option.

Commit count: 0

cargo fmt