Now a REAL lib

This commit is contained in:
Justine
2023-01-09 19:23:20 +01:00
parent ef46613c71
commit fe9e6f04f5
19014 changed files with 715877 additions and 264 deletions

View File

@ -0,0 +1 @@
window.SIDEBAR_ITEMS = {"fn":[["to_string","Serializes `value` and returns it as string."],["to_string_pretty","Serializes `value` in the recommended RON layout in a pretty way."],["to_writer","Serializes `value` into `writer`"],["to_writer_pretty","Serializes `value` into `writer` in a pretty way."]],"struct":[["PrettyConfig","Pretty serializer configuration."],["Serializer","The RON serializer."]]};