lewton 0.9.4

Pure Rust vorbis decoder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Vorbis decoder written in Rust
//
// Copyright (c) 2019 est31 <MTest31@outlook.com>
// and contributors. All rights reserved.
// Licensed under MIT license, or Apache 2 license,
// at your option. Please see the LICENSE file
// attached to this source distribution for details.

#ifndef LEWTON_H
#define LEWTON_H

// Lewton C API here

#endif