cpal/src
mitchmindtree a7008b63a5 Address deprecated `mem::uninitialized` warnings in WASAPI host
This uses `ptr::null_mut()` and `MaybeUninit` to remove use of
deprecated `mem::uninitialized()` which could possibly result in UB.
2020-01-20 20:22:15 +01:00
..
host Address deprecated `mem::uninitialized` warnings in WASAPI host 2020-01-20 20:22:15 +01:00
platform An alternative approach to removing `UnknownBufferType`. 2020-01-19 15:06:19 +01:00
error.rs Switch to dtolnay's `thiserror` for handling error boilerplate 2019-10-13 12:29:21 +02:00
lib.rs Add some notes for devs about the safety requirements of `Data` 2020-01-19 19:05:17 +01:00
samples_formats.rs Remove `UnknownTypeBuffer` in favour of specifying sample type. 2020-01-18 15:13:17 +01:00
traits.rs An alternative approach to removing `UnknownBufferType`. 2020-01-19 15:06:19 +01:00