rmp3 0.2.0

fast & safe no_std minimp3 wrapper
Documentation
[build-dependencies.cc]
version = "1.0"
[dependencies.libc]
version = "0.2"

[features]
default = ["only-mp3"]
float = []
no-simd = []
only-mp3 = []

[package]
authors = ["viri <git@stuff.moe>"]
description = "fast & safe no_std minimp3 wrapper"
documentation = "https://docs.rs/rmp3"
edition = "2018"
homepage = "https://github.com/notviri/rmp3"
include = ["ffi/minimp3/minimp3.h", "ffi/minimp3.c", "**/*.rs", "Cargo.toml", "LICENSE"]
license = "CC0-1.0"
name = "rmp3"
repository = "https://github.com/notviri/rmp3"
version = "0.2.0"