bitserializerv0.85
- Updated
Multi-format serialization library (JSON, XML, YAML, CSV, MsgPack)
- Project website: https://github.com/PavelKisliak/BitSerializer
#Usage
BitSerializer provides CMake targets:
find_package(bitserializer CONFIG REQUIRED)
# Link only archives which you are specified in the features list when install
target_link_libraries(main PRIVATE
BitSerializer::rapidjson-archive
BitSerializer::pugixml-archive
BitSerializer::rapidyaml-archive
BitSerializer::csv-archive
BitSerializer::msgpack-archive
)#Supported Platforms
All platforms supported.
#Features
No default features.
#msgpack-archive
Module for support MsgPack
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#pugixml-archive
Module for support XML (implementation based on the PugiXml library)
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through pugixml)
- vcpkg-cmake-config (through pugixml)
#rapidjson-archive
Module for support JSON (implementation based on the RapidJson library)
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through rapidjson)
- vcpkg-cmake-config (through rapidjson)
#rapidyaml-archive
Module for support YAML (implementation based on the RapidYaml library)
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through c4core)
- vcpkg-cmake-config (through c4core)
#Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Pavel Kisliak
Jack·Boos·Yu
nicole mazzuca
autoantwort
Thomas1664
Pavel Kisliak
Pavel Kisliak
miyanyan