Commit Graph

4 Commits

Author SHA1 Message Date
be47176524 object: dict: use b_strings as keys rather than plain c-strings.
now that strings can contain UTF-8 codepoints and null chars, the b_dict
api has been enhanced to accept keys as b_strings as well as regular c-strings.

keys are now stored as b_strings internally, to allow a wider range of
keys to be used.
2025-09-22 10:50:07 +01:00
d9041cda3f object: to_string() now takes a const object pointer 2025-09-22 10:47:33 +01:00
c54d51d381 object: update to_string callback to use b_stream instead of b_stringstream 2025-06-27 21:47:55 +01:00
fa6ebe6a84 add object module from corelib 2024-10-24 19:24:54 +01:00