This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues/pull-requests.
brd/src
Simon Bruder 0ad0d503a2
Remove U3 type for osu beatmap
It did not do any checking and looked weird.
What *is* the right way to ensure the value only has 3 bytes while still
allowing the user to pass a normal primitive or newtype wrapper around a
primitive (and not e.g. a [bool; 3])?
2020-07-08 23:55:52 +02:00
..
converter Implement Deref for newtypes 2020-07-04 23:17:17 +02:00
ddr Test internal functionality of ddr::ssq 2020-07-05 09:28:38 +02:00
osu Remove U3 type for osu beatmap 2020-07-08 23:55:52 +02:00
xact3 Add documentation and tests for xact3::adpcm 2020-07-05 21:17:42 +02:00
converter.rs Initial commit 2020-06-22 20:39:20 +02:00
ddr.rs Implement support for musicdb 2020-06-28 20:22:31 +02:00
lib.rs Implement support for musicdb 2020-06-28 20:22:31 +02:00
main.rs Avoid match for error handling where it makes sense 2020-07-04 20:53:21 +02:00
mini_parser.rs Add tests for mini parser 2020-07-08 23:40:13 +02:00
osu.rs Initial commit 2020-06-22 20:39:20 +02:00
utils.rs Deduplicate bitflags/bitarray_to_byte 2020-07-08 23:55:04 +02:00
xact3.rs Add documentation and tests for xact3::adpcm 2020-07-05 21:17:42 +02:00