bass-sys icon indicating copy to clipboard operation
bass-sys copied to clipboard

FFI bindings for bass

Results 4 bass-sys issues
Sort by recently updated
recently updated
newest added

Types with [flexible array members][FAM], just like [this][T1], [this][T2], [this][T3], and [this][T4] derive the `Clone` trait, which won't work correctly. [FAM]: https://en.wikipedia.org/wiki/Flexible_array_member [T1]: https://github.com/thatbakamono/bass-sys/blob/master/src/types.rs#L365 [T2]: https://github.com/thatbakamono/bass-sys/blob/master/src/types.rs#L450 [T3]: https://github.com/thatbakamono/bass-sys/blob/master/src/types.rs#L552 [T4]: https://github.com/thatbakamono/bass-sys/blob/master/src/types.rs#L623

Updates the requirements on [libloading](https://github.com/nagisa/rust_libloading) to permit the latest version. Commits 83b1037 Release 0.8.0 a6a394a bump MSRV to 1.48 c7955a7 Replace winapi with windows-sys 95d03a1 Add support for QNX Neutrino...

dependencies

https://github.com/thatbakamono/bass-sys/issues/11#issuecomment-1485826505

As described in the title, the signatures of `TagBext`, `TagCart`, `TagCue` and `TagSample` are incorrect. These four structures use a mechanism called [flexible array member](https://en.wikipedia.org/wiki/Flexible_array_member), as you can see below:...

bug