rapidyaml 0.15.2
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
ryml.hpp
Go to the documentation of this file.
1#ifndef RYML_HPP_
2#define RYML_HPP_
3
4#include "c4/yml/yml.hpp"
5
6namespace ryml {
7using namespace c4::yml;
8using namespace c4;
9}
10
11#endif /* RYML_HPP_ */
Definition ryml.hpp:6