Releases: Husenap/dubu-serialize
Releases · Husenap/dubu-serialize
dubu-serialize v1.4
dubu-serialize v1.3
Made endian checks constexpr
dubu-serialize v1.2
_ _ _ _ _ ___ ___
_| |_ _| |_ _ _ ___ ___ ___ ___|_|___| |_|___ ___ _ _|_ | |_ |
| . | | | . | | |___|_ -| -_| _| | .'| | |- _| -_| | | |_| |_ _| _|
|___|___|___|___| |___|___|_| |_|__,|_|_|___|___| \_/|_____|_|___|
Added serialization for std::basic_istream
dubu-serialize v1.1
_ _ _ _ _ ___ ___
_| |_ _| |_ _ _ ___ ___ ___ ___|_|___| |_|___ ___ _ _|_ | |_ |
| . | | | . | | |___|_ -| -_| _| | .'| | |- _| -_| | | |_| |_ _ _| |_
|___|___|___|___| |___|___|_| |_|__,|_|_|___|___| \_/|_____|_|_____|
Fixed an issue with the compiler_features
and compiler_warnings
targets
dubu-serialize v1.0
_ _ _ _ _ ___ ___
_| |_ _| |_ _ _ ___ ___ ___ ___|_|___| |_|___ ___ _ _|_ | | |
| . | | | . | | |___|_ -| -_| _| | .'| | |- _| -_| | | |_| |_ _| | |
|___|___|___|___| |___|___|_| |_|__,|_|_|___|___| \_/|_____|_|___|
C++ Serialization Library
Features
- Serialization of standard types such as:
std::vector
std::array
std::basic_string
std::filesystem::path
- All arithmetic types
- Serialize function on custom types, see readme