dtmt/crates
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
..
dtmm refactor(main_window): Combine window size into one variable 2023-02-08 14:40:55 +01:00
dtmt feat(lib): Implement IdString type 2023-02-17 22:51:46 +01:00