dtmt/lib/sdk
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
..
src bug(sdk): Fix type conversion recursion 2023-02-08 14:40:54 +01:00
Cargo.toml refactor: Extract Oodle into separate library 2023-02-08 14:33:47 +01:00