Skip to content

Instantly share code, notes, and snippets.

@aDotInTheVoid
Created April 17, 2022 22:53
Show Gist options
  • Save aDotInTheVoid/24b8314ae8e6d83d9ac19ef8cefdfd03 to your computer and use it in GitHub Desktop.
Save aDotInTheVoid/24b8314ae8e6d83d9ac19ef8cefdfd03 to your computer and use it in GitHub Desktop.
{
"crate_version": "0.12.0",
"external_crates": {},
"format_version": 14,
"includes_private": false,
"index": {
"0:0": {
"attrs": ["#![feature(no_core)]", "#![no_core]"],
"crate_id": 0,
"deprecation": null,
"docs": null,
"id": "0:0",
"inner": {"is_crate": true, "items": ["0:4"]},
"kind": "module",
"links": {},
"name": "hashbrown",
"span": {"begin": [1, 0], "end": [10, 1], "filename": "src/lib.rs"},
"visibility": "public"
},
"0:4": {
"attrs": [],
"crate_id": 0,
"deprecation": null,
"docs": null,
"id": "0:4",
"inner": {
"decl": {
"c_variadic": false,
"inputs": [],
"output": {
"inner": {
"args": {"angle_bracketed": {"args": [], "bindings": []}},
"id": "0:2",
"name": "secret::Secret",
"param_names": []
},
"kind": "resolved_path"
}
},
"generics": {"params": [], "where_predicates": []},
"header": {"abi": "Rust", "async": false, "const": false, "unsafe": false}
},
"kind": "function",
"links": {},
"name": "get_secret",
"span": {"begin": [8, 0], "end": [10, 1], "filename": "src/lib.rs"},
"visibility": "public"
}
},
"paths": {
"0:0": {"crate_id": 0, "kind": "module", "path": ["hashbrown"]},
"0:4": {"crate_id": 0, "kind": "function", "path": ["hashbrown", "get_secret"]}
},
"root": "0:0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment