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 = {"enum":[["Error","A bare bones error type which currently just collapses all the underlying errors in to a single string… This is fine for displaying to the user, but not very useful otherwise. Work to be done here."]],"fn":[["from_str","Deserialize an instance of type `T` from a string of JSON5 text. Can fail if the input is invalid JSON5, or doesnt match the structure of the target type."],["to_string","Attempts to serialize the input as a JSON5 string (actually a JSON string)."]],"struct":[["Deserializer",""],["Location","One-based line and column at which the error was detected."]],"type":[["Result","Alias for a `Result` with error type `json5::Error`"]]};