beatmap_parser 0.1.3

Parse beatmap information, the fast way.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# beatmap-parser


Parse beatmap information, the fast way.

[![Docs.rs](https://docs.rs/beatmap_parser/badge.svg)](https://docs.rs/beatmap_parser) [![Crates.io](https://img.shields.io/crates/v/beatmap_parser)](https://crates.io/crates/beatmap_parser)

## Features


* `beatsaver` enables parsing from a BeatSaver key or url
* `audio` enables parsing the audio file length

## Usage


This crate is simple enough that examples would be useless. Just refer to the docs.