midly 0.5.3

Fast MIDI decoder and encoder both for .mid files and real-time MIDI events
Documentation
[dependencies.rayon]
optional = true
version = "1"

[features]
alloc = []
default = ["alloc", "std", "parallel"]
parallel = ["std", "rayon"]
std = ["alloc"]
strict = []

[package]
authors = ["negamartin"]
categories = ["multimedia::audio", "multimedia::encoding", "multimedia"]
description = "Fast MIDI decoder and encoder both for .mid files and real-time MIDI events"
edition = "2018"
include = ["/src/*", "/Cargo.toml"]
keywords = ["midi", "no_std", "audio", "parser"]
license = "Unlicense"
name = "midly"
readme = "README.md"
repository = "https://github.com/negamartin/midly"
version = "0.5.3"