libtechmino-replay 0.2.0

A serializer and deserializer for Techmino replays
docs.rs failed to build libtechmino-replay-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: libtechmino-replay-0.1.0

libtechmino-replay

The Rust library behind techmino-replay-toolkit.

  • Used for parsing and serializing Techmino replays
  • Has support for streaming data
  • #![no_std] support (--no-default-features --features alloc)
    • However, we require alloc
  • Based on miniz_oxide

Minimum Supported Rust Version

Current MSRV: 1.87.0

MSRV bumps are out of scope of semver changes. This means it may be changed across minor or patch updates.