dtmt/lib
Lucas Schwiderski 073a91d788
bug(sdk): Fix type conversion recursion
The compiler doesn't complain about this, so I assumed it
was able to correctly resolve a conversion
`BundleFileType` -> `Murmur64` via their shared `From` impl: `u64`.

But it appears that is not the case, and the simple `t.into()` just
calls itself. So I need to do the conversion via the intermediary value
manually.
2023-02-08 14:40:54 +01:00
..
oodle-sys refactor: Extract Oodle into separate library 2023-02-08 14:33:47 +01:00
sdk bug(sdk): Fix type conversion recursion 2023-02-08 14:40:54 +01:00
serde_sjson@39486e8503 fix: Fix decompiling strings files with Unicode 2022-12-28 19:50:22 +01:00