Crates.io | xmrs |
lib.rs | xmrs |
version | 0.9.2 |
source | src |
created_at | 2023-03-12 16:14:42.698424 |
updated_at | 2024-12-08 20:35:56.648086 |
description | A library to edit SoundTracker data with pleasure |
homepage | |
repository | https://codeberg.org/sbechet/xmrs |
max_upload_size | |
id | 808145 |
size | 504,723 |
A no_std library to edit Sound Tracker data with pleasure.
Because "Representation is the Essence of Programming".
Suppported files:
To edit data, use Module
struct.
You can serialize Module
using serde (see std
feature).
Test with cargo run --no-default-features --features=demo --example xmrs -- --help
, then read 50 lines examples/xmrs
example.
micromath is used by default in no_std. If you prefer libm, use cargo build --no-default-features --features=libm --release
.
if you want to use std feature use cargo build --no-default-features --features=std --release