Files
rapr-rs/docs/json/codegen/sidebar-items.js
T
Uttarayan Mondal d5ecda4c73 Initial docs commit
2021-03-15 01:27:34 +05:30

1 line
512 B
JavaScript

initSidebarItems({"struct":[["DumpGenerator","In-Memory Generator, this uses a Vec to store the JSON result."],["PrettyGenerator","Pretty In-Memory Generator, this uses a Vec to store the JSON result and add indent."],["PrettyWriterGenerator","Pretty Writer Generator, this uses a custom writer to store the JSON result and add indent."],["WriterGenerator","Writer Generator, this uses a custom writer to store the JSON result."]],"trait":[["Generator","Default trait for serializing JSONValue into string."]]});