v0.7: `variant<T...>`and Generic Hash Function Support
- New serializable sum type
cista::variant<T...>
(similar tostd::variant
) with type hash and hashing support. - CMake option
CISTA_HASH
with supported valuesFNV1A
(default),XXH3
,WYHASH
andWYHASH_FASTEST
- Win32 support including Contiunous Integration
- CMake install target
- Endian conversion bugfix (floating point types)