|
rlib
Convenience library for useful things
|
A pair of borrowed chunks representing one key / value binding inside a larger string. More...
#include <rlib/rstr.h>
Data Fields | |
| RStrChunk | key |
| RStrChunk | val |
A pair of borrowed chunks representing one key / value binding inside a larger string.
Filled by the r_str_kv_parse family.
| RStrChunk RStrKV::key |
Key chunk (left of the delimiter).
| RStrChunk RStrKV::val |
Value chunk (right of the delimiter).