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":[["Entry","A view into a single entry in a map, which may either be vacant or occupied. This enum is constructed from the `entry` method on `Map`."]],"struct":[["IntoIter","An owning iterator over a serde_json::Maps entries."],["Iter","An iterator over a serde_json::Maps entries."],["IterMut","A mutable iterator over a serde_json::Maps entries."],["Keys","An iterator over a serde_json::Maps keys."],["Map","Represents a JSON key/value type."],["OccupiedEntry","An occupied Entry. It is part of the `Entry` enum."],["VacantEntry","A vacant Entry. It is part of the `Entry` enum."],["Values","An iterator over a serde_json::Maps values."],["ValuesMut","A mutable iterator over a serde_json::Maps values."]]};