dtmt/lib
Lucas Schwiderski 036c20bd8c
feat(lib): Implement IdString type
This type is similar to an `Either` between a `Murmur64` hash and a
`String`. This is necessary to be able to retain hash information where
the hash is not in the dictionary, but at the same time allow string
names where they are available.

Up until now, when reading a bundle, all hashes would be converted to
strings, which made sense for displaying those names. But when writing
the same bundle back, those strings ended up being re-hashed, resulting
in incorrect hashes.
2023-02-17 22:51:46 +01:00
..
oodle-sys refactor: Extract Oodle into separate library 2023-02-08 14:33:47 +01:00
sdk feat(lib): Implement IdString type 2023-02-17 22:51:46 +01:00
serde_sjson@39486e8503 fix: Fix decompiling strings files with Unicode 2022-12-28 19:50:22 +01:00