fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

#195 Implement insertion/extraction operators for basic_node template class #201

Closed fktn-k closed 11 months ago

fktn-k commented 11 months ago

For serialization and deserialization of YAML nodes, insertion/extraction operators for basic_node template class have been added.
They behave as wrapper functions of basic_node APIs for the features.
This is also aimed to minimize the necessity of implementing unnecessarily long codes to achieve them.

With the implementation of the new APIs, the test suite and the documentation has also been updated.

coveralls commented 11 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling 48657ad82fccd6234b09d1c27c7a47e9fc7bce19 on feature/195_basic_node_operators_with_iostreams into e1551b94637204b37622c1209d2bcc79c9aa84d6 on develop.