mentat/docs/apis/0.7/rust/mentat_parser_utils/sidebar-items.js
Emily Toop da599c3a78 Fix broken documentation links. (#775) (#767) r=nalexander
* Fix broken API doc links

Create symlink for latest to point to v0.7.
Group APIs by top version number rather than individual

* Update swift and android version numbers to match Mentats

* Update documentation

* Update top level .gitignore to ignore docs site & metatdata

* Add README to help with building documentation site

* Address review comments @ncalexan
2018-06-29 10:28:44 -07:00

1 line
No EOL
1.5 KiB
JavaScript

initSidebarItems({"macro":[["assert_edn_parses_to","`assert_edn_parses_to!` simplifies some of the boilerplate around running a parser function against string input and expecting a certain result."],["assert_parse_failure_contains","`assert_parse_failure_contains!` simplifies running a parser function against string input and expecting a certain failure. This is working around the complexity of pattern matching parse errors that contain spans."],["assert_parses_to","`assert_parses_to!` simplifies some of the boilerplate around running a parser function against input and expecting a certain result."],["def_matches_keyword","Generate a `satisfy` expression that matches a `Keyword` value with the given name."],["def_matches_namespaced_keyword","Generate a `satisfy` expression that matches a `Keyword` value with the given namespace and name."],["def_matches_plain_symbol","Generate a `satisfy` expression that matches a `PlainSymbol` value with the given name."],["def_parser",""],["keyword_map_of",""],["matches_plain_symbol","Generate a `satisfy_map` expression that matches a `PlainSymbol` value with the given name."],["satisfy_unwrap","`satisfy_unwrap!` makes it a little easier to implement a `satisfy_map` body that matches a particular `Value` enum case, otherwise returning `None`."]],"mod":[["log",""],["macros",""],["value_and_span",""]],"struct":[["ValueParseError","A `ValueParseError` is a `combine::primitives::ParseError`-alike that implements the `Debug`, `Display`, and `std::error::Error` traits. In addition, it doesn't capture references."]]});