Closed harudagondi closed 2 years ago
Wave32 and Wave64 only allows writing to files. This PR makes it so that this allows writing to anything that implements std::io::Write.
Wave32
Wave64
std::io::Write
Wave32
andWave64
only allows writing to files. This PR makes it so that this allows writing to anything that implementsstd::io::Write
.