Changed module name, gitignore changes

This commit is contained in:
Jamie Hardt
2020-11-20 11:05:32 -08:00
parent 86e8a26e0a
commit 9417640d47
5 changed files with 14 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
extern crate wavfile;
extern crate bwavfile;
use wavfile::WaveReader;
use wavfile::Error;
use bwavfile::WaveReader;
use bwavfile::Error;
#[test]
fn test_open() {