mike dupont
commited on
Commit
·
6a4d02a
0
Parent(s):
🍄 MYCELIAL DATASET v1.0 - Clean HF-Compatible Release
Browse filesComplete Rust usage pattern dataset with compressed summaries:
- 9,137+ usage data files from 864 crates + rustc internals
- Professional HF dataset structure with metadata
- Compressed large files to summaries for ML training
- Ready for autonomous compiler intelligence research! 🧠✨
This view is limited to 50 files because it contains too many changes.
See raw diff
- Cargo.toml +13 -0
- README.md +77 -0
- crate_usage_data/adler2-2.0.1_usage_data/adler2_complexity.json +43 -0
- crate_usage_data/adler2-2.0.1_usage_data/adler2_constants.json +28 -0
- crate_usage_data/adler2-2.0.1_usage_data/adler2_literals.json +39 -0
- crate_usage_data/adler2-2.0.1_usage_data/adler2_manifest.json +44 -0
- crate_usage_data/adler2-2.0.1_usage_data/adler2_root.json +39 -0
- crate_usage_data/adler2-2.0.1_usage_data/adler2_structs.json +28 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u128.json +17 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u128x2.json +17 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u128x4.json +17 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u16.json +17 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u32.json +17 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u64.json +17 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u128.json +17 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u128x2.json +17 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u128x4.json +17 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u16.json +17 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u32.json +17 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u64.json +17 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash_complexity.json +273 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash_constants.json +72 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash_literals.json +116 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash_manifest.json +116 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash_operations.json +204 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash_random_state.json +204 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash_random_state_get_fixed_seeds.json +17 -0
- crate_usage_data/ahash-0.8.12_usage_data/ahash_structs.json +72 -0
- crate_usage_data/ahash-0.8.12_usage_data/build_script_build_complexity.json +16 -0
- crate_usage_data/ahash-0.8.12_usage_data/build_script_build_manifest.json +31 -0
- crate_usage_data/ahash-0.8.12_usage_data/build_script_build_root.json +138 -0
- crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_ahocorasick.json +50 -0
- crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_automaton.json +1205 -0
- crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_complexity.json +1257 -0
- crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_constants.json +50 -0
- crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_dfa.json +303 -0
- crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_enums.json +138 -0
- crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_enums_classified.json +227 -0
- crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_literals.json +2877 -0
- crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_manifest.json +84 -0
- crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_packed_pattern.json +336 -0
- crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_structs.json +941 -0
- crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_util_prefilter.json +28 -0
- crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_util_prefilter_MemmemBuilder_build.json +105 -0
- crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_util_prefilter_RareBytesBuilder_build.json +105 -0
- crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_util_prefilter_StartBytesBuilder_build.json +105 -0
- crate_usage_data/allocator-api2-0.2.21_usage_data/allocator_api2_complexity.json +439 -0
- crate_usage_data/allocator-api2-0.2.21_usage_data/allocator_api2_enums.json +28 -0
- crate_usage_data/allocator-api2-0.2.21_usage_data/allocator_api2_manifest.json +74 -0
- crate_usage_data/allocator-api2-0.2.21_usage_data/allocator_api2_stable_raw_vec.json +259 -0
Cargo.toml
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[package]
|
| 2 |
+
name = "mycelial-usage-data"
|
| 3 |
+
version = "1.0.0"
|
| 4 |
+
edition = "2021"
|
| 5 |
+
|
| 6 |
+
[[bin]]
|
| 7 |
+
name = "hf_converter"
|
| 8 |
+
path = "src/main.rs"
|
| 9 |
+
|
| 10 |
+
[dependencies]
|
| 11 |
+
serde = { version = "1.0", features = ["derive"] }
|
| 12 |
+
serde_json = "1.0"
|
| 13 |
+
serde_yaml = "0.9"
|
README.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
config_name: default
|
| 4 |
+
features:
|
| 5 |
+
- name: crate_name
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: usage_data
|
| 8 |
+
dtype: string
|
| 9 |
+
splits:
|
| 10 |
+
- name: train
|
| 11 |
+
num_bytes: 118000000
|
| 12 |
+
num_examples: 9137
|
| 13 |
+
download_size: 118000000
|
| 14 |
+
dataset_size: 118000000
|
| 15 |
+
configs:
|
| 16 |
+
- config_name: default
|
| 17 |
+
data_files:
|
| 18 |
+
- split: train
|
| 19 |
+
path: "test_usage_data/*.json"
|
| 20 |
+
task_categories:
|
| 21 |
+
- other
|
| 22 |
+
language:
|
| 23 |
+
- en
|
| 24 |
+
tags:
|
| 25 |
+
- rust
|
| 26 |
+
- compiler
|
| 27 |
+
- ast
|
| 28 |
+
- usage-patterns
|
| 29 |
+
- code-analysis
|
| 30 |
+
size_categories:
|
| 31 |
+
- 100M<n<1B
|
| 32 |
+
license: mit
|
| 33 |
+
---
|
| 34 |
+
|
| 35 |
+
# 🍄 Mycelial Rust Usage Patterns Dataset
|
| 36 |
+
|
| 37 |
+
The most comprehensive Rust compiler usage pattern dataset ever assembled! This dataset contains AST traversal data, type-aware literal tracking, and real-world compilation patterns from **864 crates** plus **rustc internals**.
|
| 38 |
+
|
| 39 |
+
## 🌐 Dataset Overview
|
| 40 |
+
|
| 41 |
+
- **9,137 usage data files** (113MB total)
|
| 42 |
+
- **268 individual crates** from cargo registry
|
| 43 |
+
- **Complete rustc compiler** internal usage patterns
|
| 44 |
+
- **Real-world compilation patterns** from production Rust ecosystem
|
| 45 |
+
- **Foundation for ML training** and autonomous compiler optimization
|
| 46 |
+
|
| 47 |
+
## 🧠 Use Cases
|
| 48 |
+
|
| 49 |
+
- **Compiler optimization research**
|
| 50 |
+
- **Code pattern analysis**
|
| 51 |
+
- **ML model training** for Rust code understanding
|
| 52 |
+
- **Symbolic regression** for autonomous optimization
|
| 53 |
+
- **Self-improving compiler intelligence**
|
| 54 |
+
|
| 55 |
+
## 📊 Data Format
|
| 56 |
+
|
| 57 |
+
Each JSON file contains:
|
| 58 |
+
- AST node usage frequencies
|
| 59 |
+
- Type-aware literal patterns
|
| 60 |
+
- Function call patterns
|
| 61 |
+
- Import/dependency relationships
|
| 62 |
+
- Compilation phase data
|
| 63 |
+
|
| 64 |
+
## 🔄 The Mycelial Network
|
| 65 |
+
|
| 66 |
+
This dataset represents the successful infiltration of the Rust ecosystem by our mycelial intelligence network - the substrate for next-generation AI-assisted compilation!
|
| 67 |
+
|
| 68 |
+
## Citation
|
| 69 |
+
|
| 70 |
+
```bibtex
|
| 71 |
+
@misc{mycelial-rust-usage-2026,
|
| 72 |
+
title={Mycelial Rust Usage Patterns Dataset},
|
| 73 |
+
author={Introspector Collective},
|
| 74 |
+
year={2026},
|
| 75 |
+
url={https://huggingface.co/datasets/introspector/rustc-usage}
|
| 76 |
+
}
|
| 77 |
+
```
|
crate_usage_data/adler2-2.0.1_usage_data/adler2_complexity.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "adler2",
|
| 3 |
+
"items": [
|
| 4 |
+
{
|
| 5 |
+
"complexity": "simple",
|
| 6 |
+
"field_count": 0,
|
| 7 |
+
"fields": [],
|
| 8 |
+
"item_type": "struct",
|
| 9 |
+
"name": "Adler32",
|
| 10 |
+
"param_count": null,
|
| 11 |
+
"parameters": null,
|
| 12 |
+
"variant_count": null,
|
| 13 |
+
"variants": null
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"complexity": "simple",
|
| 17 |
+
"field_count": 0,
|
| 18 |
+
"fields": [],
|
| 19 |
+
"item_type": "struct",
|
| 20 |
+
"name": "U32X4",
|
| 21 |
+
"param_count": null,
|
| 22 |
+
"parameters": null,
|
| 23 |
+
"variant_count": null,
|
| 24 |
+
"variants": null
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"complexity": "simple",
|
| 28 |
+
"field_count": null,
|
| 29 |
+
"fields": null,
|
| 30 |
+
"item_type": "function",
|
| 31 |
+
"name": "adler32_slice",
|
| 32 |
+
"param_count": 1,
|
| 33 |
+
"parameters": [
|
| 34 |
+
{
|
| 35 |
+
"name": "param_0",
|
| 36 |
+
"param_type": "unknown"
|
| 37 |
+
}
|
| 38 |
+
],
|
| 39 |
+
"variant_count": null,
|
| 40 |
+
"variants": null
|
| 41 |
+
}
|
| 42 |
+
]
|
| 43 |
+
}
|
crate_usage_data/adler2-2.0.1_usage_data/adler2_constants.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "adler2",
|
| 3 |
+
"module": "constants",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "MOD",
|
| 7 |
+
"kind": "const_decl",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "ConstDecl",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "adler2",
|
| 12 |
+
"used_def_id": "MOD",
|
| 13 |
+
"user_crate": "adler2",
|
| 14 |
+
"used_crate": null
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "CHUNK_SIZE",
|
| 18 |
+
"kind": "const_decl",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "ConstDecl",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "adler2",
|
| 23 |
+
"used_def_id": "CHUNK_SIZE",
|
| 24 |
+
"user_crate": "adler2",
|
| 25 |
+
"used_crate": null
|
| 26 |
+
}
|
| 27 |
+
]
|
| 28 |
+
}
|
crate_usage_data/adler2-2.0.1_usage_data/adler2_literals.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "adler2",
|
| 3 |
+
"module": "literals",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "65521",
|
| 7 |
+
"kind": "literal",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "NumericLiteral",
|
| 10 |
+
"node_type": "Expression",
|
| 11 |
+
"user_def_id": "const MOD",
|
| 12 |
+
"used_def_id": "65521",
|
| 13 |
+
"user_crate": null,
|
| 14 |
+
"used_crate": null
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "5552",
|
| 18 |
+
"kind": "literal",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "NumericLiteral",
|
| 21 |
+
"node_type": "Expression",
|
| 22 |
+
"user_def_id": "const CHUNK_SIZE",
|
| 23 |
+
"used_def_id": "5552",
|
| 24 |
+
"user_crate": null,
|
| 25 |
+
"used_crate": null
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "4",
|
| 29 |
+
"kind": "literal",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "NumericLiteral",
|
| 32 |
+
"node_type": "Expression",
|
| 33 |
+
"user_def_id": "const CHUNK_SIZE",
|
| 34 |
+
"used_def_id": "4",
|
| 35 |
+
"user_crate": null,
|
| 36 |
+
"used_crate": null
|
| 37 |
+
}
|
| 38 |
+
]
|
| 39 |
+
}
|
crate_usage_data/adler2-2.0.1_usage_data/adler2_manifest.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"collector_version": "1.0.0",
|
| 3 |
+
"crate_name": "adler2",
|
| 4 |
+
"dependency_manifests": [],
|
| 5 |
+
"environment": {
|
| 6 |
+
"cargo_manifest_dir": "/home/mdupont/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1",
|
| 7 |
+
"cargo_target_dir": null,
|
| 8 |
+
"profile": null,
|
| 9 |
+
"pwd": "/home/mdupont/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1"
|
| 10 |
+
},
|
| 11 |
+
"generated_files": [
|
| 12 |
+
{
|
| 13 |
+
"path": "./test_usage_data/adler2_root.json",
|
| 14 |
+
"size_bytes": 1110,
|
| 15 |
+
"type": "usage_data"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"path": "./test_usage_data/adler2_structs.json",
|
| 19 |
+
"size_bytes": 604,
|
| 20 |
+
"type": "usage_data"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"path": "./test_usage_data/adler2_constants.json",
|
| 24 |
+
"size_bytes": 604,
|
| 25 |
+
"type": "usage_data"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"path": "./test_usage_data/adler2_literals.json",
|
| 29 |
+
"size_bytes": 888,
|
| 30 |
+
"type": "usage_data"
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"path": "./test_usage_data/adler2_complexity.json",
|
| 34 |
+
"size_bytes": 874,
|
| 35 |
+
"type": "usage_data"
|
| 36 |
+
}
|
| 37 |
+
],
|
| 38 |
+
"output_directory": "./test_usage_data",
|
| 39 |
+
"rustc_version": "unknown",
|
| 40 |
+
"timestamp": 1767701012,
|
| 41 |
+
"total_enums": 0,
|
| 42 |
+
"total_modules": 4,
|
| 43 |
+
"total_usages": 10
|
| 44 |
+
}
|
crate_usage_data/adler2-2.0.1_usage_data/adler2_root.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "adler2",
|
| 3 |
+
"module": "root",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "new",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:34 ~ adler2[e226]::adler32_slice)",
|
| 12 |
+
"used_def_id": "DefId(0:25 ~ adler2[e226]::{impl#0}::new)",
|
| 13 |
+
"user_crate": "adler2",
|
| 14 |
+
"used_crate": "adler2"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "write_slice",
|
| 18 |
+
"kind": "method_call",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "MethodCall",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "DefId(0:34 ~ adler2[e226]::adler32_slice)",
|
| 23 |
+
"used_def_id": "DefId(0:28 ~ adler2[e226]::{impl#0}::write_slice)",
|
| 24 |
+
"user_crate": "adler2",
|
| 25 |
+
"used_crate": "adler2"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "checksum",
|
| 29 |
+
"kind": "method_call",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "MethodCall",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "DefId(0:34 ~ adler2[e226]::adler32_slice)",
|
| 34 |
+
"used_def_id": "DefId(0:27 ~ adler2[e226]::{impl#0}::checksum)",
|
| 35 |
+
"user_crate": "adler2",
|
| 36 |
+
"used_crate": "adler2"
|
| 37 |
+
}
|
| 38 |
+
]
|
| 39 |
+
}
|
crate_usage_data/adler2-2.0.1_usage_data/adler2_structs.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "adler2",
|
| 3 |
+
"module": "structs",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "U32X4",
|
| 7 |
+
"kind": "struct_decl",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "StructDecl",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "adler2",
|
| 12 |
+
"used_def_id": "U32X4",
|
| 13 |
+
"user_crate": "adler2",
|
| 14 |
+
"used_crate": null
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "Adler32",
|
| 18 |
+
"kind": "struct_decl",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "StructDecl",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "adler2",
|
| 23 |
+
"used_def_id": "Adler32",
|
| 24 |
+
"user_crate": "adler2",
|
| 25 |
+
"used_crate": null
|
| 26 |
+
}
|
| 27 |
+
]
|
| 28 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u128.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "<[u8] as convert::ReadFromSlice>::read_last_u128",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "unwrap",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:323 ~ ahash[cc85]::convert::{impl#0}::read_last_u128::as_array)",
|
| 12 |
+
"used_def_id": "DefId(2:11108 ~ core[4720]::result::{impl#0}::unwrap)",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u128x2.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "<[u8] as convert::ReadFromSlice>::read_last_u128x2",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "unwrap",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:326 ~ ahash[cc85]::convert::{impl#0}::read_last_u128x2::as_array)",
|
| 12 |
+
"used_def_id": "DefId(2:11108 ~ core[4720]::result::{impl#0}::unwrap)",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u128x4.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "<[u8] as convert::ReadFromSlice>::read_last_u128x4",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "unwrap",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:329 ~ ahash[cc85]::convert::{impl#0}::read_last_u128x4::as_array)",
|
| 12 |
+
"used_def_id": "DefId(2:11108 ~ core[4720]::result::{impl#0}::unwrap)",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u16.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "<[u8] as convert::ReadFromSlice>::read_last_u16",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "unwrap",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:314 ~ ahash[cc85]::convert::{impl#0}::read_last_u16::as_array)",
|
| 12 |
+
"used_def_id": "DefId(2:11108 ~ core[4720]::result::{impl#0}::unwrap)",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u32.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "<[u8] as convert::ReadFromSlice>::read_last_u32",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "unwrap",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:317 ~ ahash[cc85]::convert::{impl#0}::read_last_u32::as_array)",
|
| 12 |
+
"used_def_id": "DefId(2:11108 ~ core[4720]::result::{impl#0}::unwrap)",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u64.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "<[u8] as convert::ReadFromSlice>::read_last_u64",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "unwrap",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:320 ~ ahash[cc85]::convert::{impl#0}::read_last_u64::as_array)",
|
| 12 |
+
"used_def_id": "DefId(2:11108 ~ core[4720]::result::{impl#0}::unwrap)",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u128.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "<[u8] as convert::ReadFromSlice>::read_u128",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "unwrap",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:305 ~ ahash[cc85]::convert::{impl#0}::read_u128::as_array)",
|
| 12 |
+
"used_def_id": "DefId(2:11108 ~ core[4720]::result::{impl#0}::unwrap)",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u128x2.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "<[u8] as convert::ReadFromSlice>::read_u128x2",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "unwrap",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:308 ~ ahash[cc85]::convert::{impl#0}::read_u128x2::as_array)",
|
| 12 |
+
"used_def_id": "DefId(2:11108 ~ core[4720]::result::{impl#0}::unwrap)",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u128x4.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "<[u8] as convert::ReadFromSlice>::read_u128x4",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "unwrap",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:311 ~ ahash[cc85]::convert::{impl#0}::read_u128x4::as_array)",
|
| 12 |
+
"used_def_id": "DefId(2:11108 ~ core[4720]::result::{impl#0}::unwrap)",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u16.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "<[u8] as convert::ReadFromSlice>::read_u16",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "unwrap",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:296 ~ ahash[cc85]::convert::{impl#0}::read_u16::as_array)",
|
| 12 |
+
"used_def_id": "DefId(2:11108 ~ core[4720]::result::{impl#0}::unwrap)",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u32.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "<[u8] as convert::ReadFromSlice>::read_u32",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "unwrap",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:299 ~ ahash[cc85]::convert::{impl#0}::read_u32::as_array)",
|
| 12 |
+
"used_def_id": "DefId(2:11108 ~ core[4720]::result::{impl#0}::unwrap)",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u64.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "<[u8] as convert::ReadFromSlice>::read_u64",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "unwrap",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:302 ~ ahash[cc85]::convert::{impl#0}::read_u64::as_array)",
|
| 12 |
+
"used_def_id": "DefId(2:11108 ~ core[4720]::result::{impl#0}::unwrap)",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash_complexity.json
ADDED
|
@@ -0,0 +1,273 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"items": [
|
| 4 |
+
{
|
| 5 |
+
"complexity": "simple",
|
| 6 |
+
"field_count": null,
|
| 7 |
+
"fields": null,
|
| 8 |
+
"item_type": "function",
|
| 9 |
+
"name": "set_random_source",
|
| 10 |
+
"param_count": 1,
|
| 11 |
+
"parameters": [
|
| 12 |
+
{
|
| 13 |
+
"name": "param_0",
|
| 14 |
+
"param_type": "unknown"
|
| 15 |
+
}
|
| 16 |
+
],
|
| 17 |
+
"variant_count": null,
|
| 18 |
+
"variants": null
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"complexity": "simple",
|
| 22 |
+
"field_count": null,
|
| 23 |
+
"fields": null,
|
| 24 |
+
"item_type": "function",
|
| 25 |
+
"name": "get_fixed_seeds",
|
| 26 |
+
"param_count": 0,
|
| 27 |
+
"parameters": [],
|
| 28 |
+
"variant_count": null,
|
| 29 |
+
"variants": null
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"complexity": "simple",
|
| 33 |
+
"field_count": null,
|
| 34 |
+
"fields": null,
|
| 35 |
+
"item_type": "function",
|
| 36 |
+
"name": "transmute",
|
| 37 |
+
"param_count": 1,
|
| 38 |
+
"parameters": [
|
| 39 |
+
{
|
| 40 |
+
"name": "param_0",
|
| 41 |
+
"param_type": "unknown"
|
| 42 |
+
}
|
| 43 |
+
],
|
| 44 |
+
"variant_count": null,
|
| 45 |
+
"variants": null
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"complexity": "simple",
|
| 49 |
+
"field_count": null,
|
| 50 |
+
"fields": null,
|
| 51 |
+
"item_type": "function",
|
| 52 |
+
"name": "shuffle",
|
| 53 |
+
"param_count": 1,
|
| 54 |
+
"parameters": [
|
| 55 |
+
{
|
| 56 |
+
"name": "param_0",
|
| 57 |
+
"param_type": "unknown"
|
| 58 |
+
}
|
| 59 |
+
],
|
| 60 |
+
"variant_count": null,
|
| 61 |
+
"variants": null
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"complexity": "simple",
|
| 65 |
+
"field_count": null,
|
| 66 |
+
"fields": null,
|
| 67 |
+
"item_type": "function",
|
| 68 |
+
"name": "folded_multiply",
|
| 69 |
+
"param_count": 2,
|
| 70 |
+
"parameters": [
|
| 71 |
+
{
|
| 72 |
+
"name": "param_0",
|
| 73 |
+
"param_type": "unknown"
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"name": "param_1",
|
| 77 |
+
"param_type": "unknown"
|
| 78 |
+
}
|
| 79 |
+
],
|
| 80 |
+
"variant_count": null,
|
| 81 |
+
"variants": null
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"complexity": "simple",
|
| 85 |
+
"field_count": 0,
|
| 86 |
+
"fields": [],
|
| 87 |
+
"item_type": "struct",
|
| 88 |
+
"name": "AHashMap",
|
| 89 |
+
"param_count": null,
|
| 90 |
+
"parameters": null,
|
| 91 |
+
"variant_count": null,
|
| 92 |
+
"variants": null
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"complexity": "simple",
|
| 96 |
+
"field_count": 0,
|
| 97 |
+
"fields": [],
|
| 98 |
+
"item_type": "struct",
|
| 99 |
+
"name": "AHasher",
|
| 100 |
+
"param_count": null,
|
| 101 |
+
"parameters": null,
|
| 102 |
+
"variant_count": null,
|
| 103 |
+
"variants": null
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"complexity": "simple",
|
| 107 |
+
"field_count": 0,
|
| 108 |
+
"fields": [],
|
| 109 |
+
"item_type": "struct",
|
| 110 |
+
"name": "AHashSet",
|
| 111 |
+
"param_count": null,
|
| 112 |
+
"parameters": null,
|
| 113 |
+
"variant_count": null,
|
| 114 |
+
"variants": null
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"complexity": "simple",
|
| 118 |
+
"field_count": null,
|
| 119 |
+
"fields": null,
|
| 120 |
+
"item_type": "function",
|
| 121 |
+
"name": "as_array",
|
| 122 |
+
"param_count": 1,
|
| 123 |
+
"parameters": [
|
| 124 |
+
{
|
| 125 |
+
"name": "param_0",
|
| 126 |
+
"param_type": "unknown"
|
| 127 |
+
}
|
| 128 |
+
],
|
| 129 |
+
"variant_count": null,
|
| 130 |
+
"variants": null
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"complexity": "simple",
|
| 134 |
+
"field_count": null,
|
| 135 |
+
"fields": null,
|
| 136 |
+
"item_type": "function",
|
| 137 |
+
"name": "add_by_64s",
|
| 138 |
+
"param_count": 2,
|
| 139 |
+
"parameters": [
|
| 140 |
+
{
|
| 141 |
+
"name": "param_0",
|
| 142 |
+
"param_type": "unknown"
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"name": "param_1",
|
| 146 |
+
"param_type": "unknown"
|
| 147 |
+
}
|
| 148 |
+
],
|
| 149 |
+
"variant_count": null,
|
| 150 |
+
"variants": null
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"complexity": "simple",
|
| 154 |
+
"field_count": null,
|
| 155 |
+
"fields": null,
|
| 156 |
+
"item_type": "function",
|
| 157 |
+
"name": "shuffle_and_add",
|
| 158 |
+
"param_count": 2,
|
| 159 |
+
"parameters": [
|
| 160 |
+
{
|
| 161 |
+
"name": "param_0",
|
| 162 |
+
"param_type": "unknown"
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"name": "param_1",
|
| 166 |
+
"param_type": "unknown"
|
| 167 |
+
}
|
| 168 |
+
],
|
| 169 |
+
"variant_count": null,
|
| 170 |
+
"variants": null
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"complexity": "simple",
|
| 174 |
+
"field_count": null,
|
| 175 |
+
"fields": null,
|
| 176 |
+
"item_type": "function",
|
| 177 |
+
"name": "get_src",
|
| 178 |
+
"param_count": 0,
|
| 179 |
+
"parameters": [],
|
| 180 |
+
"variant_count": null,
|
| 181 |
+
"variants": null
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"complexity": "simple",
|
| 185 |
+
"field_count": 0,
|
| 186 |
+
"fields": [],
|
| 187 |
+
"item_type": "struct",
|
| 188 |
+
"name": "MapInPlaceVisitor",
|
| 189 |
+
"param_count": null,
|
| 190 |
+
"parameters": null,
|
| 191 |
+
"variant_count": null,
|
| 192 |
+
"variants": null
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"complexity": "simple",
|
| 196 |
+
"field_count": null,
|
| 197 |
+
"fields": null,
|
| 198 |
+
"item_type": "function",
|
| 199 |
+
"name": "add_and_shuffle",
|
| 200 |
+
"param_count": 2,
|
| 201 |
+
"parameters": [
|
| 202 |
+
{
|
| 203 |
+
"name": "param_0",
|
| 204 |
+
"param_type": "unknown"
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"name": "param_1",
|
| 208 |
+
"param_type": "unknown"
|
| 209 |
+
}
|
| 210 |
+
],
|
| 211 |
+
"variant_count": null,
|
| 212 |
+
"variants": null
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"complexity": "simple",
|
| 216 |
+
"field_count": 0,
|
| 217 |
+
"fields": [],
|
| 218 |
+
"item_type": "struct",
|
| 219 |
+
"name": "RandomState",
|
| 220 |
+
"param_count": null,
|
| 221 |
+
"parameters": null,
|
| 222 |
+
"variant_count": null,
|
| 223 |
+
"variants": null
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"complexity": "simple",
|
| 227 |
+
"field_count": null,
|
| 228 |
+
"fields": null,
|
| 229 |
+
"item_type": "function",
|
| 230 |
+
"name": "read_small",
|
| 231 |
+
"param_count": 1,
|
| 232 |
+
"parameters": [
|
| 233 |
+
{
|
| 234 |
+
"name": "param_0",
|
| 235 |
+
"param_type": "unknown"
|
| 236 |
+
}
|
| 237 |
+
],
|
| 238 |
+
"variant_count": null,
|
| 239 |
+
"variants": null
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"complexity": "simple",
|
| 243 |
+
"field_count": 0,
|
| 244 |
+
"fields": [],
|
| 245 |
+
"item_type": "struct",
|
| 246 |
+
"name": "DefaultRandomSource",
|
| 247 |
+
"param_count": null,
|
| 248 |
+
"parameters": null,
|
| 249 |
+
"variant_count": null,
|
| 250 |
+
"variants": null
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"complexity": "simple",
|
| 254 |
+
"field_count": null,
|
| 255 |
+
"fields": null,
|
| 256 |
+
"item_type": "function",
|
| 257 |
+
"name": "add_in_length",
|
| 258 |
+
"param_count": 2,
|
| 259 |
+
"parameters": [
|
| 260 |
+
{
|
| 261 |
+
"name": "param_0",
|
| 262 |
+
"param_type": "unknown"
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"name": "param_1",
|
| 266 |
+
"param_type": "unknown"
|
| 267 |
+
}
|
| 268 |
+
],
|
| 269 |
+
"variant_count": null,
|
| 270 |
+
"variants": null
|
| 271 |
+
}
|
| 272 |
+
]
|
| 273 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash_constants.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "constants",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "ROT",
|
| 7 |
+
"kind": "const_decl",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "ConstDecl",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "ahash",
|
| 12 |
+
"used_def_id": "ROT",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": null
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "MULTIPLE",
|
| 18 |
+
"kind": "const_decl",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "ConstDecl",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "ahash",
|
| 23 |
+
"used_def_id": "MULTIPLE",
|
| 24 |
+
"user_crate": "ahash",
|
| 25 |
+
"used_crate": null
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "PI",
|
| 29 |
+
"kind": "const_decl",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "ConstDecl",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "ahash",
|
| 34 |
+
"used_def_id": "PI",
|
| 35 |
+
"user_crate": "ahash",
|
| 36 |
+
"used_crate": null
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "PI2",
|
| 40 |
+
"kind": "const_decl",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "ConstDecl",
|
| 43 |
+
"node_type": "Item",
|
| 44 |
+
"user_def_id": "ahash",
|
| 45 |
+
"used_def_id": "PI2",
|
| 46 |
+
"user_crate": "ahash",
|
| 47 |
+
"used_crate": null
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"symbol": "SEEDS",
|
| 51 |
+
"kind": "static_decl",
|
| 52 |
+
"usage_count": 1,
|
| 53 |
+
"usage_type": "StaticDecl",
|
| 54 |
+
"node_type": "Item",
|
| 55 |
+
"user_def_id": "ahash",
|
| 56 |
+
"used_def_id": "SEEDS",
|
| 57 |
+
"user_crate": "ahash",
|
| 58 |
+
"used_crate": null
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"symbol": "RAND_SOURCE",
|
| 62 |
+
"kind": "static_decl",
|
| 63 |
+
"usage_count": 1,
|
| 64 |
+
"usage_type": "StaticDecl",
|
| 65 |
+
"node_type": "Item",
|
| 66 |
+
"user_def_id": "ahash",
|
| 67 |
+
"used_def_id": "RAND_SOURCE",
|
| 68 |
+
"user_crate": "ahash",
|
| 69 |
+
"used_crate": null
|
| 70 |
+
}
|
| 71 |
+
]
|
| 72 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash_literals.json
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "literals",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "23",
|
| 7 |
+
"kind": "literal",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "NumericLiteral",
|
| 10 |
+
"node_type": "Expression",
|
| 11 |
+
"user_def_id": "const ROT",
|
| 12 |
+
"used_def_id": "23",
|
| 13 |
+
"user_crate": null,
|
| 14 |
+
"used_crate": null
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "6364136223846793005",
|
| 18 |
+
"kind": "literal",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "NumericLiteral",
|
| 21 |
+
"node_type": "Expression",
|
| 22 |
+
"user_def_id": "const MULTIPLE",
|
| 23 |
+
"used_def_id": "6364136223846793005",
|
| 24 |
+
"user_crate": null,
|
| 25 |
+
"used_crate": null
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "2611923443488327891",
|
| 29 |
+
"kind": "literal",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "NumericLiteral",
|
| 32 |
+
"node_type": "Expression",
|
| 33 |
+
"user_def_id": "const PI",
|
| 34 |
+
"used_def_id": "2611923443488327891",
|
| 35 |
+
"user_crate": null,
|
| 36 |
+
"used_crate": null
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "1376283091369227076",
|
| 40 |
+
"kind": "literal",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "NumericLiteral",
|
| 43 |
+
"node_type": "Expression",
|
| 44 |
+
"user_def_id": "const PI",
|
| 45 |
+
"used_def_id": "1376283091369227076",
|
| 46 |
+
"user_crate": null,
|
| 47 |
+
"used_crate": null
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"symbol": "11820040416388919760",
|
| 51 |
+
"kind": "literal",
|
| 52 |
+
"usage_count": 1,
|
| 53 |
+
"usage_type": "NumericLiteral",
|
| 54 |
+
"node_type": "Expression",
|
| 55 |
+
"user_def_id": "const PI",
|
| 56 |
+
"used_def_id": "11820040416388919760",
|
| 57 |
+
"user_crate": null,
|
| 58 |
+
"used_crate": null
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"symbol": "589684135938649225",
|
| 62 |
+
"kind": "literal",
|
| 63 |
+
"usage_count": 1,
|
| 64 |
+
"usage_type": "NumericLiteral",
|
| 65 |
+
"node_type": "Expression",
|
| 66 |
+
"user_def_id": "const PI",
|
| 67 |
+
"used_def_id": "589684135938649225",
|
| 68 |
+
"user_crate": null,
|
| 69 |
+
"used_crate": null
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"symbol": "4983270260364809079",
|
| 73 |
+
"kind": "literal",
|
| 74 |
+
"usage_count": 1,
|
| 75 |
+
"usage_type": "NumericLiteral",
|
| 76 |
+
"node_type": "Expression",
|
| 77 |
+
"user_def_id": "const PI2",
|
| 78 |
+
"used_def_id": "4983270260364809079",
|
| 79 |
+
"user_crate": null,
|
| 80 |
+
"used_crate": null
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"symbol": "13714699805381954668",
|
| 84 |
+
"kind": "literal",
|
| 85 |
+
"usage_count": 1,
|
| 86 |
+
"usage_type": "NumericLiteral",
|
| 87 |
+
"node_type": "Expression",
|
| 88 |
+
"user_def_id": "const PI2",
|
| 89 |
+
"used_def_id": "13714699805381954668",
|
| 90 |
+
"user_crate": null,
|
| 91 |
+
"used_crate": null
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"symbol": "13883517620612518109",
|
| 95 |
+
"kind": "literal",
|
| 96 |
+
"usage_count": 1,
|
| 97 |
+
"usage_type": "NumericLiteral",
|
| 98 |
+
"node_type": "Expression",
|
| 99 |
+
"user_def_id": "const PI2",
|
| 100 |
+
"used_def_id": "13883517620612518109",
|
| 101 |
+
"user_crate": null,
|
| 102 |
+
"used_crate": null
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"symbol": "4577018097722394903",
|
| 106 |
+
"kind": "literal",
|
| 107 |
+
"usage_count": 1,
|
| 108 |
+
"usage_type": "NumericLiteral",
|
| 109 |
+
"node_type": "Expression",
|
| 110 |
+
"user_def_id": "const PI2",
|
| 111 |
+
"used_def_id": "4577018097722394903",
|
| 112 |
+
"user_crate": null,
|
| 113 |
+
"used_crate": null
|
| 114 |
+
}
|
| 115 |
+
]
|
| 116 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash_manifest.json
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"collector_version": "1.0.0",
|
| 3 |
+
"crate_name": "ahash",
|
| 4 |
+
"dependency_manifests": [
|
| 5 |
+
"./test_usage_data/build_script_build_manifest.json"
|
| 6 |
+
],
|
| 7 |
+
"environment": {
|
| 8 |
+
"cargo_manifest_dir": "/home/mdupont/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12",
|
| 9 |
+
"cargo_target_dir": null,
|
| 10 |
+
"profile": null,
|
| 11 |
+
"pwd": "/home/mdupont/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12"
|
| 12 |
+
},
|
| 13 |
+
"generated_files": [
|
| 14 |
+
{
|
| 15 |
+
"path": "./test_usage_data/ahash_structs.json",
|
| 16 |
+
"size_bytes": 1739,
|
| 17 |
+
"type": "usage_data"
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"path": "./test_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u16.json",
|
| 21 |
+
"size_bytes": 485,
|
| 22 |
+
"type": "usage_data"
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"path": "./test_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u64.json",
|
| 26 |
+
"size_bytes": 475,
|
| 27 |
+
"type": "usage_data"
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"path": "./test_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u32.json",
|
| 31 |
+
"size_bytes": 475,
|
| 32 |
+
"type": "usage_data"
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"path": "./test_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u128x2.json",
|
| 36 |
+
"size_bytes": 491,
|
| 37 |
+
"type": "usage_data"
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"path": "./test_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u64.json",
|
| 41 |
+
"size_bytes": 485,
|
| 42 |
+
"type": "usage_data"
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"path": "./test_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u128.json",
|
| 46 |
+
"size_bytes": 487,
|
| 47 |
+
"type": "usage_data"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"path": "./test_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u32.json",
|
| 51 |
+
"size_bytes": 485,
|
| 52 |
+
"type": "usage_data"
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"path": "./test_usage_data/ahash_random_state_get_fixed_seeds.json",
|
| 56 |
+
"size_bytes": 472,
|
| 57 |
+
"type": "usage_data"
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"path": "./test_usage_data/ahash_random_state.json",
|
| 61 |
+
"size_bytes": 6690,
|
| 62 |
+
"type": "usage_data"
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"path": "./test_usage_data/ahash_literals.json",
|
| 66 |
+
"size_bytes": 3045,
|
| 67 |
+
"type": "usage_data"
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"path": "./test_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u128x2.json",
|
| 71 |
+
"size_bytes": 481,
|
| 72 |
+
"type": "usage_data"
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"path": "./test_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u128x4.json",
|
| 76 |
+
"size_bytes": 481,
|
| 77 |
+
"type": "usage_data"
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"path": "./test_usage_data/ahash_constants.json",
|
| 81 |
+
"size_bytes": 1657,
|
| 82 |
+
"type": "usage_data"
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"path": "./test_usage_data/ahash___u8__as_convert_ReadFromSlice__read_last_u128x4.json",
|
| 86 |
+
"size_bytes": 491,
|
| 87 |
+
"type": "usage_data"
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"path": "./test_usage_data/ahash_operations.json",
|
| 91 |
+
"size_bytes": 6622,
|
| 92 |
+
"type": "usage_data"
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"path": "./test_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u128.json",
|
| 96 |
+
"size_bytes": 477,
|
| 97 |
+
"type": "usage_data"
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"path": "./test_usage_data/ahash___u8__as_convert_ReadFromSlice__read_u16.json",
|
| 101 |
+
"size_bytes": 475,
|
| 102 |
+
"type": "usage_data"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"path": "./test_usage_data/ahash_complexity.json",
|
| 106 |
+
"size_bytes": 5896,
|
| 107 |
+
"type": "usage_data"
|
| 108 |
+
}
|
| 109 |
+
],
|
| 110 |
+
"output_directory": "./test_usage_data",
|
| 111 |
+
"rustc_version": "unknown",
|
| 112 |
+
"timestamp": 1767701007,
|
| 113 |
+
"total_enums": 0,
|
| 114 |
+
"total_modules": 18,
|
| 115 |
+
"total_usages": 71
|
| 116 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash_operations.json
ADDED
|
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "operations",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "wrapping_mul",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:78 ~ ahash[cc85]::operations::folded_multiply)",
|
| 12 |
+
"used_def_id": "DefId(2:35614 ~ core[4720]::num::{impl#10}::wrapping_mul)",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "len",
|
| 18 |
+
"kind": "method_call",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "MethodCall",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "DefId(0:79 ~ ahash[cc85]::operations::read_small)",
|
| 23 |
+
"used_def_id": "DefId(2:14034 ~ core[4720]::slice::{impl#0}::len)",
|
| 24 |
+
"user_crate": "ahash",
|
| 25 |
+
"used_crate": "core"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "len",
|
| 29 |
+
"kind": "method_call",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "MethodCall",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "DefId(0:79 ~ ahash[cc85]::operations::read_small)",
|
| 34 |
+
"used_def_id": "DefId(2:14034 ~ core[4720]::slice::{impl#0}::len)",
|
| 35 |
+
"user_crate": "ahash",
|
| 36 |
+
"used_crate": "core"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "len",
|
| 40 |
+
"kind": "method_call",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "MethodCall",
|
| 43 |
+
"node_type": "Item",
|
| 44 |
+
"user_def_id": "DefId(0:79 ~ ahash[cc85]::operations::read_small)",
|
| 45 |
+
"used_def_id": "DefId(2:14034 ~ core[4720]::slice::{impl#0}::len)",
|
| 46 |
+
"user_crate": "ahash",
|
| 47 |
+
"used_crate": "core"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"symbol": "read_u32",
|
| 51 |
+
"kind": "method_call",
|
| 52 |
+
"usage_count": 1,
|
| 53 |
+
"usage_type": "MethodCall",
|
| 54 |
+
"node_type": "Item",
|
| 55 |
+
"user_def_id": "DefId(0:79 ~ ahash[cc85]::operations::read_small)",
|
| 56 |
+
"used_def_id": "DefId(0:12 ~ ahash[cc85]::convert::ReadFromSlice::read_u32)",
|
| 57 |
+
"user_crate": "ahash",
|
| 58 |
+
"used_crate": "ahash"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"symbol": "read_last_u32",
|
| 62 |
+
"kind": "method_call",
|
| 63 |
+
"usage_count": 1,
|
| 64 |
+
"usage_type": "MethodCall",
|
| 65 |
+
"node_type": "Item",
|
| 66 |
+
"user_def_id": "DefId(0:79 ~ ahash[cc85]::operations::read_small)",
|
| 67 |
+
"used_def_id": "DefId(0:20 ~ ahash[cc85]::convert::ReadFromSlice::read_last_u32)",
|
| 68 |
+
"user_crate": "ahash",
|
| 69 |
+
"used_crate": "ahash"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"symbol": "read_u16",
|
| 73 |
+
"kind": "method_call",
|
| 74 |
+
"usage_count": 1,
|
| 75 |
+
"usage_type": "MethodCall",
|
| 76 |
+
"node_type": "Item",
|
| 77 |
+
"user_def_id": "DefId(0:79 ~ ahash[cc85]::operations::read_small)",
|
| 78 |
+
"used_def_id": "DefId(0:11 ~ ahash[cc85]::convert::ReadFromSlice::read_u16)",
|
| 79 |
+
"user_crate": "ahash",
|
| 80 |
+
"used_crate": "ahash"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"symbol": "len",
|
| 84 |
+
"kind": "method_call",
|
| 85 |
+
"usage_count": 1,
|
| 86 |
+
"usage_type": "MethodCall",
|
| 87 |
+
"node_type": "Item",
|
| 88 |
+
"user_def_id": "DefId(0:79 ~ ahash[cc85]::operations::read_small)",
|
| 89 |
+
"used_def_id": "DefId(2:14034 ~ core[4720]::slice::{impl#0}::len)",
|
| 90 |
+
"user_crate": "ahash",
|
| 91 |
+
"used_crate": "core"
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"symbol": "len",
|
| 95 |
+
"kind": "method_call",
|
| 96 |
+
"usage_count": 1,
|
| 97 |
+
"usage_type": "MethodCall",
|
| 98 |
+
"node_type": "Item",
|
| 99 |
+
"user_def_id": "DefId(0:79 ~ ahash[cc85]::operations::read_small)",
|
| 100 |
+
"used_def_id": "DefId(2:14034 ~ core[4720]::slice::{impl#0}::len)",
|
| 101 |
+
"user_crate": "ahash",
|
| 102 |
+
"used_crate": "core"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"symbol": "swap_bytes",
|
| 106 |
+
"kind": "method_call",
|
| 107 |
+
"usage_count": 1,
|
| 108 |
+
"usage_type": "MethodCall",
|
| 109 |
+
"node_type": "Item",
|
| 110 |
+
"user_def_id": "DefId(0:81 ~ ahash[cc85]::operations::shuffle)",
|
| 111 |
+
"used_def_id": "DefId(2:35549 ~ core[4720]::num::{impl#10}::swap_bytes)",
|
| 112 |
+
"user_crate": "ahash",
|
| 113 |
+
"used_crate": "core"
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"symbol": "convert",
|
| 117 |
+
"kind": "method_call",
|
| 118 |
+
"usage_count": 1,
|
| 119 |
+
"usage_type": "MethodCall",
|
| 120 |
+
"node_type": "Item",
|
| 121 |
+
"user_def_id": "DefId(0:82 ~ ahash[cc85]::operations::add_and_shuffle)",
|
| 122 |
+
"used_def_id": "DefId(0:6 ~ ahash[cc85]::convert::Convert::convert)",
|
| 123 |
+
"user_crate": "ahash",
|
| 124 |
+
"used_crate": "ahash"
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"symbol": "convert",
|
| 128 |
+
"kind": "method_call",
|
| 129 |
+
"usage_count": 1,
|
| 130 |
+
"usage_type": "MethodCall",
|
| 131 |
+
"node_type": "Item",
|
| 132 |
+
"user_def_id": "DefId(0:82 ~ ahash[cc85]::operations::add_and_shuffle)",
|
| 133 |
+
"used_def_id": "DefId(0:6 ~ ahash[cc85]::convert::Convert::convert)",
|
| 134 |
+
"user_crate": "ahash",
|
| 135 |
+
"used_crate": "ahash"
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"symbol": "convert",
|
| 139 |
+
"kind": "method_call",
|
| 140 |
+
"usage_count": 1,
|
| 141 |
+
"usage_type": "MethodCall",
|
| 142 |
+
"node_type": "Item",
|
| 143 |
+
"user_def_id": "DefId(0:82 ~ ahash[cc85]::operations::add_and_shuffle)",
|
| 144 |
+
"used_def_id": "DefId(0:6 ~ ahash[cc85]::convert::Convert::convert)",
|
| 145 |
+
"user_crate": "ahash",
|
| 146 |
+
"used_crate": "ahash"
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"symbol": "convert",
|
| 150 |
+
"kind": "method_call",
|
| 151 |
+
"usage_count": 1,
|
| 152 |
+
"usage_type": "MethodCall",
|
| 153 |
+
"node_type": "Item",
|
| 154 |
+
"user_def_id": "DefId(0:83 ~ ahash[cc85]::operations::shuffle_and_add)",
|
| 155 |
+
"used_def_id": "DefId(0:6 ~ ahash[cc85]::convert::Convert::convert)",
|
| 156 |
+
"user_crate": "ahash",
|
| 157 |
+
"used_crate": "ahash"
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"symbol": "convert",
|
| 161 |
+
"kind": "method_call",
|
| 162 |
+
"usage_count": 1,
|
| 163 |
+
"usage_type": "MethodCall",
|
| 164 |
+
"node_type": "Item",
|
| 165 |
+
"user_def_id": "DefId(0:83 ~ ahash[cc85]::operations::shuffle_and_add)",
|
| 166 |
+
"used_def_id": "DefId(0:6 ~ ahash[cc85]::convert::Convert::convert)",
|
| 167 |
+
"user_crate": "ahash",
|
| 168 |
+
"used_crate": "ahash"
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"symbol": "convert",
|
| 172 |
+
"kind": "method_call",
|
| 173 |
+
"usage_count": 1,
|
| 174 |
+
"usage_type": "MethodCall",
|
| 175 |
+
"node_type": "Item",
|
| 176 |
+
"user_def_id": "DefId(0:83 ~ ahash[cc85]::operations::shuffle_and_add)",
|
| 177 |
+
"used_def_id": "DefId(0:6 ~ ahash[cc85]::convert::Convert::convert)",
|
| 178 |
+
"user_crate": "ahash",
|
| 179 |
+
"used_crate": "ahash"
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"symbol": "cast",
|
| 183 |
+
"kind": "method_call",
|
| 184 |
+
"usage_count": 1,
|
| 185 |
+
"usage_type": "MethodCall",
|
| 186 |
+
"node_type": "Item",
|
| 187 |
+
"user_def_id": "DefId(0:90 ~ ahash[cc85]::operations::add_in_length)",
|
| 188 |
+
"used_def_id": "DefId(2:2856 ~ core[4720]::ptr::mut_ptr::{impl#0}::cast)",
|
| 189 |
+
"user_crate": "ahash",
|
| 190 |
+
"used_crate": "core"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"symbol": "cast",
|
| 194 |
+
"kind": "method_call",
|
| 195 |
+
"usage_count": 1,
|
| 196 |
+
"usage_type": "MethodCall",
|
| 197 |
+
"node_type": "Item",
|
| 198 |
+
"user_def_id": "DefId(0:90 ~ ahash[cc85]::operations::add_in_length)",
|
| 199 |
+
"used_def_id": "DefId(2:2856 ~ core[4720]::ptr::mut_ptr::{impl#0}::cast)",
|
| 200 |
+
"user_crate": "ahash",
|
| 201 |
+
"used_crate": "core"
|
| 202 |
+
}
|
| 203 |
+
]
|
| 204 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash_random_state.json
ADDED
|
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "random_state",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "get_or_init",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:692 ~ ahash[cc85]::random_state::get_fixed_seeds)",
|
| 12 |
+
"used_def_id": "DefId(24:366 ~ once_cell[255b]::race::once_box::{impl#3}::get_or_init)",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": "once_cell"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "expect",
|
| 18 |
+
"kind": "method_call",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "MethodCall",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "DefId(0:692 ~ ahash[cc85]::random_state::get_fixed_seeds)",
|
| 23 |
+
"used_def_id": "DefId(2:11107 ~ core[4720]::result::{impl#0}::expect)",
|
| 24 |
+
"user_crate": "ahash",
|
| 25 |
+
"used_crate": "core"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "new",
|
| 29 |
+
"kind": "method_call",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "MethodCall",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "DefId(0:692 ~ ahash[cc85]::random_state::get_fixed_seeds)",
|
| 34 |
+
"used_def_id": "DefId(3:680 ~ alloc[27b0]::boxed::{impl#0}::new)",
|
| 35 |
+
"user_crate": "ahash",
|
| 36 |
+
"used_crate": "alloc"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "convert",
|
| 40 |
+
"kind": "method_call",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "MethodCall",
|
| 43 |
+
"node_type": "Item",
|
| 44 |
+
"user_def_id": "DefId(0:692 ~ ahash[cc85]::random_state::get_fixed_seeds)",
|
| 45 |
+
"used_def_id": "DefId(0:6 ~ ahash[cc85]::convert::Convert::convert)",
|
| 46 |
+
"user_crate": "ahash",
|
| 47 |
+
"used_crate": "ahash"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"symbol": "new",
|
| 51 |
+
"kind": "method_call",
|
| 52 |
+
"usage_count": 1,
|
| 53 |
+
"usage_type": "MethodCall",
|
| 54 |
+
"node_type": "Item",
|
| 55 |
+
"user_def_id": "DefId(0:703 ~ ahash[cc85]::random_state::RAND_SOURCE)",
|
| 56 |
+
"used_def_id": "DefId(24:362 ~ once_cell[255b]::race::once_box::{impl#3}::new)",
|
| 57 |
+
"user_crate": "ahash",
|
| 58 |
+
"used_crate": "once_cell"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"symbol": "map_err",
|
| 62 |
+
"kind": "method_call",
|
| 63 |
+
"usage_count": 1,
|
| 64 |
+
"usage_type": "MethodCall",
|
| 65 |
+
"node_type": "Item",
|
| 66 |
+
"user_def_id": "DefId(0:705 ~ ahash[cc85]::random_state::set_random_source)",
|
| 67 |
+
"used_def_id": "DefId(2:11096 ~ core[4720]::result::{impl#0}::map_err)",
|
| 68 |
+
"user_crate": "ahash",
|
| 69 |
+
"used_crate": "core"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"symbol": "set",
|
| 73 |
+
"kind": "method_call",
|
| 74 |
+
"usage_count": 1,
|
| 75 |
+
"usage_type": "MethodCall",
|
| 76 |
+
"node_type": "Item",
|
| 77 |
+
"user_def_id": "DefId(0:705 ~ ahash[cc85]::random_state::set_random_source)",
|
| 78 |
+
"used_def_id": "DefId(24:365 ~ once_cell[255b]::race::once_box::{impl#3}::set)",
|
| 79 |
+
"user_crate": "ahash",
|
| 80 |
+
"used_crate": "once_cell"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"symbol": "new",
|
| 84 |
+
"kind": "method_call",
|
| 85 |
+
"usage_count": 1,
|
| 86 |
+
"usage_type": "MethodCall",
|
| 87 |
+
"node_type": "Item",
|
| 88 |
+
"user_def_id": "DefId(0:705 ~ ahash[cc85]::random_state::set_random_source)",
|
| 89 |
+
"used_def_id": "DefId(3:680 ~ alloc[27b0]::boxed::{impl#0}::new)",
|
| 90 |
+
"user_crate": "ahash",
|
| 91 |
+
"used_crate": "alloc"
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"symbol": "new",
|
| 95 |
+
"kind": "method_call",
|
| 96 |
+
"usage_count": 1,
|
| 97 |
+
"usage_type": "MethodCall",
|
| 98 |
+
"node_type": "Item",
|
| 99 |
+
"user_def_id": "DefId(0:705 ~ ahash[cc85]::random_state::set_random_source)",
|
| 100 |
+
"used_def_id": "DefId(3:680 ~ alloc[27b0]::boxed::{impl#0}::new)",
|
| 101 |
+
"user_crate": "ahash",
|
| 102 |
+
"used_crate": "alloc"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"symbol": "ne",
|
| 106 |
+
"kind": "method_call",
|
| 107 |
+
"usage_count": 1,
|
| 108 |
+
"usage_type": "MethodCall",
|
| 109 |
+
"node_type": "Item",
|
| 110 |
+
"user_def_id": "DefId(0:705 ~ ahash[cc85]::random_state::set_random_source)",
|
| 111 |
+
"used_def_id": "DefId(2:3216 ~ core[4720]::cmp::PartialEq::ne)",
|
| 112 |
+
"user_crate": "ahash",
|
| 113 |
+
"used_crate": "core"
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"symbol": "type_id",
|
| 117 |
+
"kind": "method_call",
|
| 118 |
+
"usage_count": 1,
|
| 119 |
+
"usage_type": "MethodCall",
|
| 120 |
+
"node_type": "Item",
|
| 121 |
+
"user_def_id": "DefId(0:705 ~ ahash[cc85]::random_state::set_random_source)",
|
| 122 |
+
"used_def_id": "DefId(2:4421 ~ core[4720]::any::Any::type_id)",
|
| 123 |
+
"user_crate": "ahash",
|
| 124 |
+
"used_crate": "core"
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"symbol": "as_ref",
|
| 128 |
+
"kind": "method_call",
|
| 129 |
+
"usage_count": 1,
|
| 130 |
+
"usage_type": "MethodCall",
|
| 131 |
+
"node_type": "Item",
|
| 132 |
+
"user_def_id": "DefId(0:705 ~ ahash[cc85]::random_state::set_random_source)",
|
| 133 |
+
"used_def_id": "DefId(2:3426 ~ core[4720]::convert::AsRef::as_ref)",
|
| 134 |
+
"user_crate": "ahash",
|
| 135 |
+
"used_crate": "core"
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"symbol": "of",
|
| 139 |
+
"kind": "method_call",
|
| 140 |
+
"usage_count": 1,
|
| 141 |
+
"usage_type": "MethodCall",
|
| 142 |
+
"node_type": "Item",
|
| 143 |
+
"user_def_id": "DefId(0:705 ~ ahash[cc85]::random_state::set_random_source)",
|
| 144 |
+
"used_def_id": "DefId(2:4469 ~ core[4720]::any::{impl#10}::of)",
|
| 145 |
+
"user_crate": "ahash",
|
| 146 |
+
"used_crate": "core"
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"symbol": "as_ref",
|
| 150 |
+
"kind": "method_call",
|
| 151 |
+
"usage_count": 1,
|
| 152 |
+
"usage_type": "MethodCall",
|
| 153 |
+
"node_type": "Item",
|
| 154 |
+
"user_def_id": "DefId(0:708 ~ ahash[cc85]::random_state::get_src)",
|
| 155 |
+
"used_def_id": "DefId(2:3426 ~ core[4720]::convert::AsRef::as_ref)",
|
| 156 |
+
"user_crate": "ahash",
|
| 157 |
+
"used_crate": "core"
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"symbol": "get_or_init",
|
| 161 |
+
"kind": "method_call",
|
| 162 |
+
"usage_count": 1,
|
| 163 |
+
"usage_type": "MethodCall",
|
| 164 |
+
"node_type": "Item",
|
| 165 |
+
"user_def_id": "DefId(0:708 ~ ahash[cc85]::random_state::get_src)",
|
| 166 |
+
"used_def_id": "DefId(24:366 ~ once_cell[255b]::race::once_box::{impl#3}::get_or_init)",
|
| 167 |
+
"user_crate": "ahash",
|
| 168 |
+
"used_crate": "once_cell"
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"symbol": "new",
|
| 172 |
+
"kind": "method_call",
|
| 173 |
+
"usage_count": 1,
|
| 174 |
+
"usage_type": "MethodCall",
|
| 175 |
+
"node_type": "Item",
|
| 176 |
+
"user_def_id": "DefId(0:708 ~ ahash[cc85]::random_state::get_src)",
|
| 177 |
+
"used_def_id": "DefId(3:680 ~ alloc[27b0]::boxed::{impl#0}::new)",
|
| 178 |
+
"user_crate": "ahash",
|
| 179 |
+
"used_crate": "alloc"
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"symbol": "new",
|
| 183 |
+
"kind": "method_call",
|
| 184 |
+
"usage_count": 1,
|
| 185 |
+
"usage_type": "MethodCall",
|
| 186 |
+
"node_type": "Item",
|
| 187 |
+
"user_def_id": "DefId(0:708 ~ ahash[cc85]::random_state::get_src)",
|
| 188 |
+
"used_def_id": "DefId(3:680 ~ alloc[27b0]::boxed::{impl#0}::new)",
|
| 189 |
+
"user_crate": "ahash",
|
| 190 |
+
"used_crate": "alloc"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"symbol": "new",
|
| 194 |
+
"kind": "method_call",
|
| 195 |
+
"usage_count": 1,
|
| 196 |
+
"usage_type": "MethodCall",
|
| 197 |
+
"node_type": "Item",
|
| 198 |
+
"user_def_id": "DefId(0:708 ~ ahash[cc85]::random_state::get_src)",
|
| 199 |
+
"used_def_id": "DefId(0:114 ~ ahash[cc85]::random_state::{impl#0}::new)",
|
| 200 |
+
"user_crate": "ahash",
|
| 201 |
+
"used_crate": "ahash"
|
| 202 |
+
}
|
| 203 |
+
]
|
| 204 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash_random_state_get_fixed_seeds.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "random_state::get_fixed_seeds",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "new",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:696 ~ ahash[cc85]::random_state::get_fixed_seeds::SEEDS)",
|
| 12 |
+
"used_def_id": "DefId(24:362 ~ once_cell[255b]::race::once_box::{impl#3}::new)",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": "once_cell"
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/ahash_structs.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "ahash",
|
| 3 |
+
"module": "structs",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "AHasher",
|
| 7 |
+
"kind": "struct_decl",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "StructDecl",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "ahash",
|
| 12 |
+
"used_def_id": "AHasher",
|
| 13 |
+
"user_crate": "ahash",
|
| 14 |
+
"used_crate": null
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "AHashMap",
|
| 18 |
+
"kind": "struct_decl",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "StructDecl",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "ahash",
|
| 23 |
+
"used_def_id": "AHashMap",
|
| 24 |
+
"user_crate": "ahash",
|
| 25 |
+
"used_crate": null
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "MapInPlaceVisitor",
|
| 29 |
+
"kind": "struct_decl",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "StructDecl",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "ahash",
|
| 34 |
+
"used_def_id": "MapInPlaceVisitor",
|
| 35 |
+
"user_crate": "ahash",
|
| 36 |
+
"used_crate": null
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "AHashSet",
|
| 40 |
+
"kind": "struct_decl",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "StructDecl",
|
| 43 |
+
"node_type": "Item",
|
| 44 |
+
"user_def_id": "ahash",
|
| 45 |
+
"used_def_id": "AHashSet",
|
| 46 |
+
"user_crate": "ahash",
|
| 47 |
+
"used_crate": null
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"symbol": "DefaultRandomSource",
|
| 51 |
+
"kind": "struct_decl",
|
| 52 |
+
"usage_count": 1,
|
| 53 |
+
"usage_type": "StructDecl",
|
| 54 |
+
"node_type": "Item",
|
| 55 |
+
"user_def_id": "ahash",
|
| 56 |
+
"used_def_id": "DefaultRandomSource",
|
| 57 |
+
"user_crate": "ahash",
|
| 58 |
+
"used_crate": null
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"symbol": "RandomState",
|
| 62 |
+
"kind": "struct_decl",
|
| 63 |
+
"usage_count": 1,
|
| 64 |
+
"usage_type": "StructDecl",
|
| 65 |
+
"node_type": "Item",
|
| 66 |
+
"user_def_id": "ahash",
|
| 67 |
+
"used_def_id": "RandomState",
|
| 68 |
+
"user_crate": "ahash",
|
| 69 |
+
"used_crate": null
|
| 70 |
+
}
|
| 71 |
+
]
|
| 72 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/build_script_build_complexity.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "build_script_build",
|
| 3 |
+
"items": [
|
| 4 |
+
{
|
| 5 |
+
"complexity": "simple",
|
| 6 |
+
"field_count": null,
|
| 7 |
+
"fields": null,
|
| 8 |
+
"item_type": "function",
|
| 9 |
+
"name": "main",
|
| 10 |
+
"param_count": 0,
|
| 11 |
+
"parameters": [],
|
| 12 |
+
"variant_count": null,
|
| 13 |
+
"variants": null
|
| 14 |
+
}
|
| 15 |
+
]
|
| 16 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/build_script_build_manifest.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"collector_version": "1.0.0",
|
| 3 |
+
"crate_name": "build_script_build",
|
| 4 |
+
"dependency_manifests": [
|
| 5 |
+
"./test_usage_data/ahash_manifest.json"
|
| 6 |
+
],
|
| 7 |
+
"environment": {
|
| 8 |
+
"cargo_manifest_dir": "/home/mdupont/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12",
|
| 9 |
+
"cargo_target_dir": null,
|
| 10 |
+
"profile": null,
|
| 11 |
+
"pwd": "/home/mdupont/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12"
|
| 12 |
+
},
|
| 13 |
+
"generated_files": [
|
| 14 |
+
{
|
| 15 |
+
"path": "./test_usage_data/build_script_build_root.json",
|
| 16 |
+
"size_bytes": 4674,
|
| 17 |
+
"type": "usage_data"
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"path": "./test_usage_data/build_script_build_complexity.json",
|
| 21 |
+
"size_bytes": 297,
|
| 22 |
+
"type": "usage_data"
|
| 23 |
+
}
|
| 24 |
+
],
|
| 25 |
+
"output_directory": "./test_usage_data",
|
| 26 |
+
"rustc_version": "unknown",
|
| 27 |
+
"timestamp": 1767700999,
|
| 28 |
+
"total_enums": 0,
|
| 29 |
+
"total_modules": 1,
|
| 30 |
+
"total_usages": 12
|
| 31 |
+
}
|
crate_usage_data/ahash-0.8.12_usage_data/build_script_build_root.json
ADDED
|
@@ -0,0 +1,138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "build_script_build",
|
| 3 |
+
"module": "root",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "new_const",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:4 ~ build_script_build[9474]::main)",
|
| 12 |
+
"used_def_id": "DefId(2:11895 ~ core[4720]::fmt::rt::{impl#1}::new_const)",
|
| 13 |
+
"user_crate": "build_script_build",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "new_const",
|
| 18 |
+
"kind": "method_call",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "MethodCall",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "DefId(0:4 ~ build_script_build[9474]::main)",
|
| 23 |
+
"used_def_id": "DefId(2:11895 ~ core[4720]::fmt::rt::{impl#1}::new_const)",
|
| 24 |
+
"user_crate": "build_script_build",
|
| 25 |
+
"used_crate": "core"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "new_const",
|
| 29 |
+
"kind": "method_call",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "MethodCall",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "DefId(0:4 ~ build_script_build[9474]::main)",
|
| 34 |
+
"used_def_id": "DefId(2:11895 ~ core[4720]::fmt::rt::{impl#1}::new_const)",
|
| 35 |
+
"user_crate": "build_script_build",
|
| 36 |
+
"used_crate": "core"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "expect",
|
| 40 |
+
"kind": "method_call",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "MethodCall",
|
| 43 |
+
"node_type": "Item",
|
| 44 |
+
"user_def_id": "DefId(0:4 ~ build_script_build[9474]::main)",
|
| 45 |
+
"used_def_id": "DefId(2:11107 ~ core[4720]::result::{impl#0}::expect)",
|
| 46 |
+
"user_crate": "build_script_build",
|
| 47 |
+
"used_crate": "core"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"symbol": "new_const",
|
| 51 |
+
"kind": "method_call",
|
| 52 |
+
"usage_count": 1,
|
| 53 |
+
"usage_type": "MethodCall",
|
| 54 |
+
"node_type": "Item",
|
| 55 |
+
"user_def_id": "DefId(0:4 ~ build_script_build[9474]::main)",
|
| 56 |
+
"used_def_id": "DefId(2:11895 ~ core[4720]::fmt::rt::{impl#1}::new_const)",
|
| 57 |
+
"user_crate": "build_script_build",
|
| 58 |
+
"used_crate": "core"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"symbol": "eq_ignore_ascii_case",
|
| 62 |
+
"kind": "method_call",
|
| 63 |
+
"usage_count": 1,
|
| 64 |
+
"usage_type": "MethodCall",
|
| 65 |
+
"node_type": "Item",
|
| 66 |
+
"user_def_id": "DefId(0:4 ~ build_script_build[9474]::main)",
|
| 67 |
+
"used_def_id": "DefId(2:15265 ~ core[4720]::str::{impl#0}::eq_ignore_ascii_case)",
|
| 68 |
+
"user_crate": "build_script_build",
|
| 69 |
+
"used_crate": "core"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"symbol": "eq_ignore_ascii_case",
|
| 73 |
+
"kind": "method_call",
|
| 74 |
+
"usage_count": 1,
|
| 75 |
+
"usage_type": "MethodCall",
|
| 76 |
+
"node_type": "Item",
|
| 77 |
+
"user_def_id": "DefId(0:4 ~ build_script_build[9474]::main)",
|
| 78 |
+
"used_def_id": "DefId(2:15265 ~ core[4720]::str::{impl#0}::eq_ignore_ascii_case)",
|
| 79 |
+
"user_crate": "build_script_build",
|
| 80 |
+
"used_crate": "core"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"symbol": "eq_ignore_ascii_case",
|
| 84 |
+
"kind": "method_call",
|
| 85 |
+
"usage_count": 1,
|
| 86 |
+
"usage_type": "MethodCall",
|
| 87 |
+
"node_type": "Item",
|
| 88 |
+
"user_def_id": "DefId(0:4 ~ build_script_build[9474]::main)",
|
| 89 |
+
"used_def_id": "DefId(2:15265 ~ core[4720]::str::{impl#0}::eq_ignore_ascii_case)",
|
| 90 |
+
"user_crate": "build_script_build",
|
| 91 |
+
"used_crate": "core"
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"symbol": "eq_ignore_ascii_case",
|
| 95 |
+
"kind": "method_call",
|
| 96 |
+
"usage_count": 1,
|
| 97 |
+
"usage_type": "MethodCall",
|
| 98 |
+
"node_type": "Item",
|
| 99 |
+
"user_def_id": "DefId(0:4 ~ build_script_build[9474]::main)",
|
| 100 |
+
"used_def_id": "DefId(2:15265 ~ core[4720]::str::{impl#0}::eq_ignore_ascii_case)",
|
| 101 |
+
"user_crate": "build_script_build",
|
| 102 |
+
"used_crate": "core"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"symbol": "eq_ignore_ascii_case",
|
| 106 |
+
"kind": "method_call",
|
| 107 |
+
"usage_count": 1,
|
| 108 |
+
"usage_type": "MethodCall",
|
| 109 |
+
"node_type": "Item",
|
| 110 |
+
"user_def_id": "DefId(0:4 ~ build_script_build[9474]::main)",
|
| 111 |
+
"used_def_id": "DefId(2:15265 ~ core[4720]::str::{impl#0}::eq_ignore_ascii_case)",
|
| 112 |
+
"user_crate": "build_script_build",
|
| 113 |
+
"used_crate": "core"
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"symbol": "eq_ignore_ascii_case",
|
| 117 |
+
"kind": "method_call",
|
| 118 |
+
"usage_count": 1,
|
| 119 |
+
"usage_type": "MethodCall",
|
| 120 |
+
"node_type": "Item",
|
| 121 |
+
"user_def_id": "DefId(0:4 ~ build_script_build[9474]::main)",
|
| 122 |
+
"used_def_id": "DefId(2:15265 ~ core[4720]::str::{impl#0}::eq_ignore_ascii_case)",
|
| 123 |
+
"user_crate": "build_script_build",
|
| 124 |
+
"used_crate": "core"
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"symbol": "new_const",
|
| 128 |
+
"kind": "method_call",
|
| 129 |
+
"usage_count": 1,
|
| 130 |
+
"usage_type": "MethodCall",
|
| 131 |
+
"node_type": "Item",
|
| 132 |
+
"user_def_id": "DefId(0:4 ~ build_script_build[9474]::main)",
|
| 133 |
+
"used_def_id": "DefId(2:11895 ~ core[4720]::fmt::rt::{impl#1}::new_const)",
|
| 134 |
+
"user_crate": "build_script_build",
|
| 135 |
+
"used_crate": "core"
|
| 136 |
+
}
|
| 137 |
+
]
|
| 138 |
+
}
|
crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_ahocorasick.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "aho_corasick",
|
| 3 |
+
"module": "ahocorasick",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "is_anchored",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:195 ~ aho_corasick[5c22]::ahocorasick::enforce_anchored_consistency)",
|
| 12 |
+
"used_def_id": "DefId(0:1557 ~ aho_corasick[5c22]::util::search::{impl#12}::is_anchored)",
|
| 13 |
+
"user_crate": "aho_corasick",
|
| 14 |
+
"used_crate": "aho_corasick"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "invalid_input_anchored",
|
| 18 |
+
"kind": "method_call",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "MethodCall",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "DefId(0:195 ~ aho_corasick[5c22]::ahocorasick::enforce_anchored_consistency)",
|
| 23 |
+
"used_def_id": "DefId(0:1212 ~ aho_corasick[5c22]::util::error::{impl#3}::invalid_input_anchored)",
|
| 24 |
+
"user_crate": "aho_corasick",
|
| 25 |
+
"used_crate": "aho_corasick"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "is_anchored",
|
| 29 |
+
"kind": "method_call",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "MethodCall",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "DefId(0:195 ~ aho_corasick[5c22]::ahocorasick::enforce_anchored_consistency)",
|
| 34 |
+
"used_def_id": "DefId(0:1557 ~ aho_corasick[5c22]::util::search::{impl#12}::is_anchored)",
|
| 35 |
+
"user_crate": "aho_corasick",
|
| 36 |
+
"used_crate": "aho_corasick"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "invalid_input_unanchored",
|
| 40 |
+
"kind": "method_call",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "MethodCall",
|
| 43 |
+
"node_type": "Item",
|
| 44 |
+
"user_def_id": "DefId(0:195 ~ aho_corasick[5c22]::ahocorasick::enforce_anchored_consistency)",
|
| 45 |
+
"used_def_id": "DefId(0:1213 ~ aho_corasick[5c22]::util::error::{impl#3}::invalid_input_unanchored)",
|
| 46 |
+
"user_crate": "aho_corasick",
|
| 47 |
+
"used_crate": "aho_corasick"
|
| 48 |
+
}
|
| 49 |
+
]
|
| 50 |
+
}
|
crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_automaton.json
ADDED
|
@@ -0,0 +1,1205 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "aho_corasick",
|
| 3 |
+
"module": "automaton",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "is_done",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:328 ~ aho_corasick[5c22]::automaton::try_find_fwd)",
|
| 12 |
+
"used_def_id": "DefId(0:1524 ~ aho_corasick[5c22]::util::search::{impl#0}::is_done)",
|
| 13 |
+
"user_crate": "aho_corasick",
|
| 14 |
+
"used_crate": "aho_corasick"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "is_standard",
|
| 18 |
+
"kind": "method_call",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "MethodCall",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "DefId(0:328 ~ aho_corasick[5c22]::automaton::try_find_fwd)",
|
| 23 |
+
"used_def_id": "DefId(0:1574 ~ aho_corasick[5c22]::util::search::{impl#15}::is_standard)",
|
| 24 |
+
"user_crate": "aho_corasick",
|
| 25 |
+
"used_crate": "aho_corasick"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "match_kind",
|
| 29 |
+
"kind": "method_call",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "MethodCall",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "DefId(0:328 ~ aho_corasick[5c22]::automaton::try_find_fwd)",
|
| 34 |
+
"used_def_id": "DefId(0:231 ~ aho_corasick[5c22]::automaton::Automaton::match_kind)",
|
| 35 |
+
"user_crate": "aho_corasick",
|
| 36 |
+
"used_crate": "aho_corasick"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "get_earliest",
|
| 40 |
+
"kind": "method_call",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "MethodCall",
|
| 43 |
+
"node_type": "Item",
|
| 44 |
+
"user_def_id": "DefId(0:328 ~ aho_corasick[5c22]::automaton::try_find_fwd)",
|
| 45 |
+
"used_def_id": "DefId(0:1523 ~ aho_corasick[5c22]::util::search::{impl#0}::get_earliest)",
|
| 46 |
+
"user_crate": "aho_corasick",
|
| 47 |
+
"used_crate": "aho_corasick"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"symbol": "is_anchored",
|
| 51 |
+
"kind": "method_call",
|
| 52 |
+
"usage_count": 1,
|
| 53 |
+
"usage_type": "MethodCall",
|
| 54 |
+
"node_type": "Item",
|
| 55 |
+
"user_def_id": "DefId(0:328 ~ aho_corasick[5c22]::automaton::try_find_fwd)",
|
| 56 |
+
"used_def_id": "DefId(0:1557 ~ aho_corasick[5c22]::util::search::{impl#12}::is_anchored)",
|
| 57 |
+
"user_crate": "aho_corasick",
|
| 58 |
+
"used_crate": "aho_corasick"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"symbol": "get_anchored",
|
| 62 |
+
"kind": "method_call",
|
| 63 |
+
"usage_count": 1,
|
| 64 |
+
"usage_type": "MethodCall",
|
| 65 |
+
"node_type": "Item",
|
| 66 |
+
"user_def_id": "DefId(0:328 ~ aho_corasick[5c22]::automaton::try_find_fwd)",
|
| 67 |
+
"used_def_id": "DefId(0:1522 ~ aho_corasick[5c22]::util::search::{impl#0}::get_anchored)",
|
| 68 |
+
"user_crate": "aho_corasick",
|
| 69 |
+
"used_crate": "aho_corasick"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"symbol": "prefilter",
|
| 73 |
+
"kind": "method_call",
|
| 74 |
+
"usage_count": 1,
|
| 75 |
+
"usage_type": "MethodCall",
|
| 76 |
+
"node_type": "Item",
|
| 77 |
+
"user_def_id": "DefId(0:328 ~ aho_corasick[5c22]::automaton::try_find_fwd)",
|
| 78 |
+
"used_def_id": "DefId(0:239 ~ aho_corasick[5c22]::automaton::Automaton::prefilter)",
|
| 79 |
+
"user_crate": "aho_corasick",
|
| 80 |
+
"used_crate": "aho_corasick"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"symbol": "start_state",
|
| 84 |
+
"kind": "method_call",
|
| 85 |
+
"usage_count": 1,
|
| 86 |
+
"usage_type": "MethodCall",
|
| 87 |
+
"node_type": "Item",
|
| 88 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 89 |
+
"used_def_id": "DefId(0:225 ~ aho_corasick[5c22]::automaton::Automaton::start_state)",
|
| 90 |
+
"user_crate": "aho_corasick",
|
| 91 |
+
"used_crate": "aho_corasick"
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"symbol": "get_anchored",
|
| 95 |
+
"kind": "method_call",
|
| 96 |
+
"usage_count": 1,
|
| 97 |
+
"usage_type": "MethodCall",
|
| 98 |
+
"node_type": "Item",
|
| 99 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 100 |
+
"used_def_id": "DefId(0:1522 ~ aho_corasick[5c22]::util::search::{impl#0}::get_anchored)",
|
| 101 |
+
"user_crate": "aho_corasick",
|
| 102 |
+
"used_crate": "aho_corasick"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"symbol": "branch",
|
| 106 |
+
"kind": "method_call",
|
| 107 |
+
"usage_count": 1,
|
| 108 |
+
"usage_type": "MethodCall",
|
| 109 |
+
"node_type": "Item",
|
| 110 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 111 |
+
"used_def_id": "DefId(1:4242 ~ core[4720]::ops::try_trait::Try::branch)",
|
| 112 |
+
"user_crate": "aho_corasick",
|
| 113 |
+
"used_crate": "core"
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"symbol": "Continue",
|
| 117 |
+
"kind": "enum_variant_usage",
|
| 118 |
+
"usage_count": 1,
|
| 119 |
+
"usage_type": "EnumVariant",
|
| 120 |
+
"node_type": "Item",
|
| 121 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 122 |
+
"used_def_id": "DefId(1:45080 ~ core[4720]::ops::control_flow::ControlFlow::Continue)",
|
| 123 |
+
"user_crate": "aho_corasick",
|
| 124 |
+
"used_crate": "core"
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"symbol": "from_residual",
|
| 128 |
+
"kind": "method_call",
|
| 129 |
+
"usage_count": 1,
|
| 130 |
+
"usage_type": "MethodCall",
|
| 131 |
+
"node_type": "Item",
|
| 132 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 133 |
+
"used_def_id": "DefId(1:4245 ~ core[4720]::ops::try_trait::FromResidual::from_residual)",
|
| 134 |
+
"user_crate": "aho_corasick",
|
| 135 |
+
"used_crate": "core"
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"symbol": "Break",
|
| 139 |
+
"kind": "enum_variant_usage",
|
| 140 |
+
"usage_count": 1,
|
| 141 |
+
"usage_type": "EnumVariant",
|
| 142 |
+
"node_type": "Item",
|
| 143 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 144 |
+
"used_def_id": "DefId(1:45083 ~ core[4720]::ops::control_flow::ControlFlow::Break)",
|
| 145 |
+
"user_crate": "aho_corasick",
|
| 146 |
+
"used_crate": "core"
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"symbol": "start",
|
| 150 |
+
"kind": "method_call",
|
| 151 |
+
"usage_count": 1,
|
| 152 |
+
"usage_type": "MethodCall",
|
| 153 |
+
"node_type": "Item",
|
| 154 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 155 |
+
"used_def_id": "DefId(0:1518 ~ aho_corasick[5c22]::util::search::{impl#0}::start)",
|
| 156 |
+
"user_crate": "aho_corasick",
|
| 157 |
+
"used_crate": "aho_corasick"
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"symbol": "is_match",
|
| 161 |
+
"kind": "method_call",
|
| 162 |
+
"usage_count": 1,
|
| 163 |
+
"usage_type": "MethodCall",
|
| 164 |
+
"node_type": "Item",
|
| 165 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 166 |
+
"used_def_id": "DefId(0:229 ~ aho_corasick[5c22]::automaton::Automaton::is_match)",
|
| 167 |
+
"user_crate": "aho_corasick",
|
| 168 |
+
"used_crate": "aho_corasick"
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"symbol": "find_in",
|
| 172 |
+
"kind": "method_call",
|
| 173 |
+
"usage_count": 1,
|
| 174 |
+
"usage_type": "MethodCall",
|
| 175 |
+
"node_type": "Item",
|
| 176 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 177 |
+
"used_def_id": "DefId(0:1315 ~ aho_corasick[5c22]::util::prefilter::{impl#0}::find_in)",
|
| 178 |
+
"user_crate": "aho_corasick",
|
| 179 |
+
"used_crate": "aho_corasick"
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"symbol": "haystack",
|
| 183 |
+
"kind": "method_call",
|
| 184 |
+
"usage_count": 1,
|
| 185 |
+
"usage_type": "MethodCall",
|
| 186 |
+
"node_type": "Item",
|
| 187 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 188 |
+
"used_def_id": "DefId(0:1517 ~ aho_corasick[5c22]::util::search::{impl#0}::haystack)",
|
| 189 |
+
"user_crate": "aho_corasick",
|
| 190 |
+
"used_crate": "aho_corasick"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"symbol": "get_span",
|
| 194 |
+
"kind": "method_call",
|
| 195 |
+
"usage_count": 1,
|
| 196 |
+
"usage_type": "MethodCall",
|
| 197 |
+
"node_type": "Item",
|
| 198 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 199 |
+
"used_def_id": "DefId(0:1520 ~ aho_corasick[5c22]::util::search::{impl#0}::get_span)",
|
| 200 |
+
"user_crate": "aho_corasick",
|
| 201 |
+
"used_crate": "aho_corasick"
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"symbol": "end",
|
| 205 |
+
"kind": "method_call",
|
| 206 |
+
"usage_count": 1,
|
| 207 |
+
"usage_type": "MethodCall",
|
| 208 |
+
"node_type": "Item",
|
| 209 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 210 |
+
"used_def_id": "DefId(0:1519 ~ aho_corasick[5c22]::util::search::{impl#0}::end)",
|
| 211 |
+
"user_crate": "aho_corasick",
|
| 212 |
+
"used_crate": "aho_corasick"
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"symbol": "next_state",
|
| 216 |
+
"kind": "method_call",
|
| 217 |
+
"usage_count": 1,
|
| 218 |
+
"usage_type": "MethodCall",
|
| 219 |
+
"node_type": "Item",
|
| 220 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 221 |
+
"used_def_id": "DefId(0:226 ~ aho_corasick[5c22]::automaton::Automaton::next_state)",
|
| 222 |
+
"user_crate": "aho_corasick",
|
| 223 |
+
"used_crate": "aho_corasick"
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"symbol": "haystack",
|
| 227 |
+
"kind": "method_call",
|
| 228 |
+
"usage_count": 1,
|
| 229 |
+
"usage_type": "MethodCall",
|
| 230 |
+
"node_type": "Item",
|
| 231 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 232 |
+
"used_def_id": "DefId(0:1517 ~ aho_corasick[5c22]::util::search::{impl#0}::haystack)",
|
| 233 |
+
"user_crate": "aho_corasick",
|
| 234 |
+
"used_crate": "aho_corasick"
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"symbol": "is_special",
|
| 238 |
+
"kind": "method_call",
|
| 239 |
+
"usage_count": 1,
|
| 240 |
+
"usage_type": "MethodCall",
|
| 241 |
+
"node_type": "Item",
|
| 242 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 243 |
+
"used_def_id": "DefId(0:227 ~ aho_corasick[5c22]::automaton::Automaton::is_special)",
|
| 244 |
+
"user_crate": "aho_corasick",
|
| 245 |
+
"used_crate": "aho_corasick"
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"symbol": "is_dead",
|
| 249 |
+
"kind": "method_call",
|
| 250 |
+
"usage_count": 1,
|
| 251 |
+
"usage_type": "MethodCall",
|
| 252 |
+
"node_type": "Item",
|
| 253 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 254 |
+
"used_def_id": "DefId(0:228 ~ aho_corasick[5c22]::automaton::Automaton::is_dead)",
|
| 255 |
+
"user_crate": "aho_corasick",
|
| 256 |
+
"used_crate": "aho_corasick"
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"symbol": "is_match",
|
| 260 |
+
"kind": "method_call",
|
| 261 |
+
"usage_count": 1,
|
| 262 |
+
"usage_type": "MethodCall",
|
| 263 |
+
"node_type": "Item",
|
| 264 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 265 |
+
"used_def_id": "DefId(0:229 ~ aho_corasick[5c22]::automaton::Automaton::is_match)",
|
| 266 |
+
"user_crate": "aho_corasick",
|
| 267 |
+
"used_crate": "aho_corasick"
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"symbol": "is_anchored",
|
| 271 |
+
"kind": "method_call",
|
| 272 |
+
"usage_count": 1,
|
| 273 |
+
"usage_type": "MethodCall",
|
| 274 |
+
"node_type": "Item",
|
| 275 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 276 |
+
"used_def_id": "DefId(0:1557 ~ aho_corasick[5c22]::util::search::{impl#12}::is_anchored)",
|
| 277 |
+
"user_crate": "aho_corasick",
|
| 278 |
+
"used_crate": "aho_corasick"
|
| 279 |
+
},
|
| 280 |
+
{
|
| 281 |
+
"symbol": "start",
|
| 282 |
+
"kind": "method_call",
|
| 283 |
+
"usage_count": 1,
|
| 284 |
+
"usage_type": "MethodCall",
|
| 285 |
+
"node_type": "Item",
|
| 286 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 287 |
+
"used_def_id": "DefId(0:1564 ~ aho_corasick[5c22]::util::search::{impl#13}::start)",
|
| 288 |
+
"user_crate": "aho_corasick",
|
| 289 |
+
"used_crate": "aho_corasick"
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"symbol": "start",
|
| 293 |
+
"kind": "method_call",
|
| 294 |
+
"usage_count": 1,
|
| 295 |
+
"usage_type": "MethodCall",
|
| 296 |
+
"node_type": "Item",
|
| 297 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 298 |
+
"used_def_id": "DefId(0:1518 ~ aho_corasick[5c22]::util::search::{impl#0}::start)",
|
| 299 |
+
"user_crate": "aho_corasick",
|
| 300 |
+
"used_crate": "aho_corasick"
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"symbol": "is_start",
|
| 304 |
+
"kind": "method_call",
|
| 305 |
+
"usage_count": 1,
|
| 306 |
+
"usage_type": "MethodCall",
|
| 307 |
+
"node_type": "Item",
|
| 308 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 309 |
+
"used_def_id": "DefId(0:230 ~ aho_corasick[5c22]::automaton::Automaton::is_start)",
|
| 310 |
+
"user_crate": "aho_corasick",
|
| 311 |
+
"used_crate": "aho_corasick"
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"symbol": "from",
|
| 315 |
+
"kind": "method_call",
|
| 316 |
+
"usage_count": 1,
|
| 317 |
+
"usage_type": "MethodCall",
|
| 318 |
+
"node_type": "Item",
|
| 319 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 320 |
+
"used_def_id": "DefId(1:3435 ~ core[4720]::convert::From::from)",
|
| 321 |
+
"user_crate": "aho_corasick",
|
| 322 |
+
"used_crate": "core"
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"symbol": "Range",
|
| 326 |
+
"kind": "struct_usage",
|
| 327 |
+
"usage_count": 1,
|
| 328 |
+
"usage_type": "StructUsage",
|
| 329 |
+
"node_type": "Item",
|
| 330 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 331 |
+
"used_def_id": "DefId(1:45177 ~ core[4720]::ops::range::Range)",
|
| 332 |
+
"user_crate": "aho_corasick",
|
| 333 |
+
"used_crate": "core"
|
| 334 |
+
},
|
| 335 |
+
{
|
| 336 |
+
"symbol": "end",
|
| 337 |
+
"kind": "method_call",
|
| 338 |
+
"usage_count": 1,
|
| 339 |
+
"usage_type": "MethodCall",
|
| 340 |
+
"node_type": "Item",
|
| 341 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 342 |
+
"used_def_id": "DefId(0:1519 ~ aho_corasick[5c22]::util::search::{impl#0}::end)",
|
| 343 |
+
"user_crate": "aho_corasick",
|
| 344 |
+
"used_crate": "aho_corasick"
|
| 345 |
+
},
|
| 346 |
+
{
|
| 347 |
+
"symbol": "into_option",
|
| 348 |
+
"kind": "method_call",
|
| 349 |
+
"usage_count": 1,
|
| 350 |
+
"usage_type": "MethodCall",
|
| 351 |
+
"node_type": "Item",
|
| 352 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 353 |
+
"used_def_id": "DefId(0:1318 ~ aho_corasick[5c22]::util::prefilter::{impl#1}::into_option)",
|
| 354 |
+
"user_crate": "aho_corasick",
|
| 355 |
+
"used_crate": "aho_corasick"
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"symbol": "find_in",
|
| 359 |
+
"kind": "method_call",
|
| 360 |
+
"usage_count": 1,
|
| 361 |
+
"usage_type": "MethodCall",
|
| 362 |
+
"node_type": "Item",
|
| 363 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 364 |
+
"used_def_id": "DefId(0:1315 ~ aho_corasick[5c22]::util::prefilter::{impl#0}::find_in)",
|
| 365 |
+
"user_crate": "aho_corasick",
|
| 366 |
+
"used_crate": "aho_corasick"
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"symbol": "haystack",
|
| 370 |
+
"kind": "method_call",
|
| 371 |
+
"usage_count": 1,
|
| 372 |
+
"usage_type": "MethodCall",
|
| 373 |
+
"node_type": "Item",
|
| 374 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 375 |
+
"used_def_id": "DefId(0:1517 ~ aho_corasick[5c22]::util::search::{impl#0}::haystack)",
|
| 376 |
+
"user_crate": "aho_corasick",
|
| 377 |
+
"used_crate": "aho_corasick"
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"symbol": "new_const",
|
| 381 |
+
"kind": "method_call",
|
| 382 |
+
"usage_count": 1,
|
| 383 |
+
"usage_type": "MethodCall",
|
| 384 |
+
"node_type": "Item",
|
| 385 |
+
"user_def_id": "DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 386 |
+
"used_def_id": "DefId(1:11895 ~ core[4720]::fmt::rt::{impl#1}::new_const)",
|
| 387 |
+
"user_crate": "aho_corasick",
|
| 388 |
+
"used_crate": "core"
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"symbol": "is_done",
|
| 392 |
+
"kind": "method_call",
|
| 393 |
+
"usage_count": 1,
|
| 394 |
+
"usage_type": "MethodCall",
|
| 395 |
+
"node_type": "Item",
|
| 396 |
+
"user_def_id": "DefId(0:332 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd)",
|
| 397 |
+
"used_def_id": "DefId(0:1524 ~ aho_corasick[5c22]::util::search::{impl#0}::is_done)",
|
| 398 |
+
"user_crate": "aho_corasick",
|
| 399 |
+
"used_crate": "aho_corasick"
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"symbol": "is_some",
|
| 403 |
+
"kind": "method_call",
|
| 404 |
+
"usage_count": 1,
|
| 405 |
+
"usage_type": "MethodCall",
|
| 406 |
+
"node_type": "Item",
|
| 407 |
+
"user_def_id": "DefId(0:332 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd)",
|
| 408 |
+
"used_def_id": "DefId(1:10214 ~ core[4720]::option::{impl#0}::is_some)",
|
| 409 |
+
"user_crate": "aho_corasick",
|
| 410 |
+
"used_crate": "core"
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"symbol": "prefilter",
|
| 414 |
+
"kind": "method_call",
|
| 415 |
+
"usage_count": 1,
|
| 416 |
+
"usage_type": "MethodCall",
|
| 417 |
+
"node_type": "Item",
|
| 418 |
+
"user_def_id": "DefId(0:332 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd)",
|
| 419 |
+
"used_def_id": "DefId(0:239 ~ aho_corasick[5c22]::automaton::Automaton::prefilter)",
|
| 420 |
+
"user_crate": "aho_corasick",
|
| 421 |
+
"used_crate": "aho_corasick"
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"symbol": "is_anchored",
|
| 425 |
+
"kind": "method_call",
|
| 426 |
+
"usage_count": 1,
|
| 427 |
+
"usage_type": "MethodCall",
|
| 428 |
+
"node_type": "Item",
|
| 429 |
+
"user_def_id": "DefId(0:332 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd)",
|
| 430 |
+
"used_def_id": "DefId(0:1557 ~ aho_corasick[5c22]::util::search::{impl#12}::is_anchored)",
|
| 431 |
+
"user_crate": "aho_corasick",
|
| 432 |
+
"used_crate": "aho_corasick"
|
| 433 |
+
},
|
| 434 |
+
{
|
| 435 |
+
"symbol": "get_anchored",
|
| 436 |
+
"kind": "method_call",
|
| 437 |
+
"usage_count": 1,
|
| 438 |
+
"usage_type": "MethodCall",
|
| 439 |
+
"node_type": "Item",
|
| 440 |
+
"user_def_id": "DefId(0:332 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd)",
|
| 441 |
+
"used_def_id": "DefId(0:1522 ~ aho_corasick[5c22]::util::search::{impl#0}::get_anchored)",
|
| 442 |
+
"user_crate": "aho_corasick",
|
| 443 |
+
"used_crate": "aho_corasick"
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"symbol": "unwrap",
|
| 447 |
+
"kind": "method_call",
|
| 448 |
+
"usage_count": 1,
|
| 449 |
+
"usage_type": "MethodCall",
|
| 450 |
+
"node_type": "Item",
|
| 451 |
+
"user_def_id": "DefId(0:332 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd)",
|
| 452 |
+
"used_def_id": "DefId(1:10228 ~ core[4720]::option::{impl#0}::unwrap)",
|
| 453 |
+
"user_crate": "aho_corasick",
|
| 454 |
+
"used_crate": "core"
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"symbol": "prefilter",
|
| 458 |
+
"kind": "method_call",
|
| 459 |
+
"usage_count": 1,
|
| 460 |
+
"usage_type": "MethodCall",
|
| 461 |
+
"node_type": "Item",
|
| 462 |
+
"user_def_id": "DefId(0:332 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd)",
|
| 463 |
+
"used_def_id": "DefId(0:239 ~ aho_corasick[5c22]::automaton::Automaton::prefilter)",
|
| 464 |
+
"user_crate": "aho_corasick",
|
| 465 |
+
"used_crate": "aho_corasick"
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"symbol": "start_state",
|
| 469 |
+
"kind": "method_call",
|
| 470 |
+
"usage_count": 1,
|
| 471 |
+
"usage_type": "MethodCall",
|
| 472 |
+
"node_type": "Item",
|
| 473 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 474 |
+
"used_def_id": "DefId(0:225 ~ aho_corasick[5c22]::automaton::Automaton::start_state)",
|
| 475 |
+
"user_crate": "aho_corasick",
|
| 476 |
+
"used_crate": "aho_corasick"
|
| 477 |
+
},
|
| 478 |
+
{
|
| 479 |
+
"symbol": "get_anchored",
|
| 480 |
+
"kind": "method_call",
|
| 481 |
+
"usage_count": 1,
|
| 482 |
+
"usage_type": "MethodCall",
|
| 483 |
+
"node_type": "Item",
|
| 484 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 485 |
+
"used_def_id": "DefId(0:1522 ~ aho_corasick[5c22]::util::search::{impl#0}::get_anchored)",
|
| 486 |
+
"user_crate": "aho_corasick",
|
| 487 |
+
"used_crate": "aho_corasick"
|
| 488 |
+
},
|
| 489 |
+
{
|
| 490 |
+
"symbol": "branch",
|
| 491 |
+
"kind": "method_call",
|
| 492 |
+
"usage_count": 1,
|
| 493 |
+
"usage_type": "MethodCall",
|
| 494 |
+
"node_type": "Item",
|
| 495 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 496 |
+
"used_def_id": "DefId(1:4242 ~ core[4720]::ops::try_trait::Try::branch)",
|
| 497 |
+
"user_crate": "aho_corasick",
|
| 498 |
+
"used_crate": "core"
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"symbol": "Continue",
|
| 502 |
+
"kind": "enum_variant_usage",
|
| 503 |
+
"usage_count": 1,
|
| 504 |
+
"usage_type": "EnumVariant",
|
| 505 |
+
"node_type": "Item",
|
| 506 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 507 |
+
"used_def_id": "DefId(1:45080 ~ core[4720]::ops::control_flow::ControlFlow::Continue)",
|
| 508 |
+
"user_crate": "aho_corasick",
|
| 509 |
+
"used_crate": "core"
|
| 510 |
+
},
|
| 511 |
+
{
|
| 512 |
+
"symbol": "from_residual",
|
| 513 |
+
"kind": "method_call",
|
| 514 |
+
"usage_count": 1,
|
| 515 |
+
"usage_type": "MethodCall",
|
| 516 |
+
"node_type": "Item",
|
| 517 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 518 |
+
"used_def_id": "DefId(1:4245 ~ core[4720]::ops::try_trait::FromResidual::from_residual)",
|
| 519 |
+
"user_crate": "aho_corasick",
|
| 520 |
+
"used_crate": "core"
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"symbol": "Break",
|
| 524 |
+
"kind": "enum_variant_usage",
|
| 525 |
+
"usage_count": 1,
|
| 526 |
+
"usage_type": "EnumVariant",
|
| 527 |
+
"node_type": "Item",
|
| 528 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 529 |
+
"used_def_id": "DefId(1:45083 ~ core[4720]::ops::control_flow::ControlFlow::Break)",
|
| 530 |
+
"user_crate": "aho_corasick",
|
| 531 |
+
"used_crate": "core"
|
| 532 |
+
},
|
| 533 |
+
{
|
| 534 |
+
"symbol": "is_match",
|
| 535 |
+
"kind": "method_call",
|
| 536 |
+
"usage_count": 1,
|
| 537 |
+
"usage_type": "MethodCall",
|
| 538 |
+
"node_type": "Item",
|
| 539 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 540 |
+
"used_def_id": "DefId(0:229 ~ aho_corasick[5c22]::automaton::Automaton::is_match)",
|
| 541 |
+
"user_crate": "aho_corasick",
|
| 542 |
+
"used_crate": "aho_corasick"
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"symbol": "unwrap_or",
|
| 546 |
+
"kind": "method_call",
|
| 547 |
+
"usage_count": 1,
|
| 548 |
+
"usage_type": "MethodCall",
|
| 549 |
+
"node_type": "Item",
|
| 550 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 551 |
+
"used_def_id": "DefId(1:10229 ~ core[4720]::option::{impl#0}::unwrap_or)",
|
| 552 |
+
"user_crate": "aho_corasick",
|
| 553 |
+
"used_crate": "core"
|
| 554 |
+
},
|
| 555 |
+
{
|
| 556 |
+
"symbol": "match_len",
|
| 557 |
+
"kind": "method_call",
|
| 558 |
+
"usage_count": 1,
|
| 559 |
+
"usage_type": "MethodCall",
|
| 560 |
+
"node_type": "Item",
|
| 561 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 562 |
+
"used_def_id": "DefId(0:232 ~ aho_corasick[5c22]::automaton::Automaton::match_len)",
|
| 563 |
+
"user_crate": "aho_corasick",
|
| 564 |
+
"used_crate": "aho_corasick"
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"symbol": "start",
|
| 568 |
+
"kind": "method_call",
|
| 569 |
+
"usage_count": 1,
|
| 570 |
+
"usage_type": "MethodCall",
|
| 571 |
+
"node_type": "Item",
|
| 572 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 573 |
+
"used_def_id": "DefId(0:1518 ~ aho_corasick[5c22]::util::search::{impl#0}::start)",
|
| 574 |
+
"user_crate": "aho_corasick",
|
| 575 |
+
"used_crate": "aho_corasick"
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"symbol": "start",
|
| 579 |
+
"kind": "method_call",
|
| 580 |
+
"usage_count": 1,
|
| 581 |
+
"usage_type": "MethodCall",
|
| 582 |
+
"node_type": "Item",
|
| 583 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 584 |
+
"used_def_id": "DefId(0:1518 ~ aho_corasick[5c22]::util::search::{impl#0}::start)",
|
| 585 |
+
"user_crate": "aho_corasick",
|
| 586 |
+
"used_crate": "aho_corasick"
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"symbol": "match_len",
|
| 590 |
+
"kind": "method_call",
|
| 591 |
+
"usage_count": 1,
|
| 592 |
+
"usage_type": "MethodCall",
|
| 593 |
+
"node_type": "Item",
|
| 594 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 595 |
+
"used_def_id": "DefId(0:232 ~ aho_corasick[5c22]::automaton::Automaton::match_len)",
|
| 596 |
+
"user_crate": "aho_corasick",
|
| 597 |
+
"used_crate": "aho_corasick"
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"symbol": "end",
|
| 601 |
+
"kind": "method_call",
|
| 602 |
+
"usage_count": 1,
|
| 603 |
+
"usage_type": "MethodCall",
|
| 604 |
+
"node_type": "Item",
|
| 605 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 606 |
+
"used_def_id": "DefId(0:1519 ~ aho_corasick[5c22]::util::search::{impl#0}::end)",
|
| 607 |
+
"user_crate": "aho_corasick",
|
| 608 |
+
"used_crate": "aho_corasick"
|
| 609 |
+
},
|
| 610 |
+
{
|
| 611 |
+
"symbol": "next_state",
|
| 612 |
+
"kind": "method_call",
|
| 613 |
+
"usage_count": 1,
|
| 614 |
+
"usage_type": "MethodCall",
|
| 615 |
+
"node_type": "Item",
|
| 616 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 617 |
+
"used_def_id": "DefId(0:226 ~ aho_corasick[5c22]::automaton::Automaton::next_state)",
|
| 618 |
+
"user_crate": "aho_corasick",
|
| 619 |
+
"used_crate": "aho_corasick"
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"symbol": "get_anchored",
|
| 623 |
+
"kind": "method_call",
|
| 624 |
+
"usage_count": 1,
|
| 625 |
+
"usage_type": "MethodCall",
|
| 626 |
+
"node_type": "Item",
|
| 627 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 628 |
+
"used_def_id": "DefId(0:1522 ~ aho_corasick[5c22]::util::search::{impl#0}::get_anchored)",
|
| 629 |
+
"user_crate": "aho_corasick",
|
| 630 |
+
"used_crate": "aho_corasick"
|
| 631 |
+
},
|
| 632 |
+
{
|
| 633 |
+
"symbol": "haystack",
|
| 634 |
+
"kind": "method_call",
|
| 635 |
+
"usage_count": 1,
|
| 636 |
+
"usage_type": "MethodCall",
|
| 637 |
+
"node_type": "Item",
|
| 638 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 639 |
+
"used_def_id": "DefId(0:1517 ~ aho_corasick[5c22]::util::search::{impl#0}::haystack)",
|
| 640 |
+
"user_crate": "aho_corasick",
|
| 641 |
+
"used_crate": "aho_corasick"
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"symbol": "is_special",
|
| 645 |
+
"kind": "method_call",
|
| 646 |
+
"usage_count": 1,
|
| 647 |
+
"usage_type": "MethodCall",
|
| 648 |
+
"node_type": "Item",
|
| 649 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 650 |
+
"used_def_id": "DefId(0:227 ~ aho_corasick[5c22]::automaton::Automaton::is_special)",
|
| 651 |
+
"user_crate": "aho_corasick",
|
| 652 |
+
"used_crate": "aho_corasick"
|
| 653 |
+
},
|
| 654 |
+
{
|
| 655 |
+
"symbol": "is_dead",
|
| 656 |
+
"kind": "method_call",
|
| 657 |
+
"usage_count": 1,
|
| 658 |
+
"usage_type": "MethodCall",
|
| 659 |
+
"node_type": "Item",
|
| 660 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 661 |
+
"used_def_id": "DefId(0:228 ~ aho_corasick[5c22]::automaton::Automaton::is_dead)",
|
| 662 |
+
"user_crate": "aho_corasick",
|
| 663 |
+
"used_crate": "aho_corasick"
|
| 664 |
+
},
|
| 665 |
+
{
|
| 666 |
+
"symbol": "is_match",
|
| 667 |
+
"kind": "method_call",
|
| 668 |
+
"usage_count": 1,
|
| 669 |
+
"usage_type": "MethodCall",
|
| 670 |
+
"node_type": "Item",
|
| 671 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 672 |
+
"used_def_id": "DefId(0:229 ~ aho_corasick[5c22]::automaton::Automaton::is_match)",
|
| 673 |
+
"user_crate": "aho_corasick",
|
| 674 |
+
"used_crate": "aho_corasick"
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"symbol": "is_start",
|
| 678 |
+
"kind": "method_call",
|
| 679 |
+
"usage_count": 1,
|
| 680 |
+
"usage_type": "MethodCall",
|
| 681 |
+
"node_type": "Item",
|
| 682 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 683 |
+
"used_def_id": "DefId(0:230 ~ aho_corasick[5c22]::automaton::Automaton::is_start)",
|
| 684 |
+
"user_crate": "aho_corasick",
|
| 685 |
+
"used_crate": "aho_corasick"
|
| 686 |
+
},
|
| 687 |
+
{
|
| 688 |
+
"symbol": "from",
|
| 689 |
+
"kind": "method_call",
|
| 690 |
+
"usage_count": 1,
|
| 691 |
+
"usage_type": "MethodCall",
|
| 692 |
+
"node_type": "Item",
|
| 693 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 694 |
+
"used_def_id": "DefId(1:3435 ~ core[4720]::convert::From::from)",
|
| 695 |
+
"user_crate": "aho_corasick",
|
| 696 |
+
"used_crate": "core"
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"symbol": "Range",
|
| 700 |
+
"kind": "struct_usage",
|
| 701 |
+
"usage_count": 1,
|
| 702 |
+
"usage_type": "StructUsage",
|
| 703 |
+
"node_type": "Item",
|
| 704 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 705 |
+
"used_def_id": "DefId(1:45177 ~ core[4720]::ops::range::Range)",
|
| 706 |
+
"user_crate": "aho_corasick",
|
| 707 |
+
"used_crate": "core"
|
| 708 |
+
},
|
| 709 |
+
{
|
| 710 |
+
"symbol": "end",
|
| 711 |
+
"kind": "method_call",
|
| 712 |
+
"usage_count": 1,
|
| 713 |
+
"usage_type": "MethodCall",
|
| 714 |
+
"node_type": "Item",
|
| 715 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 716 |
+
"used_def_id": "DefId(0:1519 ~ aho_corasick[5c22]::util::search::{impl#0}::end)",
|
| 717 |
+
"user_crate": "aho_corasick",
|
| 718 |
+
"used_crate": "aho_corasick"
|
| 719 |
+
},
|
| 720 |
+
{
|
| 721 |
+
"symbol": "into_option",
|
| 722 |
+
"kind": "method_call",
|
| 723 |
+
"usage_count": 1,
|
| 724 |
+
"usage_type": "MethodCall",
|
| 725 |
+
"node_type": "Item",
|
| 726 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 727 |
+
"used_def_id": "DefId(0:1318 ~ aho_corasick[5c22]::util::prefilter::{impl#1}::into_option)",
|
| 728 |
+
"user_crate": "aho_corasick",
|
| 729 |
+
"used_crate": "aho_corasick"
|
| 730 |
+
},
|
| 731 |
+
{
|
| 732 |
+
"symbol": "find_in",
|
| 733 |
+
"kind": "method_call",
|
| 734 |
+
"usage_count": 1,
|
| 735 |
+
"usage_type": "MethodCall",
|
| 736 |
+
"node_type": "Item",
|
| 737 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 738 |
+
"used_def_id": "DefId(0:1315 ~ aho_corasick[5c22]::util::prefilter::{impl#0}::find_in)",
|
| 739 |
+
"user_crate": "aho_corasick",
|
| 740 |
+
"used_crate": "aho_corasick"
|
| 741 |
+
},
|
| 742 |
+
{
|
| 743 |
+
"symbol": "haystack",
|
| 744 |
+
"kind": "method_call",
|
| 745 |
+
"usage_count": 1,
|
| 746 |
+
"usage_type": "MethodCall",
|
| 747 |
+
"node_type": "Item",
|
| 748 |
+
"user_def_id": "DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 749 |
+
"used_def_id": "DefId(0:1517 ~ aho_corasick[5c22]::util::search::{impl#0}::haystack)",
|
| 750 |
+
"user_crate": "aho_corasick",
|
| 751 |
+
"used_crate": "aho_corasick"
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"symbol": "match_pattern",
|
| 755 |
+
"kind": "method_call",
|
| 756 |
+
"usage_count": 1,
|
| 757 |
+
"usage_type": "MethodCall",
|
| 758 |
+
"node_type": "Item",
|
| 759 |
+
"user_def_id": "DefId(0:336 ~ aho_corasick[5c22]::automaton::get_match)",
|
| 760 |
+
"used_def_id": "DefId(0:233 ~ aho_corasick[5c22]::automaton::Automaton::match_pattern)",
|
| 761 |
+
"user_crate": "aho_corasick",
|
| 762 |
+
"used_crate": "aho_corasick"
|
| 763 |
+
},
|
| 764 |
+
{
|
| 765 |
+
"symbol": "pattern_len",
|
| 766 |
+
"kind": "method_call",
|
| 767 |
+
"usage_count": 1,
|
| 768 |
+
"usage_type": "MethodCall",
|
| 769 |
+
"node_type": "Item",
|
| 770 |
+
"user_def_id": "DefId(0:336 ~ aho_corasick[5c22]::automaton::get_match)",
|
| 771 |
+
"used_def_id": "DefId(0:235 ~ aho_corasick[5c22]::automaton::Automaton::pattern_len)",
|
| 772 |
+
"user_crate": "aho_corasick",
|
| 773 |
+
"used_crate": "aho_corasick"
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"symbol": "new",
|
| 777 |
+
"kind": "method_call",
|
| 778 |
+
"usage_count": 1,
|
| 779 |
+
"usage_type": "MethodCall",
|
| 780 |
+
"node_type": "Item",
|
| 781 |
+
"user_def_id": "DefId(0:336 ~ aho_corasick[5c22]::automaton::get_match)",
|
| 782 |
+
"used_def_id": "DefId(0:1559 ~ aho_corasick[5c22]::util::search::{impl#13}::new)",
|
| 783 |
+
"user_crate": "aho_corasick",
|
| 784 |
+
"used_crate": "aho_corasick"
|
| 785 |
+
},
|
| 786 |
+
{
|
| 787 |
+
"symbol": "Range",
|
| 788 |
+
"kind": "struct_usage",
|
| 789 |
+
"usage_count": 1,
|
| 790 |
+
"usage_type": "StructUsage",
|
| 791 |
+
"node_type": "Item",
|
| 792 |
+
"user_def_id": "DefId(0:336 ~ aho_corasick[5c22]::automaton::get_match)",
|
| 793 |
+
"used_def_id": "DefId(1:45177 ~ core[4720]::ops::range::Range)",
|
| 794 |
+
"user_crate": "aho_corasick",
|
| 795 |
+
"used_crate": "core"
|
| 796 |
+
},
|
| 797 |
+
{
|
| 798 |
+
"symbol": "is_dead",
|
| 799 |
+
"kind": "method_call",
|
| 800 |
+
"usage_count": 1,
|
| 801 |
+
"usage_type": "MethodCall",
|
| 802 |
+
"node_type": "Item",
|
| 803 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 804 |
+
"used_def_id": "DefId(0:228 ~ aho_corasick[5c22]::automaton::Automaton::is_dead)",
|
| 805 |
+
"user_crate": "aho_corasick",
|
| 806 |
+
"used_crate": "aho_corasick"
|
| 807 |
+
},
|
| 808 |
+
{
|
| 809 |
+
"symbol": "write_fmt",
|
| 810 |
+
"kind": "method_call",
|
| 811 |
+
"usage_count": 1,
|
| 812 |
+
"usage_type": "MethodCall",
|
| 813 |
+
"node_type": "Item",
|
| 814 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 815 |
+
"used_def_id": "DefId(1:12043 ~ core[4720]::fmt::{impl#11}::write_fmt)",
|
| 816 |
+
"user_crate": "aho_corasick",
|
| 817 |
+
"used_crate": "core"
|
| 818 |
+
},
|
| 819 |
+
{
|
| 820 |
+
"symbol": "new_const",
|
| 821 |
+
"kind": "method_call",
|
| 822 |
+
"usage_count": 1,
|
| 823 |
+
"usage_type": "MethodCall",
|
| 824 |
+
"node_type": "Item",
|
| 825 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 826 |
+
"used_def_id": "DefId(1:11895 ~ core[4720]::fmt::rt::{impl#1}::new_const)",
|
| 827 |
+
"user_crate": "aho_corasick",
|
| 828 |
+
"used_crate": "core"
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"symbol": "branch",
|
| 832 |
+
"kind": "method_call",
|
| 833 |
+
"usage_count": 1,
|
| 834 |
+
"usage_type": "MethodCall",
|
| 835 |
+
"node_type": "Item",
|
| 836 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 837 |
+
"used_def_id": "DefId(1:4242 ~ core[4720]::ops::try_trait::Try::branch)",
|
| 838 |
+
"user_crate": "aho_corasick",
|
| 839 |
+
"used_crate": "core"
|
| 840 |
+
},
|
| 841 |
+
{
|
| 842 |
+
"symbol": "Continue",
|
| 843 |
+
"kind": "enum_variant_usage",
|
| 844 |
+
"usage_count": 1,
|
| 845 |
+
"usage_type": "EnumVariant",
|
| 846 |
+
"node_type": "Item",
|
| 847 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 848 |
+
"used_def_id": "DefId(1:45080 ~ core[4720]::ops::control_flow::ControlFlow::Continue)",
|
| 849 |
+
"user_crate": "aho_corasick",
|
| 850 |
+
"used_crate": "core"
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"symbol": "from_residual",
|
| 854 |
+
"kind": "method_call",
|
| 855 |
+
"usage_count": 1,
|
| 856 |
+
"usage_type": "MethodCall",
|
| 857 |
+
"node_type": "Item",
|
| 858 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 859 |
+
"used_def_id": "DefId(1:4245 ~ core[4720]::ops::try_trait::FromResidual::from_residual)",
|
| 860 |
+
"user_crate": "aho_corasick",
|
| 861 |
+
"used_crate": "core"
|
| 862 |
+
},
|
| 863 |
+
{
|
| 864 |
+
"symbol": "Break",
|
| 865 |
+
"kind": "enum_variant_usage",
|
| 866 |
+
"usage_count": 1,
|
| 867 |
+
"usage_type": "EnumVariant",
|
| 868 |
+
"node_type": "Item",
|
| 869 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 870 |
+
"used_def_id": "DefId(1:45083 ~ core[4720]::ops::control_flow::ControlFlow::Break)",
|
| 871 |
+
"user_crate": "aho_corasick",
|
| 872 |
+
"used_crate": "core"
|
| 873 |
+
},
|
| 874 |
+
{
|
| 875 |
+
"symbol": "is_match",
|
| 876 |
+
"kind": "method_call",
|
| 877 |
+
"usage_count": 1,
|
| 878 |
+
"usage_type": "MethodCall",
|
| 879 |
+
"node_type": "Item",
|
| 880 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 881 |
+
"used_def_id": "DefId(0:229 ~ aho_corasick[5c22]::automaton::Automaton::is_match)",
|
| 882 |
+
"user_crate": "aho_corasick",
|
| 883 |
+
"used_crate": "aho_corasick"
|
| 884 |
+
},
|
| 885 |
+
{
|
| 886 |
+
"symbol": "is_start",
|
| 887 |
+
"kind": "method_call",
|
| 888 |
+
"usage_count": 1,
|
| 889 |
+
"usage_type": "MethodCall",
|
| 890 |
+
"node_type": "Item",
|
| 891 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 892 |
+
"used_def_id": "DefId(0:230 ~ aho_corasick[5c22]::automaton::Automaton::is_start)",
|
| 893 |
+
"user_crate": "aho_corasick",
|
| 894 |
+
"used_crate": "aho_corasick"
|
| 895 |
+
},
|
| 896 |
+
{
|
| 897 |
+
"symbol": "write_fmt",
|
| 898 |
+
"kind": "method_call",
|
| 899 |
+
"usage_count": 1,
|
| 900 |
+
"usage_type": "MethodCall",
|
| 901 |
+
"node_type": "Item",
|
| 902 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 903 |
+
"used_def_id": "DefId(1:12043 ~ core[4720]::fmt::{impl#11}::write_fmt)",
|
| 904 |
+
"user_crate": "aho_corasick",
|
| 905 |
+
"used_crate": "core"
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"symbol": "new_const",
|
| 909 |
+
"kind": "method_call",
|
| 910 |
+
"usage_count": 1,
|
| 911 |
+
"usage_type": "MethodCall",
|
| 912 |
+
"node_type": "Item",
|
| 913 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 914 |
+
"used_def_id": "DefId(1:11895 ~ core[4720]::fmt::rt::{impl#1}::new_const)",
|
| 915 |
+
"user_crate": "aho_corasick",
|
| 916 |
+
"used_crate": "core"
|
| 917 |
+
},
|
| 918 |
+
{
|
| 919 |
+
"symbol": "branch",
|
| 920 |
+
"kind": "method_call",
|
| 921 |
+
"usage_count": 1,
|
| 922 |
+
"usage_type": "MethodCall",
|
| 923 |
+
"node_type": "Item",
|
| 924 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 925 |
+
"used_def_id": "DefId(1:4242 ~ core[4720]::ops::try_trait::Try::branch)",
|
| 926 |
+
"user_crate": "aho_corasick",
|
| 927 |
+
"used_crate": "core"
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"symbol": "Continue",
|
| 931 |
+
"kind": "enum_variant_usage",
|
| 932 |
+
"usage_count": 1,
|
| 933 |
+
"usage_type": "EnumVariant",
|
| 934 |
+
"node_type": "Item",
|
| 935 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 936 |
+
"used_def_id": "DefId(1:45080 ~ core[4720]::ops::control_flow::ControlFlow::Continue)",
|
| 937 |
+
"user_crate": "aho_corasick",
|
| 938 |
+
"used_crate": "core"
|
| 939 |
+
},
|
| 940 |
+
{
|
| 941 |
+
"symbol": "from_residual",
|
| 942 |
+
"kind": "method_call",
|
| 943 |
+
"usage_count": 1,
|
| 944 |
+
"usage_type": "MethodCall",
|
| 945 |
+
"node_type": "Item",
|
| 946 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 947 |
+
"used_def_id": "DefId(1:4245 ~ core[4720]::ops::try_trait::FromResidual::from_residual)",
|
| 948 |
+
"user_crate": "aho_corasick",
|
| 949 |
+
"used_crate": "core"
|
| 950 |
+
},
|
| 951 |
+
{
|
| 952 |
+
"symbol": "Break",
|
| 953 |
+
"kind": "enum_variant_usage",
|
| 954 |
+
"usage_count": 1,
|
| 955 |
+
"usage_type": "EnumVariant",
|
| 956 |
+
"node_type": "Item",
|
| 957 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 958 |
+
"used_def_id": "DefId(1:45083 ~ core[4720]::ops::control_flow::ControlFlow::Break)",
|
| 959 |
+
"user_crate": "aho_corasick",
|
| 960 |
+
"used_crate": "core"
|
| 961 |
+
},
|
| 962 |
+
{
|
| 963 |
+
"symbol": "write_fmt",
|
| 964 |
+
"kind": "method_call",
|
| 965 |
+
"usage_count": 1,
|
| 966 |
+
"usage_type": "MethodCall",
|
| 967 |
+
"node_type": "Item",
|
| 968 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 969 |
+
"used_def_id": "DefId(1:12043 ~ core[4720]::fmt::{impl#11}::write_fmt)",
|
| 970 |
+
"user_crate": "aho_corasick",
|
| 971 |
+
"used_crate": "core"
|
| 972 |
+
},
|
| 973 |
+
{
|
| 974 |
+
"symbol": "new_const",
|
| 975 |
+
"kind": "method_call",
|
| 976 |
+
"usage_count": 1,
|
| 977 |
+
"usage_type": "MethodCall",
|
| 978 |
+
"node_type": "Item",
|
| 979 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 980 |
+
"used_def_id": "DefId(1:11895 ~ core[4720]::fmt::rt::{impl#1}::new_const)",
|
| 981 |
+
"user_crate": "aho_corasick",
|
| 982 |
+
"used_crate": "core"
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"symbol": "branch",
|
| 986 |
+
"kind": "method_call",
|
| 987 |
+
"usage_count": 1,
|
| 988 |
+
"usage_type": "MethodCall",
|
| 989 |
+
"node_type": "Item",
|
| 990 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 991 |
+
"used_def_id": "DefId(1:4242 ~ core[4720]::ops::try_trait::Try::branch)",
|
| 992 |
+
"user_crate": "aho_corasick",
|
| 993 |
+
"used_crate": "core"
|
| 994 |
+
},
|
| 995 |
+
{
|
| 996 |
+
"symbol": "Continue",
|
| 997 |
+
"kind": "enum_variant_usage",
|
| 998 |
+
"usage_count": 1,
|
| 999 |
+
"usage_type": "EnumVariant",
|
| 1000 |
+
"node_type": "Item",
|
| 1001 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 1002 |
+
"used_def_id": "DefId(1:45080 ~ core[4720]::ops::control_flow::ControlFlow::Continue)",
|
| 1003 |
+
"user_crate": "aho_corasick",
|
| 1004 |
+
"used_crate": "core"
|
| 1005 |
+
},
|
| 1006 |
+
{
|
| 1007 |
+
"symbol": "from_residual",
|
| 1008 |
+
"kind": "method_call",
|
| 1009 |
+
"usage_count": 1,
|
| 1010 |
+
"usage_type": "MethodCall",
|
| 1011 |
+
"node_type": "Item",
|
| 1012 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 1013 |
+
"used_def_id": "DefId(1:4245 ~ core[4720]::ops::try_trait::FromResidual::from_residual)",
|
| 1014 |
+
"user_crate": "aho_corasick",
|
| 1015 |
+
"used_crate": "core"
|
| 1016 |
+
},
|
| 1017 |
+
{
|
| 1018 |
+
"symbol": "Break",
|
| 1019 |
+
"kind": "enum_variant_usage",
|
| 1020 |
+
"usage_count": 1,
|
| 1021 |
+
"usage_type": "EnumVariant",
|
| 1022 |
+
"node_type": "Item",
|
| 1023 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 1024 |
+
"used_def_id": "DefId(1:45083 ~ core[4720]::ops::control_flow::ControlFlow::Break)",
|
| 1025 |
+
"user_crate": "aho_corasick",
|
| 1026 |
+
"used_crate": "core"
|
| 1027 |
+
},
|
| 1028 |
+
{
|
| 1029 |
+
"symbol": "is_start",
|
| 1030 |
+
"kind": "method_call",
|
| 1031 |
+
"usage_count": 1,
|
| 1032 |
+
"usage_type": "MethodCall",
|
| 1033 |
+
"node_type": "Item",
|
| 1034 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 1035 |
+
"used_def_id": "DefId(0:230 ~ aho_corasick[5c22]::automaton::Automaton::is_start)",
|
| 1036 |
+
"user_crate": "aho_corasick",
|
| 1037 |
+
"used_crate": "aho_corasick"
|
| 1038 |
+
},
|
| 1039 |
+
{
|
| 1040 |
+
"symbol": "write_fmt",
|
| 1041 |
+
"kind": "method_call",
|
| 1042 |
+
"usage_count": 1,
|
| 1043 |
+
"usage_type": "MethodCall",
|
| 1044 |
+
"node_type": "Item",
|
| 1045 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 1046 |
+
"used_def_id": "DefId(1:12043 ~ core[4720]::fmt::{impl#11}::write_fmt)",
|
| 1047 |
+
"user_crate": "aho_corasick",
|
| 1048 |
+
"used_crate": "core"
|
| 1049 |
+
},
|
| 1050 |
+
{
|
| 1051 |
+
"symbol": "new_const",
|
| 1052 |
+
"kind": "method_call",
|
| 1053 |
+
"usage_count": 1,
|
| 1054 |
+
"usage_type": "MethodCall",
|
| 1055 |
+
"node_type": "Item",
|
| 1056 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 1057 |
+
"used_def_id": "DefId(1:11895 ~ core[4720]::fmt::rt::{impl#1}::new_const)",
|
| 1058 |
+
"user_crate": "aho_corasick",
|
| 1059 |
+
"used_crate": "core"
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"symbol": "branch",
|
| 1063 |
+
"kind": "method_call",
|
| 1064 |
+
"usage_count": 1,
|
| 1065 |
+
"usage_type": "MethodCall",
|
| 1066 |
+
"node_type": "Item",
|
| 1067 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 1068 |
+
"used_def_id": "DefId(1:4242 ~ core[4720]::ops::try_trait::Try::branch)",
|
| 1069 |
+
"user_crate": "aho_corasick",
|
| 1070 |
+
"used_crate": "core"
|
| 1071 |
+
},
|
| 1072 |
+
{
|
| 1073 |
+
"symbol": "Continue",
|
| 1074 |
+
"kind": "enum_variant_usage",
|
| 1075 |
+
"usage_count": 1,
|
| 1076 |
+
"usage_type": "EnumVariant",
|
| 1077 |
+
"node_type": "Item",
|
| 1078 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 1079 |
+
"used_def_id": "DefId(1:45080 ~ core[4720]::ops::control_flow::ControlFlow::Continue)",
|
| 1080 |
+
"user_crate": "aho_corasick",
|
| 1081 |
+
"used_crate": "core"
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"symbol": "from_residual",
|
| 1085 |
+
"kind": "method_call",
|
| 1086 |
+
"usage_count": 1,
|
| 1087 |
+
"usage_type": "MethodCall",
|
| 1088 |
+
"node_type": "Item",
|
| 1089 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 1090 |
+
"used_def_id": "DefId(1:4245 ~ core[4720]::ops::try_trait::FromResidual::from_residual)",
|
| 1091 |
+
"user_crate": "aho_corasick",
|
| 1092 |
+
"used_crate": "core"
|
| 1093 |
+
},
|
| 1094 |
+
{
|
| 1095 |
+
"symbol": "Break",
|
| 1096 |
+
"kind": "enum_variant_usage",
|
| 1097 |
+
"usage_count": 1,
|
| 1098 |
+
"usage_type": "EnumVariant",
|
| 1099 |
+
"node_type": "Item",
|
| 1100 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 1101 |
+
"used_def_id": "DefId(1:45083 ~ core[4720]::ops::control_flow::ControlFlow::Break)",
|
| 1102 |
+
"user_crate": "aho_corasick",
|
| 1103 |
+
"used_crate": "core"
|
| 1104 |
+
},
|
| 1105 |
+
{
|
| 1106 |
+
"symbol": "write_fmt",
|
| 1107 |
+
"kind": "method_call",
|
| 1108 |
+
"usage_count": 1,
|
| 1109 |
+
"usage_type": "MethodCall",
|
| 1110 |
+
"node_type": "Item",
|
| 1111 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 1112 |
+
"used_def_id": "DefId(1:12043 ~ core[4720]::fmt::{impl#11}::write_fmt)",
|
| 1113 |
+
"user_crate": "aho_corasick",
|
| 1114 |
+
"used_crate": "core"
|
| 1115 |
+
},
|
| 1116 |
+
{
|
| 1117 |
+
"symbol": "new_const",
|
| 1118 |
+
"kind": "method_call",
|
| 1119 |
+
"usage_count": 1,
|
| 1120 |
+
"usage_type": "MethodCall",
|
| 1121 |
+
"node_type": "Item",
|
| 1122 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 1123 |
+
"used_def_id": "DefId(1:11895 ~ core[4720]::fmt::rt::{impl#1}::new_const)",
|
| 1124 |
+
"user_crate": "aho_corasick",
|
| 1125 |
+
"used_crate": "core"
|
| 1126 |
+
},
|
| 1127 |
+
{
|
| 1128 |
+
"symbol": "branch",
|
| 1129 |
+
"kind": "method_call",
|
| 1130 |
+
"usage_count": 1,
|
| 1131 |
+
"usage_type": "MethodCall",
|
| 1132 |
+
"node_type": "Item",
|
| 1133 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 1134 |
+
"used_def_id": "DefId(1:4242 ~ core[4720]::ops::try_trait::Try::branch)",
|
| 1135 |
+
"user_crate": "aho_corasick",
|
| 1136 |
+
"used_crate": "core"
|
| 1137 |
+
},
|
| 1138 |
+
{
|
| 1139 |
+
"symbol": "Continue",
|
| 1140 |
+
"kind": "enum_variant_usage",
|
| 1141 |
+
"usage_count": 1,
|
| 1142 |
+
"usage_type": "EnumVariant",
|
| 1143 |
+
"node_type": "Item",
|
| 1144 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 1145 |
+
"used_def_id": "DefId(1:45080 ~ core[4720]::ops::control_flow::ControlFlow::Continue)",
|
| 1146 |
+
"user_crate": "aho_corasick",
|
| 1147 |
+
"used_crate": "core"
|
| 1148 |
+
},
|
| 1149 |
+
{
|
| 1150 |
+
"symbol": "from_residual",
|
| 1151 |
+
"kind": "method_call",
|
| 1152 |
+
"usage_count": 1,
|
| 1153 |
+
"usage_type": "MethodCall",
|
| 1154 |
+
"node_type": "Item",
|
| 1155 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 1156 |
+
"used_def_id": "DefId(1:4245 ~ core[4720]::ops::try_trait::FromResidual::from_residual)",
|
| 1157 |
+
"user_crate": "aho_corasick",
|
| 1158 |
+
"used_crate": "core"
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"symbol": "Break",
|
| 1162 |
+
"kind": "enum_variant_usage",
|
| 1163 |
+
"usage_count": 1,
|
| 1164 |
+
"usage_type": "EnumVariant",
|
| 1165 |
+
"node_type": "Item",
|
| 1166 |
+
"user_def_id": "DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 1167 |
+
"used_def_id": "DefId(1:45083 ~ core[4720]::ops::control_flow::ControlFlow::Break)",
|
| 1168 |
+
"user_crate": "aho_corasick",
|
| 1169 |
+
"used_crate": "core"
|
| 1170 |
+
},
|
| 1171 |
+
{
|
| 1172 |
+
"symbol": "next",
|
| 1173 |
+
"kind": "method_call",
|
| 1174 |
+
"usage_count": 1,
|
| 1175 |
+
"usage_type": "MethodCall",
|
| 1176 |
+
"node_type": "Item",
|
| 1177 |
+
"user_def_id": "DefId(0:340 ~ aho_corasick[5c22]::automaton::sparse_transitions)",
|
| 1178 |
+
"used_def_id": "DefId(1:9429 ~ core[4720]::iter::traits::iterator::Iterator::next)",
|
| 1179 |
+
"user_crate": "aho_corasick",
|
| 1180 |
+
"used_crate": "core"
|
| 1181 |
+
},
|
| 1182 |
+
{
|
| 1183 |
+
"symbol": "eq",
|
| 1184 |
+
"kind": "method_call",
|
| 1185 |
+
"usage_count": 1,
|
| 1186 |
+
"usage_type": "MethodCall",
|
| 1187 |
+
"node_type": "Item",
|
| 1188 |
+
"user_def_id": "DefId(0:340 ~ aho_corasick[5c22]::automaton::sparse_transitions)",
|
| 1189 |
+
"used_def_id": "DefId(1:3215 ~ core[4720]::cmp::PartialEq::eq)",
|
| 1190 |
+
"user_crate": "aho_corasick",
|
| 1191 |
+
"used_crate": "core"
|
| 1192 |
+
},
|
| 1193 |
+
{
|
| 1194 |
+
"symbol": "take",
|
| 1195 |
+
"kind": "method_call",
|
| 1196 |
+
"usage_count": 1,
|
| 1197 |
+
"usage_type": "MethodCall",
|
| 1198 |
+
"node_type": "Item",
|
| 1199 |
+
"user_def_id": "DefId(0:340 ~ aho_corasick[5c22]::automaton::sparse_transitions)",
|
| 1200 |
+
"used_def_id": "DefId(1:10275 ~ core[4720]::option::{impl#0}::take)",
|
| 1201 |
+
"user_crate": "aho_corasick",
|
| 1202 |
+
"used_crate": "core"
|
| 1203 |
+
}
|
| 1204 |
+
]
|
| 1205 |
+
}
|
crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_complexity.json
ADDED
|
@@ -0,0 +1,1257 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "aho_corasick",
|
| 3 |
+
"items": [
|
| 4 |
+
{
|
| 5 |
+
"complexity": "simple",
|
| 6 |
+
"field_count": 0,
|
| 7 |
+
"fields": [],
|
| 8 |
+
"item_type": "struct",
|
| 9 |
+
"name": "Prefilter",
|
| 10 |
+
"param_count": null,
|
| 11 |
+
"parameters": null,
|
| 12 |
+
"variant_count": null,
|
| 13 |
+
"variants": null
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"complexity": "simple",
|
| 17 |
+
"field_count": null,
|
| 18 |
+
"fields": null,
|
| 19 |
+
"item_type": "enum",
|
| 20 |
+
"name": "ForceAlgorithm",
|
| 21 |
+
"param_count": null,
|
| 22 |
+
"parameters": null,
|
| 23 |
+
"variant_count": 0,
|
| 24 |
+
"variants": []
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"complexity": "medium",
|
| 28 |
+
"field_count": null,
|
| 29 |
+
"fields": null,
|
| 30 |
+
"item_type": "function",
|
| 31 |
+
"name": "is_equal_raw",
|
| 32 |
+
"param_count": 3,
|
| 33 |
+
"parameters": [
|
| 34 |
+
{
|
| 35 |
+
"name": "param_0",
|
| 36 |
+
"param_type": "unknown"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"name": "param_1",
|
| 40 |
+
"param_type": "unknown"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"name": "param_2",
|
| 44 |
+
"param_type": "unknown"
|
| 45 |
+
}
|
| 46 |
+
],
|
| 47 |
+
"variant_count": null,
|
| 48 |
+
"variants": null
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"complexity": "simple",
|
| 52 |
+
"field_count": null,
|
| 53 |
+
"fields": null,
|
| 54 |
+
"item_type": "function",
|
| 55 |
+
"name": "is_available_ssse3",
|
| 56 |
+
"param_count": 0,
|
| 57 |
+
"parameters": [],
|
| 58 |
+
"variant_count": null,
|
| 59 |
+
"variants": null
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"complexity": "simple",
|
| 63 |
+
"field_count": 0,
|
| 64 |
+
"fields": [],
|
| 65 |
+
"item_type": "struct",
|
| 66 |
+
"name": "DFA",
|
| 67 |
+
"param_count": null,
|
| 68 |
+
"parameters": null,
|
| 69 |
+
"variant_count": null,
|
| 70 |
+
"variants": null
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"complexity": "simple",
|
| 74 |
+
"field_count": null,
|
| 75 |
+
"fields": null,
|
| 76 |
+
"item_type": "enum",
|
| 77 |
+
"name": "Candidate",
|
| 78 |
+
"param_count": null,
|
| 79 |
+
"parameters": null,
|
| 80 |
+
"variant_count": 0,
|
| 81 |
+
"variants": []
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"complexity": "simple",
|
| 85 |
+
"field_count": 0,
|
| 86 |
+
"fields": [],
|
| 87 |
+
"item_type": "struct",
|
| 88 |
+
"name": "MatchError",
|
| 89 |
+
"param_count": null,
|
| 90 |
+
"parameters": null,
|
| 91 |
+
"variant_count": null,
|
| 92 |
+
"variants": null
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"complexity": "simple",
|
| 96 |
+
"field_count": 0,
|
| 97 |
+
"fields": [],
|
| 98 |
+
"item_type": "struct",
|
| 99 |
+
"name": "StartBytesThree",
|
| 100 |
+
"param_count": null,
|
| 101 |
+
"parameters": null,
|
| 102 |
+
"variant_count": null,
|
| 103 |
+
"variants": null
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"complexity": "simple",
|
| 107 |
+
"field_count": 0,
|
| 108 |
+
"fields": [],
|
| 109 |
+
"item_type": "struct",
|
| 110 |
+
"name": "PatternIDIter",
|
| 111 |
+
"param_count": null,
|
| 112 |
+
"parameters": null,
|
| 113 |
+
"variant_count": null,
|
| 114 |
+
"variants": null
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"complexity": "simple",
|
| 118 |
+
"field_count": 0,
|
| 119 |
+
"fields": [],
|
| 120 |
+
"item_type": "struct",
|
| 121 |
+
"name": "ByteClasses",
|
| 122 |
+
"param_count": null,
|
| 123 |
+
"parameters": null,
|
| 124 |
+
"variant_count": null,
|
| 125 |
+
"variants": null
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"complexity": "simple",
|
| 129 |
+
"field_count": 0,
|
| 130 |
+
"fields": [],
|
| 131 |
+
"item_type": "struct",
|
| 132 |
+
"name": "Span",
|
| 133 |
+
"param_count": null,
|
| 134 |
+
"parameters": null,
|
| 135 |
+
"variant_count": null,
|
| 136 |
+
"variants": null
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"complexity": "simple",
|
| 140 |
+
"field_count": 0,
|
| 141 |
+
"fields": [],
|
| 142 |
+
"item_type": "struct",
|
| 143 |
+
"name": "QueuedSet",
|
| 144 |
+
"param_count": null,
|
| 145 |
+
"parameters": null,
|
| 146 |
+
"variant_count": null,
|
| 147 |
+
"variants": null
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"complexity": "simple",
|
| 151 |
+
"field_count": 0,
|
| 152 |
+
"fields": [],
|
| 153 |
+
"item_type": "struct",
|
| 154 |
+
"name": "Fat",
|
| 155 |
+
"param_count": null,
|
| 156 |
+
"parameters": null,
|
| 157 |
+
"variant_count": null,
|
| 158 |
+
"variants": null
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"complexity": "simple",
|
| 162 |
+
"field_count": 0,
|
| 163 |
+
"fields": [],
|
| 164 |
+
"item_type": "struct",
|
| 165 |
+
"name": "StateID",
|
| 166 |
+
"param_count": null,
|
| 167 |
+
"parameters": null,
|
| 168 |
+
"variant_count": null,
|
| 169 |
+
"variants": null
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"complexity": "simple",
|
| 173 |
+
"field_count": 0,
|
| 174 |
+
"fields": [],
|
| 175 |
+
"item_type": "struct",
|
| 176 |
+
"name": "Remapper",
|
| 177 |
+
"param_count": null,
|
| 178 |
+
"parameters": null,
|
| 179 |
+
"variant_count": null,
|
| 180 |
+
"variants": null
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"complexity": "simple",
|
| 184 |
+
"field_count": null,
|
| 185 |
+
"fields": null,
|
| 186 |
+
"item_type": "function",
|
| 187 |
+
"name": "sparse_transitions",
|
| 188 |
+
"param_count": 1,
|
| 189 |
+
"parameters": [
|
| 190 |
+
{
|
| 191 |
+
"name": "param_0",
|
| 192 |
+
"param_type": "unknown"
|
| 193 |
+
}
|
| 194 |
+
],
|
| 195 |
+
"variant_count": null,
|
| 196 |
+
"variants": null
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"complexity": "simple",
|
| 200 |
+
"field_count": null,
|
| 201 |
+
"fields": null,
|
| 202 |
+
"item_type": "enum",
|
| 203 |
+
"name": "StartKind",
|
| 204 |
+
"param_count": null,
|
| 205 |
+
"parameters": null,
|
| 206 |
+
"variant_count": 0,
|
| 207 |
+
"variants": []
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"complexity": "simple",
|
| 211 |
+
"field_count": 0,
|
| 212 |
+
"fields": [],
|
| 213 |
+
"item_type": "struct",
|
| 214 |
+
"name": "StartBytesBuilder",
|
| 215 |
+
"param_count": null,
|
| 216 |
+
"parameters": null,
|
| 217 |
+
"variant_count": null,
|
| 218 |
+
"variants": null
|
| 219 |
+
},
|
| 220 |
+
{
|
| 221 |
+
"complexity": "simple",
|
| 222 |
+
"field_count": null,
|
| 223 |
+
"fields": null,
|
| 224 |
+
"item_type": "function",
|
| 225 |
+
"name": "try_find_fwd",
|
| 226 |
+
"param_count": 2,
|
| 227 |
+
"parameters": [
|
| 228 |
+
{
|
| 229 |
+
"name": "param_0",
|
| 230 |
+
"param_type": "unknown"
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"name": "param_1",
|
| 234 |
+
"param_type": "unknown"
|
| 235 |
+
}
|
| 236 |
+
],
|
| 237 |
+
"variant_count": null,
|
| 238 |
+
"variants": null
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"complexity": "simple",
|
| 242 |
+
"field_count": 0,
|
| 243 |
+
"fields": [],
|
| 244 |
+
"item_type": "struct",
|
| 245 |
+
"name": "Match",
|
| 246 |
+
"param_count": null,
|
| 247 |
+
"parameters": null,
|
| 248 |
+
"variant_count": null,
|
| 249 |
+
"variants": null
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"complexity": "simple",
|
| 253 |
+
"field_count": 0,
|
| 254 |
+
"fields": [],
|
| 255 |
+
"item_type": "struct",
|
| 256 |
+
"name": "BuildError",
|
| 257 |
+
"param_count": null,
|
| 258 |
+
"parameters": null,
|
| 259 |
+
"variant_count": null,
|
| 260 |
+
"variants": null
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"complexity": "simple",
|
| 264 |
+
"field_count": null,
|
| 265 |
+
"fields": null,
|
| 266 |
+
"item_type": "enum",
|
| 267 |
+
"name": "Anchored",
|
| 268 |
+
"param_count": null,
|
| 269 |
+
"parameters": null,
|
| 270 |
+
"variant_count": 0,
|
| 271 |
+
"variants": []
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"complexity": "simple",
|
| 275 |
+
"field_count": 0,
|
| 276 |
+
"fields": [],
|
| 277 |
+
"item_type": "struct",
|
| 278 |
+
"name": "MemmemBuilder",
|
| 279 |
+
"param_count": null,
|
| 280 |
+
"parameters": null,
|
| 281 |
+
"variant_count": null,
|
| 282 |
+
"variants": null
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"complexity": "simple",
|
| 286 |
+
"field_count": 0,
|
| 287 |
+
"fields": [],
|
| 288 |
+
"item_type": "struct",
|
| 289 |
+
"name": "IndexMapper",
|
| 290 |
+
"param_count": null,
|
| 291 |
+
"parameters": null,
|
| 292 |
+
"variant_count": null,
|
| 293 |
+
"variants": null
|
| 294 |
+
},
|
| 295 |
+
{
|
| 296 |
+
"complexity": "simple",
|
| 297 |
+
"field_count": 0,
|
| 298 |
+
"fields": [],
|
| 299 |
+
"item_type": "struct",
|
| 300 |
+
"name": "OverlappingState",
|
| 301 |
+
"param_count": null,
|
| 302 |
+
"parameters": null,
|
| 303 |
+
"variant_count": null,
|
| 304 |
+
"variants": null
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"complexity": "simple",
|
| 308 |
+
"field_count": 0,
|
| 309 |
+
"fields": [],
|
| 310 |
+
"item_type": "struct",
|
| 311 |
+
"name": "AhoCorasick",
|
| 312 |
+
"param_count": null,
|
| 313 |
+
"parameters": null,
|
| 314 |
+
"variant_count": null,
|
| 315 |
+
"variants": null
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"complexity": "simple",
|
| 319 |
+
"field_count": 0,
|
| 320 |
+
"fields": [],
|
| 321 |
+
"item_type": "struct",
|
| 322 |
+
"name": "Searcher",
|
| 323 |
+
"param_count": null,
|
| 324 |
+
"parameters": null,
|
| 325 |
+
"variant_count": null,
|
| 326 |
+
"variants": null
|
| 327 |
+
},
|
| 328 |
+
{
|
| 329 |
+
"complexity": "simple",
|
| 330 |
+
"field_count": 0,
|
| 331 |
+
"fields": [],
|
| 332 |
+
"item_type": "struct",
|
| 333 |
+
"name": "RabinKarp",
|
| 334 |
+
"param_count": null,
|
| 335 |
+
"parameters": null,
|
| 336 |
+
"variant_count": null,
|
| 337 |
+
"variants": null
|
| 338 |
+
},
|
| 339 |
+
{
|
| 340 |
+
"complexity": "simple",
|
| 341 |
+
"field_count": 0,
|
| 342 |
+
"fields": [],
|
| 343 |
+
"item_type": "struct",
|
| 344 |
+
"name": "Builder",
|
| 345 |
+
"param_count": null,
|
| 346 |
+
"parameters": null,
|
| 347 |
+
"variant_count": null,
|
| 348 |
+
"variants": null
|
| 349 |
+
},
|
| 350 |
+
{
|
| 351 |
+
"complexity": "simple",
|
| 352 |
+
"field_count": 0,
|
| 353 |
+
"fields": [],
|
| 354 |
+
"item_type": "struct",
|
| 355 |
+
"name": "RareBytesOne",
|
| 356 |
+
"param_count": null,
|
| 357 |
+
"parameters": null,
|
| 358 |
+
"variant_count": null,
|
| 359 |
+
"variants": null
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"complexity": "simple",
|
| 363 |
+
"field_count": 0,
|
| 364 |
+
"fields": [],
|
| 365 |
+
"item_type": "struct",
|
| 366 |
+
"name": "SmallIndex",
|
| 367 |
+
"param_count": null,
|
| 368 |
+
"parameters": null,
|
| 369 |
+
"variant_count": null,
|
| 370 |
+
"variants": null
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"complexity": "simple",
|
| 374 |
+
"field_count": null,
|
| 375 |
+
"fields": null,
|
| 376 |
+
"item_type": "function",
|
| 377 |
+
"name": "is_prefix",
|
| 378 |
+
"param_count": 2,
|
| 379 |
+
"parameters": [
|
| 380 |
+
{
|
| 381 |
+
"name": "param_0",
|
| 382 |
+
"param_type": "unknown"
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"name": "param_1",
|
| 386 |
+
"param_type": "unknown"
|
| 387 |
+
}
|
| 388 |
+
],
|
| 389 |
+
"variant_count": null,
|
| 390 |
+
"variants": null
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"complexity": "simple",
|
| 394 |
+
"field_count": 0,
|
| 395 |
+
"fields": [],
|
| 396 |
+
"item_type": "struct",
|
| 397 |
+
"name": "Slim",
|
| 398 |
+
"param_count": null,
|
| 399 |
+
"parameters": null,
|
| 400 |
+
"variant_count": null,
|
| 401 |
+
"variants": null
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"complexity": "simple",
|
| 405 |
+
"field_count": 0,
|
| 406 |
+
"fields": [],
|
| 407 |
+
"item_type": "struct",
|
| 408 |
+
"name": "FindOverlappingIter",
|
| 409 |
+
"param_count": null,
|
| 410 |
+
"parameters": null,
|
| 411 |
+
"variant_count": null,
|
| 412 |
+
"variants": null
|
| 413 |
+
},
|
| 414 |
+
{
|
| 415 |
+
"complexity": "simple",
|
| 416 |
+
"field_count": 0,
|
| 417 |
+
"fields": [],
|
| 418 |
+
"item_type": "struct",
|
| 419 |
+
"name": "Transition",
|
| 420 |
+
"param_count": null,
|
| 421 |
+
"parameters": null,
|
| 422 |
+
"variant_count": null,
|
| 423 |
+
"variants": null
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"complexity": "simple",
|
| 427 |
+
"field_count": 0,
|
| 428 |
+
"fields": [],
|
| 429 |
+
"item_type": "struct",
|
| 430 |
+
"name": "PatternID",
|
| 431 |
+
"param_count": null,
|
| 432 |
+
"parameters": null,
|
| 433 |
+
"variant_count": null,
|
| 434 |
+
"variants": null
|
| 435 |
+
},
|
| 436 |
+
{
|
| 437 |
+
"complexity": "simple",
|
| 438 |
+
"field_count": null,
|
| 439 |
+
"fields": null,
|
| 440 |
+
"item_type": "function",
|
| 441 |
+
"name": "is_available_avx2",
|
| 442 |
+
"param_count": 0,
|
| 443 |
+
"parameters": [],
|
| 444 |
+
"variant_count": null,
|
| 445 |
+
"variants": null
|
| 446 |
+
},
|
| 447 |
+
{
|
| 448 |
+
"complexity": "medium",
|
| 449 |
+
"field_count": null,
|
| 450 |
+
"fields": null,
|
| 451 |
+
"item_type": "function",
|
| 452 |
+
"name": "get_match",
|
| 453 |
+
"param_count": 4,
|
| 454 |
+
"parameters": [
|
| 455 |
+
{
|
| 456 |
+
"name": "param_0",
|
| 457 |
+
"param_type": "unknown"
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"name": "param_1",
|
| 461 |
+
"param_type": "unknown"
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"name": "param_2",
|
| 465 |
+
"param_type": "unknown"
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"name": "param_3",
|
| 469 |
+
"param_type": "unknown"
|
| 470 |
+
}
|
| 471 |
+
],
|
| 472 |
+
"variant_count": null,
|
| 473 |
+
"variants": null
|
| 474 |
+
},
|
| 475 |
+
{
|
| 476 |
+
"complexity": "simple",
|
| 477 |
+
"field_count": 0,
|
| 478 |
+
"fields": [],
|
| 479 |
+
"item_type": "struct",
|
| 480 |
+
"name": "SlimAVX2",
|
| 481 |
+
"param_count": null,
|
| 482 |
+
"parameters": null,
|
| 483 |
+
"variant_count": null,
|
| 484 |
+
"variants": null
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"complexity": "medium",
|
| 488 |
+
"field_count": null,
|
| 489 |
+
"fields": null,
|
| 490 |
+
"item_type": "function",
|
| 491 |
+
"name": "sparse_iter",
|
| 492 |
+
"param_count": 4,
|
| 493 |
+
"parameters": [
|
| 494 |
+
{
|
| 495 |
+
"name": "param_0",
|
| 496 |
+
"param_type": "unknown"
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"name": "param_1",
|
| 500 |
+
"param_type": "unknown"
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"name": "param_2",
|
| 504 |
+
"param_type": "unknown"
|
| 505 |
+
},
|
| 506 |
+
{
|
| 507 |
+
"name": "param_3",
|
| 508 |
+
"param_type": "unknown"
|
| 509 |
+
}
|
| 510 |
+
],
|
| 511 |
+
"variant_count": null,
|
| 512 |
+
"variants": null
|
| 513 |
+
},
|
| 514 |
+
{
|
| 515 |
+
"complexity": "simple",
|
| 516 |
+
"field_count": 0,
|
| 517 |
+
"fields": [],
|
| 518 |
+
"item_type": "struct",
|
| 519 |
+
"name": "ByteSet",
|
| 520 |
+
"param_count": null,
|
| 521 |
+
"parameters": null,
|
| 522 |
+
"variant_count": null,
|
| 523 |
+
"variants": null
|
| 524 |
+
},
|
| 525 |
+
{
|
| 526 |
+
"complexity": "medium",
|
| 527 |
+
"field_count": null,
|
| 528 |
+
"fields": null,
|
| 529 |
+
"item_type": "function",
|
| 530 |
+
"name": "try_find_overlapping_fwd",
|
| 531 |
+
"param_count": 3,
|
| 532 |
+
"parameters": [
|
| 533 |
+
{
|
| 534 |
+
"name": "param_0",
|
| 535 |
+
"param_type": "unknown"
|
| 536 |
+
},
|
| 537 |
+
{
|
| 538 |
+
"name": "param_1",
|
| 539 |
+
"param_type": "unknown"
|
| 540 |
+
},
|
| 541 |
+
{
|
| 542 |
+
"name": "param_2",
|
| 543 |
+
"param_type": "unknown"
|
| 544 |
+
}
|
| 545 |
+
],
|
| 546 |
+
"variant_count": null,
|
| 547 |
+
"variants": null
|
| 548 |
+
},
|
| 549 |
+
{
|
| 550 |
+
"complexity": "simple",
|
| 551 |
+
"field_count": 0,
|
| 552 |
+
"fields": [],
|
| 553 |
+
"item_type": "struct",
|
| 554 |
+
"name": "Pattern",
|
| 555 |
+
"param_count": null,
|
| 556 |
+
"parameters": null,
|
| 557 |
+
"variant_count": null,
|
| 558 |
+
"variants": null
|
| 559 |
+
},
|
| 560 |
+
{
|
| 561 |
+
"complexity": "simple",
|
| 562 |
+
"field_count": 0,
|
| 563 |
+
"fields": [],
|
| 564 |
+
"item_type": "struct",
|
| 565 |
+
"name": "ByteClassElementRanges",
|
| 566 |
+
"param_count": null,
|
| 567 |
+
"parameters": null,
|
| 568 |
+
"variant_count": null,
|
| 569 |
+
"variants": null
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"complexity": "simple",
|
| 573 |
+
"field_count": 0,
|
| 574 |
+
"fields": [],
|
| 575 |
+
"item_type": "struct",
|
| 576 |
+
"name": "FatAVX2",
|
| 577 |
+
"param_count": null,
|
| 578 |
+
"parameters": null,
|
| 579 |
+
"variant_count": null,
|
| 580 |
+
"variants": null
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"complexity": "simple",
|
| 584 |
+
"field_count": null,
|
| 585 |
+
"fields": null,
|
| 586 |
+
"item_type": "enum",
|
| 587 |
+
"name": "ErrorKind",
|
| 588 |
+
"param_count": null,
|
| 589 |
+
"parameters": null,
|
| 590 |
+
"variant_count": 0,
|
| 591 |
+
"variants": []
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"complexity": "medium",
|
| 595 |
+
"field_count": null,
|
| 596 |
+
"fields": null,
|
| 597 |
+
"item_type": "function",
|
| 598 |
+
"name": "fmt_state_indicator",
|
| 599 |
+
"param_count": 3,
|
| 600 |
+
"parameters": [
|
| 601 |
+
{
|
| 602 |
+
"name": "param_0",
|
| 603 |
+
"param_type": "unknown"
|
| 604 |
+
},
|
| 605 |
+
{
|
| 606 |
+
"name": "param_1",
|
| 607 |
+
"param_type": "unknown"
|
| 608 |
+
},
|
| 609 |
+
{
|
| 610 |
+
"name": "param_2",
|
| 611 |
+
"param_type": "unknown"
|
| 612 |
+
}
|
| 613 |
+
],
|
| 614 |
+
"variant_count": null,
|
| 615 |
+
"variants": null
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"complexity": "simple",
|
| 619 |
+
"field_count": null,
|
| 620 |
+
"fields": null,
|
| 621 |
+
"item_type": "enum",
|
| 622 |
+
"name": "MatchKind",
|
| 623 |
+
"param_count": null,
|
| 624 |
+
"parameters": null,
|
| 625 |
+
"variant_count": 0,
|
| 626 |
+
"variants": []
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"complexity": "simple",
|
| 630 |
+
"field_count": 0,
|
| 631 |
+
"fields": [],
|
| 632 |
+
"item_type": "struct",
|
| 633 |
+
"name": "RareBytesTwo",
|
| 634 |
+
"param_count": null,
|
| 635 |
+
"parameters": null,
|
| 636 |
+
"variant_count": null,
|
| 637 |
+
"variants": null
|
| 638 |
+
},
|
| 639 |
+
{
|
| 640 |
+
"complexity": "simple",
|
| 641 |
+
"field_count": 0,
|
| 642 |
+
"fields": [],
|
| 643 |
+
"item_type": "struct",
|
| 644 |
+
"name": "PatternIDError",
|
| 645 |
+
"param_count": null,
|
| 646 |
+
"parameters": null,
|
| 647 |
+
"variant_count": null,
|
| 648 |
+
"variants": null
|
| 649 |
+
},
|
| 650 |
+
{
|
| 651 |
+
"complexity": "simple",
|
| 652 |
+
"field_count": 0,
|
| 653 |
+
"fields": [],
|
| 654 |
+
"item_type": "struct",
|
| 655 |
+
"name": "WithPatternIDIter",
|
| 656 |
+
"param_count": null,
|
| 657 |
+
"parameters": null,
|
| 658 |
+
"variant_count": null,
|
| 659 |
+
"variants": null
|
| 660 |
+
},
|
| 661 |
+
{
|
| 662 |
+
"complexity": "simple",
|
| 663 |
+
"field_count": 0,
|
| 664 |
+
"fields": [],
|
| 665 |
+
"item_type": "struct",
|
| 666 |
+
"name": "WithStateIDIter",
|
| 667 |
+
"param_count": null,
|
| 668 |
+
"parameters": null,
|
| 669 |
+
"variant_count": null,
|
| 670 |
+
"variants": null
|
| 671 |
+
},
|
| 672 |
+
{
|
| 673 |
+
"complexity": "simple",
|
| 674 |
+
"field_count": 0,
|
| 675 |
+
"fields": [],
|
| 676 |
+
"item_type": "struct",
|
| 677 |
+
"name": "StateIDError",
|
| 678 |
+
"param_count": null,
|
| 679 |
+
"parameters": null,
|
| 680 |
+
"variant_count": null,
|
| 681 |
+
"variants": null
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"complexity": "simple",
|
| 685 |
+
"field_count": 0,
|
| 686 |
+
"fields": [],
|
| 687 |
+
"item_type": "struct",
|
| 688 |
+
"name": "Config",
|
| 689 |
+
"param_count": null,
|
| 690 |
+
"parameters": null,
|
| 691 |
+
"variant_count": null,
|
| 692 |
+
"variants": null
|
| 693 |
+
},
|
| 694 |
+
{
|
| 695 |
+
"complexity": "simple",
|
| 696 |
+
"field_count": null,
|
| 697 |
+
"fields": null,
|
| 698 |
+
"item_type": "enum",
|
| 699 |
+
"name": "MatchErrorKind",
|
| 700 |
+
"param_count": null,
|
| 701 |
+
"parameters": null,
|
| 702 |
+
"variant_count": 0,
|
| 703 |
+
"variants": []
|
| 704 |
+
},
|
| 705 |
+
{
|
| 706 |
+
"complexity": "simple",
|
| 707 |
+
"field_count": 0,
|
| 708 |
+
"fields": [],
|
| 709 |
+
"item_type": "struct",
|
| 710 |
+
"name": "StreamFindIter",
|
| 711 |
+
"param_count": null,
|
| 712 |
+
"parameters": null,
|
| 713 |
+
"variant_count": null,
|
| 714 |
+
"variants": null
|
| 715 |
+
},
|
| 716 |
+
{
|
| 717 |
+
"complexity": "medium",
|
| 718 |
+
"field_count": null,
|
| 719 |
+
"fields": null,
|
| 720 |
+
"item_type": "function",
|
| 721 |
+
"name": "try_find_fwd_imp",
|
| 722 |
+
"param_count": 5,
|
| 723 |
+
"parameters": [
|
| 724 |
+
{
|
| 725 |
+
"name": "param_0",
|
| 726 |
+
"param_type": "unknown"
|
| 727 |
+
},
|
| 728 |
+
{
|
| 729 |
+
"name": "param_1",
|
| 730 |
+
"param_type": "unknown"
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"name": "param_2",
|
| 734 |
+
"param_type": "unknown"
|
| 735 |
+
},
|
| 736 |
+
{
|
| 737 |
+
"name": "param_3",
|
| 738 |
+
"param_type": "unknown"
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"name": "param_4",
|
| 742 |
+
"param_type": "unknown"
|
| 743 |
+
}
|
| 744 |
+
],
|
| 745 |
+
"variant_count": null,
|
| 746 |
+
"variants": null
|
| 747 |
+
},
|
| 748 |
+
{
|
| 749 |
+
"complexity": "simple",
|
| 750 |
+
"field_count": 0,
|
| 751 |
+
"fields": [],
|
| 752 |
+
"item_type": "struct",
|
| 753 |
+
"name": "SmallIndexError",
|
| 754 |
+
"param_count": null,
|
| 755 |
+
"parameters": null,
|
| 756 |
+
"variant_count": null,
|
| 757 |
+
"variants": null
|
| 758 |
+
},
|
| 759 |
+
{
|
| 760 |
+
"complexity": "simple",
|
| 761 |
+
"field_count": 0,
|
| 762 |
+
"fields": [],
|
| 763 |
+
"item_type": "struct",
|
| 764 |
+
"name": "Mask",
|
| 765 |
+
"param_count": null,
|
| 766 |
+
"parameters": null,
|
| 767 |
+
"variant_count": null,
|
| 768 |
+
"variants": null
|
| 769 |
+
},
|
| 770 |
+
{
|
| 771 |
+
"complexity": "simple",
|
| 772 |
+
"field_count": 0,
|
| 773 |
+
"fields": [],
|
| 774 |
+
"item_type": "struct",
|
| 775 |
+
"name": "NFA",
|
| 776 |
+
"param_count": null,
|
| 777 |
+
"parameters": null,
|
| 778 |
+
"variant_count": null,
|
| 779 |
+
"variants": null
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"complexity": "simple",
|
| 783 |
+
"field_count": 0,
|
| 784 |
+
"fields": [],
|
| 785 |
+
"item_type": "struct",
|
| 786 |
+
"name": "Buffer",
|
| 787 |
+
"param_count": null,
|
| 788 |
+
"parameters": null,
|
| 789 |
+
"variant_count": null,
|
| 790 |
+
"variants": null
|
| 791 |
+
},
|
| 792 |
+
{
|
| 793 |
+
"complexity": "simple",
|
| 794 |
+
"field_count": 0,
|
| 795 |
+
"fields": [],
|
| 796 |
+
"item_type": "struct",
|
| 797 |
+
"name": "AhoCorasickBuilder",
|
| 798 |
+
"param_count": null,
|
| 799 |
+
"parameters": null,
|
| 800 |
+
"variant_count": null,
|
| 801 |
+
"variants": null
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"complexity": "simple",
|
| 805 |
+
"field_count": 0,
|
| 806 |
+
"fields": [],
|
| 807 |
+
"item_type": "struct",
|
| 808 |
+
"name": "RareBytesThree",
|
| 809 |
+
"param_count": null,
|
| 810 |
+
"parameters": null,
|
| 811 |
+
"variant_count": null,
|
| 812 |
+
"variants": null
|
| 813 |
+
},
|
| 814 |
+
{
|
| 815 |
+
"complexity": "simple",
|
| 816 |
+
"field_count": null,
|
| 817 |
+
"fields": null,
|
| 818 |
+
"item_type": "function",
|
| 819 |
+
"name": "imp",
|
| 820 |
+
"param_count": 1,
|
| 821 |
+
"parameters": [
|
| 822 |
+
{
|
| 823 |
+
"name": "param_0",
|
| 824 |
+
"param_type": "unknown"
|
| 825 |
+
}
|
| 826 |
+
],
|
| 827 |
+
"variant_count": null,
|
| 828 |
+
"variants": null
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"complexity": "simple",
|
| 832 |
+
"field_count": 0,
|
| 833 |
+
"fields": [],
|
| 834 |
+
"item_type": "struct",
|
| 835 |
+
"name": "RareByteOffsets",
|
| 836 |
+
"param_count": null,
|
| 837 |
+
"parameters": null,
|
| 838 |
+
"variant_count": null,
|
| 839 |
+
"variants": null
|
| 840 |
+
},
|
| 841 |
+
{
|
| 842 |
+
"complexity": "simple",
|
| 843 |
+
"field_count": null,
|
| 844 |
+
"fields": null,
|
| 845 |
+
"item_type": "function",
|
| 846 |
+
"name": "enforce_anchored_consistency",
|
| 847 |
+
"param_count": 2,
|
| 848 |
+
"parameters": [
|
| 849 |
+
{
|
| 850 |
+
"name": "param_0",
|
| 851 |
+
"param_type": "unknown"
|
| 852 |
+
},
|
| 853 |
+
{
|
| 854 |
+
"name": "param_1",
|
| 855 |
+
"param_type": "unknown"
|
| 856 |
+
}
|
| 857 |
+
],
|
| 858 |
+
"variant_count": null,
|
| 859 |
+
"variants": null
|
| 860 |
+
},
|
| 861 |
+
{
|
| 862 |
+
"complexity": "simple",
|
| 863 |
+
"field_count": 0,
|
| 864 |
+
"fields": [],
|
| 865 |
+
"item_type": "struct",
|
| 866 |
+
"name": "ByteClassSet",
|
| 867 |
+
"param_count": null,
|
| 868 |
+
"parameters": null,
|
| 869 |
+
"variant_count": null,
|
| 870 |
+
"variants": null
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"complexity": "simple",
|
| 874 |
+
"field_count": null,
|
| 875 |
+
"fields": null,
|
| 876 |
+
"item_type": "function",
|
| 877 |
+
"name": "freq_rank",
|
| 878 |
+
"param_count": 1,
|
| 879 |
+
"parameters": [
|
| 880 |
+
{
|
| 881 |
+
"name": "param_0",
|
| 882 |
+
"param_type": "unknown"
|
| 883 |
+
}
|
| 884 |
+
],
|
| 885 |
+
"variant_count": null,
|
| 886 |
+
"variants": null
|
| 887 |
+
},
|
| 888 |
+
{
|
| 889 |
+
"complexity": "simple",
|
| 890 |
+
"field_count": null,
|
| 891 |
+
"fields": null,
|
| 892 |
+
"item_type": "enum",
|
| 893 |
+
"name": "StreamChunk",
|
| 894 |
+
"param_count": null,
|
| 895 |
+
"parameters": null,
|
| 896 |
+
"variant_count": 0,
|
| 897 |
+
"variants": []
|
| 898 |
+
},
|
| 899 |
+
{
|
| 900 |
+
"complexity": "simple",
|
| 901 |
+
"field_count": 0,
|
| 902 |
+
"fields": [],
|
| 903 |
+
"item_type": "struct",
|
| 904 |
+
"name": "RareBytesBuilder",
|
| 905 |
+
"param_count": null,
|
| 906 |
+
"parameters": null,
|
| 907 |
+
"variant_count": null,
|
| 908 |
+
"variants": null
|
| 909 |
+
},
|
| 910 |
+
{
|
| 911 |
+
"complexity": "simple",
|
| 912 |
+
"field_count": 0,
|
| 913 |
+
"fields": [],
|
| 914 |
+
"item_type": "struct",
|
| 915 |
+
"name": "Special",
|
| 916 |
+
"param_count": null,
|
| 917 |
+
"parameters": null,
|
| 918 |
+
"variant_count": null,
|
| 919 |
+
"variants": null
|
| 920 |
+
},
|
| 921 |
+
{
|
| 922 |
+
"complexity": "simple",
|
| 923 |
+
"field_count": 0,
|
| 924 |
+
"fields": [],
|
| 925 |
+
"item_type": "struct",
|
| 926 |
+
"name": "Teddy",
|
| 927 |
+
"param_count": null,
|
| 928 |
+
"parameters": null,
|
| 929 |
+
"variant_count": null,
|
| 930 |
+
"variants": null
|
| 931 |
+
},
|
| 932 |
+
{
|
| 933 |
+
"complexity": "simple",
|
| 934 |
+
"field_count": 0,
|
| 935 |
+
"fields": [],
|
| 936 |
+
"item_type": "struct",
|
| 937 |
+
"name": "ByteClassElements",
|
| 938 |
+
"param_count": null,
|
| 939 |
+
"parameters": null,
|
| 940 |
+
"variant_count": null,
|
| 941 |
+
"variants": null
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"complexity": "simple",
|
| 945 |
+
"field_count": 0,
|
| 946 |
+
"fields": [],
|
| 947 |
+
"item_type": "struct",
|
| 948 |
+
"name": "StartBytesOne",
|
| 949 |
+
"param_count": null,
|
| 950 |
+
"parameters": null,
|
| 951 |
+
"variant_count": null,
|
| 952 |
+
"variants": null
|
| 953 |
+
},
|
| 954 |
+
{
|
| 955 |
+
"complexity": "simple",
|
| 956 |
+
"field_count": 0,
|
| 957 |
+
"fields": [],
|
| 958 |
+
"item_type": "struct",
|
| 959 |
+
"name": "SlimSSSE3",
|
| 960 |
+
"param_count": null,
|
| 961 |
+
"parameters": null,
|
| 962 |
+
"variant_count": null,
|
| 963 |
+
"variants": null
|
| 964 |
+
},
|
| 965 |
+
{
|
| 966 |
+
"complexity": "simple",
|
| 967 |
+
"field_count": null,
|
| 968 |
+
"fields": null,
|
| 969 |
+
"item_type": "function",
|
| 970 |
+
"name": "opposite_ascii_case",
|
| 971 |
+
"param_count": 1,
|
| 972 |
+
"parameters": [
|
| 973 |
+
{
|
| 974 |
+
"name": "param_0",
|
| 975 |
+
"param_type": "unknown"
|
| 976 |
+
}
|
| 977 |
+
],
|
| 978 |
+
"variant_count": null,
|
| 979 |
+
"variants": null
|
| 980 |
+
},
|
| 981 |
+
{
|
| 982 |
+
"complexity": "simple",
|
| 983 |
+
"field_count": 0,
|
| 984 |
+
"fields": [],
|
| 985 |
+
"item_type": "struct",
|
| 986 |
+
"name": "BitSet",
|
| 987 |
+
"param_count": null,
|
| 988 |
+
"parameters": null,
|
| 989 |
+
"variant_count": null,
|
| 990 |
+
"variants": null
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"complexity": "simple",
|
| 994 |
+
"field_count": 0,
|
| 995 |
+
"fields": [],
|
| 996 |
+
"item_type": "struct",
|
| 997 |
+
"name": "SmallIndexIter",
|
| 998 |
+
"param_count": null,
|
| 999 |
+
"parameters": null,
|
| 1000 |
+
"variant_count": null,
|
| 1001 |
+
"variants": null
|
| 1002 |
+
},
|
| 1003 |
+
{
|
| 1004 |
+
"complexity": "simple",
|
| 1005 |
+
"field_count": null,
|
| 1006 |
+
"fields": null,
|
| 1007 |
+
"item_type": "enum",
|
| 1008 |
+
"name": "SearchKind",
|
| 1009 |
+
"param_count": null,
|
| 1010 |
+
"parameters": null,
|
| 1011 |
+
"variant_count": 0,
|
| 1012 |
+
"variants": []
|
| 1013 |
+
},
|
| 1014 |
+
{
|
| 1015 |
+
"complexity": "simple",
|
| 1016 |
+
"field_count": null,
|
| 1017 |
+
"fields": null,
|
| 1018 |
+
"item_type": "enum",
|
| 1019 |
+
"name": "StateTrans",
|
| 1020 |
+
"param_count": null,
|
| 1021 |
+
"parameters": null,
|
| 1022 |
+
"variant_count": 0,
|
| 1023 |
+
"variants": []
|
| 1024 |
+
},
|
| 1025 |
+
{
|
| 1026 |
+
"complexity": "simple",
|
| 1027 |
+
"field_count": 0,
|
| 1028 |
+
"fields": [],
|
| 1029 |
+
"item_type": "struct",
|
| 1030 |
+
"name": "Input",
|
| 1031 |
+
"param_count": null,
|
| 1032 |
+
"parameters": null,
|
| 1033 |
+
"variant_count": null,
|
| 1034 |
+
"variants": null
|
| 1035 |
+
},
|
| 1036 |
+
{
|
| 1037 |
+
"complexity": "medium",
|
| 1038 |
+
"field_count": null,
|
| 1039 |
+
"fields": null,
|
| 1040 |
+
"item_type": "function",
|
| 1041 |
+
"name": "try_find_overlapping_fwd_imp",
|
| 1042 |
+
"param_count": 4,
|
| 1043 |
+
"parameters": [
|
| 1044 |
+
{
|
| 1045 |
+
"name": "param_0",
|
| 1046 |
+
"param_type": "unknown"
|
| 1047 |
+
},
|
| 1048 |
+
{
|
| 1049 |
+
"name": "param_1",
|
| 1050 |
+
"param_type": "unknown"
|
| 1051 |
+
},
|
| 1052 |
+
{
|
| 1053 |
+
"name": "param_2",
|
| 1054 |
+
"param_type": "unknown"
|
| 1055 |
+
},
|
| 1056 |
+
{
|
| 1057 |
+
"name": "param_3",
|
| 1058 |
+
"param_type": "unknown"
|
| 1059 |
+
}
|
| 1060 |
+
],
|
| 1061 |
+
"variant_count": null,
|
| 1062 |
+
"variants": null
|
| 1063 |
+
},
|
| 1064 |
+
{
|
| 1065 |
+
"complexity": "simple",
|
| 1066 |
+
"field_count": 0,
|
| 1067 |
+
"fields": [],
|
| 1068 |
+
"item_type": "struct",
|
| 1069 |
+
"name": "PatternIter",
|
| 1070 |
+
"param_count": null,
|
| 1071 |
+
"parameters": null,
|
| 1072 |
+
"variant_count": null,
|
| 1073 |
+
"variants": null
|
| 1074 |
+
},
|
| 1075 |
+
{
|
| 1076 |
+
"complexity": "simple",
|
| 1077 |
+
"field_count": 0,
|
| 1078 |
+
"fields": [],
|
| 1079 |
+
"item_type": "struct",
|
| 1080 |
+
"name": "Patterns",
|
| 1081 |
+
"param_count": null,
|
| 1082 |
+
"parameters": null,
|
| 1083 |
+
"variant_count": null,
|
| 1084 |
+
"variants": null
|
| 1085 |
+
},
|
| 1086 |
+
{
|
| 1087 |
+
"complexity": "simple",
|
| 1088 |
+
"field_count": 0,
|
| 1089 |
+
"fields": [],
|
| 1090 |
+
"item_type": "struct",
|
| 1091 |
+
"name": "StreamChunkIter",
|
| 1092 |
+
"param_count": null,
|
| 1093 |
+
"parameters": null,
|
| 1094 |
+
"variant_count": null,
|
| 1095 |
+
"variants": null
|
| 1096 |
+
},
|
| 1097 |
+
{
|
| 1098 |
+
"complexity": "simple",
|
| 1099 |
+
"field_count": 0,
|
| 1100 |
+
"fields": [],
|
| 1101 |
+
"item_type": "struct",
|
| 1102 |
+
"name": "FatMaskBuilder",
|
| 1103 |
+
"param_count": null,
|
| 1104 |
+
"parameters": null,
|
| 1105 |
+
"variant_count": null,
|
| 1106 |
+
"variants": null
|
| 1107 |
+
},
|
| 1108 |
+
{
|
| 1109 |
+
"complexity": "simple",
|
| 1110 |
+
"field_count": 0,
|
| 1111 |
+
"fields": [],
|
| 1112 |
+
"item_type": "struct",
|
| 1113 |
+
"name": "Packed",
|
| 1114 |
+
"param_count": null,
|
| 1115 |
+
"parameters": null,
|
| 1116 |
+
"variant_count": null,
|
| 1117 |
+
"variants": null
|
| 1118 |
+
},
|
| 1119 |
+
{
|
| 1120 |
+
"complexity": "simple",
|
| 1121 |
+
"field_count": 0,
|
| 1122 |
+
"fields": [],
|
| 1123 |
+
"item_type": "struct",
|
| 1124 |
+
"name": "State",
|
| 1125 |
+
"param_count": null,
|
| 1126 |
+
"parameters": null,
|
| 1127 |
+
"variant_count": null,
|
| 1128 |
+
"variants": null
|
| 1129 |
+
},
|
| 1130 |
+
{
|
| 1131 |
+
"complexity": "simple",
|
| 1132 |
+
"field_count": 0,
|
| 1133 |
+
"fields": [],
|
| 1134 |
+
"item_type": "struct",
|
| 1135 |
+
"name": "RareByteOffset",
|
| 1136 |
+
"param_count": null,
|
| 1137 |
+
"parameters": null,
|
| 1138 |
+
"variant_count": null,
|
| 1139 |
+
"variants": null
|
| 1140 |
+
},
|
| 1141 |
+
{
|
| 1142 |
+
"complexity": "simple",
|
| 1143 |
+
"field_count": 0,
|
| 1144 |
+
"fields": [],
|
| 1145 |
+
"item_type": "struct",
|
| 1146 |
+
"name": "ByteClassIter",
|
| 1147 |
+
"param_count": null,
|
| 1148 |
+
"parameters": null,
|
| 1149 |
+
"variant_count": null,
|
| 1150 |
+
"variants": null
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"complexity": "simple",
|
| 1154 |
+
"field_count": 0,
|
| 1155 |
+
"fields": [],
|
| 1156 |
+
"item_type": "struct",
|
| 1157 |
+
"name": "FindIter",
|
| 1158 |
+
"param_count": null,
|
| 1159 |
+
"parameters": null,
|
| 1160 |
+
"variant_count": null,
|
| 1161 |
+
"variants": null
|
| 1162 |
+
},
|
| 1163 |
+
{
|
| 1164 |
+
"complexity": "simple",
|
| 1165 |
+
"field_count": 0,
|
| 1166 |
+
"fields": [],
|
| 1167 |
+
"item_type": "struct",
|
| 1168 |
+
"name": "StartBytesTwo",
|
| 1169 |
+
"param_count": null,
|
| 1170 |
+
"parameters": null,
|
| 1171 |
+
"variant_count": null,
|
| 1172 |
+
"variants": null
|
| 1173 |
+
},
|
| 1174 |
+
{
|
| 1175 |
+
"complexity": "simple",
|
| 1176 |
+
"field_count": null,
|
| 1177 |
+
"fields": null,
|
| 1178 |
+
"item_type": "enum",
|
| 1179 |
+
"name": "AhoCorasickKind",
|
| 1180 |
+
"param_count": null,
|
| 1181 |
+
"parameters": null,
|
| 1182 |
+
"variant_count": 0,
|
| 1183 |
+
"variants": []
|
| 1184 |
+
},
|
| 1185 |
+
{
|
| 1186 |
+
"complexity": "simple",
|
| 1187 |
+
"field_count": 0,
|
| 1188 |
+
"fields": [],
|
| 1189 |
+
"item_type": "struct",
|
| 1190 |
+
"name": "Memmem",
|
| 1191 |
+
"param_count": null,
|
| 1192 |
+
"parameters": null,
|
| 1193 |
+
"variant_count": null,
|
| 1194 |
+
"variants": null
|
| 1195 |
+
},
|
| 1196 |
+
{
|
| 1197 |
+
"complexity": "simple",
|
| 1198 |
+
"field_count": 0,
|
| 1199 |
+
"fields": [],
|
| 1200 |
+
"item_type": "struct",
|
| 1201 |
+
"name": "Compiler",
|
| 1202 |
+
"param_count": null,
|
| 1203 |
+
"parameters": null,
|
| 1204 |
+
"variant_count": null,
|
| 1205 |
+
"variants": null
|
| 1206 |
+
},
|
| 1207 |
+
{
|
| 1208 |
+
"complexity": "simple",
|
| 1209 |
+
"field_count": 0,
|
| 1210 |
+
"fields": [],
|
| 1211 |
+
"item_type": "struct",
|
| 1212 |
+
"name": "DebugByte",
|
| 1213 |
+
"param_count": null,
|
| 1214 |
+
"parameters": null,
|
| 1215 |
+
"variant_count": null,
|
| 1216 |
+
"variants": null
|
| 1217 |
+
},
|
| 1218 |
+
{
|
| 1219 |
+
"complexity": "simple",
|
| 1220 |
+
"field_count": 0,
|
| 1221 |
+
"fields": [],
|
| 1222 |
+
"item_type": "struct",
|
| 1223 |
+
"name": "StateIDIter",
|
| 1224 |
+
"param_count": null,
|
| 1225 |
+
"parameters": null,
|
| 1226 |
+
"variant_count": null,
|
| 1227 |
+
"variants": null
|
| 1228 |
+
},
|
| 1229 |
+
{
|
| 1230 |
+
"complexity": "simple",
|
| 1231 |
+
"field_count": 0,
|
| 1232 |
+
"fields": [],
|
| 1233 |
+
"item_type": "struct",
|
| 1234 |
+
"name": "SlimMaskBuilder",
|
| 1235 |
+
"param_count": null,
|
| 1236 |
+
"parameters": null,
|
| 1237 |
+
"variant_count": null,
|
| 1238 |
+
"variants": null
|
| 1239 |
+
},
|
| 1240 |
+
{
|
| 1241 |
+
"complexity": "simple",
|
| 1242 |
+
"field_count": null,
|
| 1243 |
+
"fields": null,
|
| 1244 |
+
"item_type": "function",
|
| 1245 |
+
"name": "u32_len",
|
| 1246 |
+
"param_count": 1,
|
| 1247 |
+
"parameters": [
|
| 1248 |
+
{
|
| 1249 |
+
"name": "param_0",
|
| 1250 |
+
"param_type": "unknown"
|
| 1251 |
+
}
|
| 1252 |
+
],
|
| 1253 |
+
"variant_count": null,
|
| 1254 |
+
"variants": null
|
| 1255 |
+
}
|
| 1256 |
+
]
|
| 1257 |
+
}
|
crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_constants.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "aho_corasick",
|
| 3 |
+
"module": "constants",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "PATTERN_LIMIT",
|
| 7 |
+
"kind": "const_decl",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "ConstDecl",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "aho_corasick",
|
| 12 |
+
"used_def_id": "PATTERN_LIMIT",
|
| 13 |
+
"user_crate": "aho_corasick",
|
| 14 |
+
"used_crate": null
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "NUM_BUCKETS",
|
| 18 |
+
"kind": "const_decl",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "ConstDecl",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "aho_corasick",
|
| 23 |
+
"used_def_id": "NUM_BUCKETS",
|
| 24 |
+
"user_crate": "aho_corasick",
|
| 25 |
+
"used_crate": null
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "DEFAULT_BUFFER_CAPACITY",
|
| 29 |
+
"kind": "const_decl",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "ConstDecl",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "aho_corasick",
|
| 34 |
+
"used_def_id": "DEFAULT_BUFFER_CAPACITY",
|
| 35 |
+
"user_crate": "aho_corasick",
|
| 36 |
+
"used_crate": null
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "BYTE_FREQUENCIES",
|
| 40 |
+
"kind": "const_decl",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "ConstDecl",
|
| 43 |
+
"node_type": "Item",
|
| 44 |
+
"user_def_id": "aho_corasick",
|
| 45 |
+
"used_def_id": "BYTE_FREQUENCIES",
|
| 46 |
+
"user_crate": "aho_corasick",
|
| 47 |
+
"used_crate": null
|
| 48 |
+
}
|
| 49 |
+
]
|
| 50 |
+
}
|
crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_dfa.json
ADDED
|
@@ -0,0 +1,303 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "aho_corasick",
|
| 3 |
+
"module": "dfa",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "iter_trans",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 12 |
+
"used_def_id": "DefId(0:577 ~ aho_corasick[5c22]::nfa::noncontiguous::{impl#1}::iter_trans)",
|
| 13 |
+
"user_crate": "aho_corasick",
|
| 14 |
+
"used_crate": "aho_corasick"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "None",
|
| 18 |
+
"kind": "enum_variant_usage",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "EnumVariant",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 23 |
+
"used_def_id": "DefId(1:49374 ~ core[4720]::option::Option::None)",
|
| 24 |
+
"user_crate": "aho_corasick",
|
| 25 |
+
"used_crate": "core"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "Some",
|
| 29 |
+
"kind": "enum_variant_usage",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "EnumVariant",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 34 |
+
"used_def_id": "DefId(1:49376 ~ core[4720]::option::Option::Some)",
|
| 35 |
+
"user_crate": "aho_corasick",
|
| 36 |
+
"used_crate": "core"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "from",
|
| 40 |
+
"kind": "method_call",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "MethodCall",
|
| 43 |
+
"node_type": "Item",
|
| 44 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 45 |
+
"used_def_id": "DefId(1:3435 ~ core[4720]::convert::From::from)",
|
| 46 |
+
"user_crate": "aho_corasick",
|
| 47 |
+
"used_crate": "core"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"symbol": "byte",
|
| 51 |
+
"kind": "method_call",
|
| 52 |
+
"usage_count": 1,
|
| 53 |
+
"usage_type": "MethodCall",
|
| 54 |
+
"node_type": "Item",
|
| 55 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 56 |
+
"used_def_id": "DefId(0:622 ~ aho_corasick[5c22]::nfa::noncontiguous::{impl#4}::byte)",
|
| 57 |
+
"user_crate": "aho_corasick",
|
| 58 |
+
"used_crate": "aho_corasick"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"symbol": "as_u8",
|
| 62 |
+
"kind": "method_call",
|
| 63 |
+
"usage_count": 1,
|
| 64 |
+
"usage_type": "MethodCall",
|
| 65 |
+
"node_type": "Item",
|
| 66 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 67 |
+
"used_def_id": "DefId(0:1280 ~ aho_corasick[5c22]::util::int::Usize::as_u8)",
|
| 68 |
+
"user_crate": "aho_corasick",
|
| 69 |
+
"used_crate": "aho_corasick"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"symbol": "get",
|
| 73 |
+
"kind": "method_call",
|
| 74 |
+
"usage_count": 1,
|
| 75 |
+
"usage_type": "MethodCall",
|
| 76 |
+
"node_type": "Item",
|
| 77 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 78 |
+
"used_def_id": "DefId(0:1138 ~ aho_corasick[5c22]::util::alphabet::{impl#0}::get)",
|
| 79 |
+
"user_crate": "aho_corasick",
|
| 80 |
+
"used_crate": "aho_corasick"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"symbol": "ne",
|
| 84 |
+
"kind": "method_call",
|
| 85 |
+
"usage_count": 1,
|
| 86 |
+
"usage_type": "MethodCall",
|
| 87 |
+
"node_type": "Item",
|
| 88 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 89 |
+
"used_def_id": "DefId(1:3216 ~ core[4720]::cmp::PartialEq::ne)",
|
| 90 |
+
"user_crate": "aho_corasick",
|
| 91 |
+
"used_crate": "core"
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"symbol": "call_mut",
|
| 95 |
+
"kind": "method_call",
|
| 96 |
+
"usage_count": 1,
|
| 97 |
+
"usage_type": "MethodCall",
|
| 98 |
+
"node_type": "Item",
|
| 99 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 100 |
+
"used_def_id": "DefId(1:3985 ~ core[4720]::ops::function::FnMut::call_mut)",
|
| 101 |
+
"user_crate": "aho_corasick",
|
| 102 |
+
"used_crate": "core"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"symbol": "FAIL",
|
| 106 |
+
"kind": "other_usage",
|
| 107 |
+
"usage_count": 1,
|
| 108 |
+
"usage_type": "AssocConstAccess",
|
| 109 |
+
"node_type": "Item",
|
| 110 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 111 |
+
"used_def_id": "DefId(0:569 ~ aho_corasick[5c22]::nfa::noncontiguous::{impl#1}::FAIL)",
|
| 112 |
+
"user_crate": "aho_corasick",
|
| 113 |
+
"used_crate": "aho_corasick"
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"symbol": "byte",
|
| 117 |
+
"kind": "method_call",
|
| 118 |
+
"usage_count": 1,
|
| 119 |
+
"usage_type": "MethodCall",
|
| 120 |
+
"node_type": "Item",
|
| 121 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 122 |
+
"used_def_id": "DefId(0:622 ~ aho_corasick[5c22]::nfa::noncontiguous::{impl#4}::byte)",
|
| 123 |
+
"user_crate": "aho_corasick",
|
| 124 |
+
"used_crate": "aho_corasick"
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"symbol": "get",
|
| 128 |
+
"kind": "method_call",
|
| 129 |
+
"usage_count": 1,
|
| 130 |
+
"usage_type": "MethodCall",
|
| 131 |
+
"node_type": "Item",
|
| 132 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 133 |
+
"used_def_id": "DefId(0:1138 ~ aho_corasick[5c22]::util::alphabet::{impl#0}::get)",
|
| 134 |
+
"user_crate": "aho_corasick",
|
| 135 |
+
"used_crate": "aho_corasick"
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"symbol": "ne",
|
| 139 |
+
"kind": "method_call",
|
| 140 |
+
"usage_count": 1,
|
| 141 |
+
"usage_type": "MethodCall",
|
| 142 |
+
"node_type": "Item",
|
| 143 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 144 |
+
"used_def_id": "DefId(1:3216 ~ core[4720]::cmp::PartialEq::ne)",
|
| 145 |
+
"user_crate": "aho_corasick",
|
| 146 |
+
"used_crate": "core"
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"symbol": "call_mut",
|
| 150 |
+
"kind": "method_call",
|
| 151 |
+
"usage_count": 1,
|
| 152 |
+
"usage_type": "MethodCall",
|
| 153 |
+
"node_type": "Item",
|
| 154 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 155 |
+
"used_def_id": "DefId(1:3985 ~ core[4720]::ops::function::FnMut::call_mut)",
|
| 156 |
+
"user_crate": "aho_corasick",
|
| 157 |
+
"used_crate": "core"
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"symbol": "next",
|
| 161 |
+
"kind": "method_call",
|
| 162 |
+
"usage_count": 1,
|
| 163 |
+
"usage_type": "MethodCall",
|
| 164 |
+
"node_type": "Item",
|
| 165 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 166 |
+
"used_def_id": "DefId(0:623 ~ aho_corasick[5c22]::nfa::noncontiguous::{impl#4}::next)",
|
| 167 |
+
"user_crate": "aho_corasick",
|
| 168 |
+
"used_crate": "aho_corasick"
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"symbol": "next",
|
| 172 |
+
"kind": "method_call",
|
| 173 |
+
"usage_count": 1,
|
| 174 |
+
"usage_type": "MethodCall",
|
| 175 |
+
"node_type": "Item",
|
| 176 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 177 |
+
"used_def_id": "DefId(1:9429 ~ core[4720]::iter::traits::iterator::Iterator::next)",
|
| 178 |
+
"user_crate": "aho_corasick",
|
| 179 |
+
"used_crate": "core"
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"symbol": "into_iter",
|
| 183 |
+
"kind": "method_call",
|
| 184 |
+
"usage_count": 1,
|
| 185 |
+
"usage_type": "MethodCall",
|
| 186 |
+
"node_type": "Item",
|
| 187 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 188 |
+
"used_def_id": "DefId(1:9297 ~ core[4720]::iter::traits::collect::IntoIterator::into_iter)",
|
| 189 |
+
"user_crate": "aho_corasick",
|
| 190 |
+
"used_crate": "core"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"symbol": "new",
|
| 194 |
+
"kind": "method_call",
|
| 195 |
+
"usage_count": 1,
|
| 196 |
+
"usage_type": "MethodCall",
|
| 197 |
+
"node_type": "Item",
|
| 198 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 199 |
+
"used_def_id": "DefId(1:4093 ~ core[4720]::ops::range::{impl#7}::new)",
|
| 200 |
+
"user_crate": "aho_corasick",
|
| 201 |
+
"used_crate": "core"
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"symbol": "None",
|
| 205 |
+
"kind": "enum_variant_usage",
|
| 206 |
+
"usage_count": 1,
|
| 207 |
+
"usage_type": "EnumVariant",
|
| 208 |
+
"node_type": "Item",
|
| 209 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 210 |
+
"used_def_id": "DefId(1:49374 ~ core[4720]::option::Option::None)",
|
| 211 |
+
"user_crate": "aho_corasick",
|
| 212 |
+
"used_crate": "core"
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"symbol": "Some",
|
| 216 |
+
"kind": "enum_variant_usage",
|
| 217 |
+
"usage_count": 1,
|
| 218 |
+
"usage_type": "EnumVariant",
|
| 219 |
+
"node_type": "Item",
|
| 220 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 221 |
+
"used_def_id": "DefId(1:49376 ~ core[4720]::option::Option::Some)",
|
| 222 |
+
"user_crate": "aho_corasick",
|
| 223 |
+
"used_crate": "core"
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"symbol": "as_u8",
|
| 227 |
+
"kind": "method_call",
|
| 228 |
+
"usage_count": 1,
|
| 229 |
+
"usage_type": "MethodCall",
|
| 230 |
+
"node_type": "Item",
|
| 231 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 232 |
+
"used_def_id": "DefId(0:1280 ~ aho_corasick[5c22]::util::int::Usize::as_u8)",
|
| 233 |
+
"user_crate": "aho_corasick",
|
| 234 |
+
"used_crate": "aho_corasick"
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"symbol": "get",
|
| 238 |
+
"kind": "method_call",
|
| 239 |
+
"usage_count": 1,
|
| 240 |
+
"usage_type": "MethodCall",
|
| 241 |
+
"node_type": "Item",
|
| 242 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 243 |
+
"used_def_id": "DefId(0:1138 ~ aho_corasick[5c22]::util::alphabet::{impl#0}::get)",
|
| 244 |
+
"user_crate": "aho_corasick",
|
| 245 |
+
"used_crate": "aho_corasick"
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"symbol": "ne",
|
| 249 |
+
"kind": "method_call",
|
| 250 |
+
"usage_count": 1,
|
| 251 |
+
"usage_type": "MethodCall",
|
| 252 |
+
"node_type": "Item",
|
| 253 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 254 |
+
"used_def_id": "DefId(1:3216 ~ core[4720]::cmp::PartialEq::ne)",
|
| 255 |
+
"user_crate": "aho_corasick",
|
| 256 |
+
"used_crate": "core"
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"symbol": "call_mut",
|
| 260 |
+
"kind": "method_call",
|
| 261 |
+
"usage_count": 1,
|
| 262 |
+
"usage_type": "MethodCall",
|
| 263 |
+
"node_type": "Item",
|
| 264 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 265 |
+
"used_def_id": "DefId(1:3985 ~ core[4720]::ops::function::FnMut::call_mut)",
|
| 266 |
+
"user_crate": "aho_corasick",
|
| 267 |
+
"used_crate": "core"
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"symbol": "FAIL",
|
| 271 |
+
"kind": "other_usage",
|
| 272 |
+
"usage_count": 1,
|
| 273 |
+
"usage_type": "AssocConstAccess",
|
| 274 |
+
"node_type": "Item",
|
| 275 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 276 |
+
"used_def_id": "DefId(0:569 ~ aho_corasick[5c22]::nfa::noncontiguous::{impl#1}::FAIL)",
|
| 277 |
+
"user_crate": "aho_corasick",
|
| 278 |
+
"used_crate": "aho_corasick"
|
| 279 |
+
},
|
| 280 |
+
{
|
| 281 |
+
"symbol": "next",
|
| 282 |
+
"kind": "method_call",
|
| 283 |
+
"usage_count": 1,
|
| 284 |
+
"usage_type": "MethodCall",
|
| 285 |
+
"node_type": "Item",
|
| 286 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 287 |
+
"used_def_id": "DefId(1:9429 ~ core[4720]::iter::traits::iterator::Iterator::next)",
|
| 288 |
+
"user_crate": "aho_corasick",
|
| 289 |
+
"used_crate": "core"
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"symbol": "into_iter",
|
| 293 |
+
"kind": "method_call",
|
| 294 |
+
"usage_count": 1,
|
| 295 |
+
"usage_type": "MethodCall",
|
| 296 |
+
"node_type": "Item",
|
| 297 |
+
"user_def_id": "DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 298 |
+
"used_def_id": "DefId(1:9297 ~ core[4720]::iter::traits::collect::IntoIterator::into_iter)",
|
| 299 |
+
"user_crate": "aho_corasick",
|
| 300 |
+
"used_crate": "core"
|
| 301 |
+
}
|
| 302 |
+
]
|
| 303 |
+
}
|
crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_enums.json
ADDED
|
@@ -0,0 +1,138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "aho_corasick",
|
| 3 |
+
"module": "enums",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "AhoCorasickKind",
|
| 7 |
+
"kind": "enum_decl",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "EnumDecl",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "aho_corasick",
|
| 12 |
+
"used_def_id": "AhoCorasickKind",
|
| 13 |
+
"user_crate": "aho_corasick",
|
| 14 |
+
"used_crate": null
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "StreamChunk",
|
| 18 |
+
"kind": "enum_decl",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "EnumDecl",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "aho_corasick",
|
| 23 |
+
"used_def_id": "StreamChunk",
|
| 24 |
+
"user_crate": "aho_corasick",
|
| 25 |
+
"used_crate": null
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "StateTrans",
|
| 29 |
+
"kind": "enum_decl",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "EnumDecl",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "aho_corasick",
|
| 34 |
+
"used_def_id": "StateTrans",
|
| 35 |
+
"user_crate": "aho_corasick",
|
| 36 |
+
"used_crate": null
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "MatchKind",
|
| 40 |
+
"kind": "enum_decl",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "EnumDecl",
|
| 43 |
+
"node_type": "Item",
|
| 44 |
+
"user_def_id": "aho_corasick",
|
| 45 |
+
"used_def_id": "MatchKind",
|
| 46 |
+
"user_crate": "aho_corasick",
|
| 47 |
+
"used_crate": null
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"symbol": "ForceAlgorithm",
|
| 51 |
+
"kind": "enum_decl",
|
| 52 |
+
"usage_count": 1,
|
| 53 |
+
"usage_type": "EnumDecl",
|
| 54 |
+
"node_type": "Item",
|
| 55 |
+
"user_def_id": "aho_corasick",
|
| 56 |
+
"used_def_id": "ForceAlgorithm",
|
| 57 |
+
"user_crate": "aho_corasick",
|
| 58 |
+
"used_crate": null
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"symbol": "SearchKind",
|
| 62 |
+
"kind": "enum_decl",
|
| 63 |
+
"usage_count": 1,
|
| 64 |
+
"usage_type": "EnumDecl",
|
| 65 |
+
"node_type": "Item",
|
| 66 |
+
"user_def_id": "aho_corasick",
|
| 67 |
+
"used_def_id": "SearchKind",
|
| 68 |
+
"user_crate": "aho_corasick",
|
| 69 |
+
"used_crate": null
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"symbol": "ErrorKind",
|
| 73 |
+
"kind": "enum_decl",
|
| 74 |
+
"usage_count": 1,
|
| 75 |
+
"usage_type": "EnumDecl",
|
| 76 |
+
"node_type": "Item",
|
| 77 |
+
"user_def_id": "aho_corasick",
|
| 78 |
+
"used_def_id": "ErrorKind",
|
| 79 |
+
"user_crate": "aho_corasick",
|
| 80 |
+
"used_crate": null
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"symbol": "MatchErrorKind",
|
| 84 |
+
"kind": "enum_decl",
|
| 85 |
+
"usage_count": 1,
|
| 86 |
+
"usage_type": "EnumDecl",
|
| 87 |
+
"node_type": "Item",
|
| 88 |
+
"user_def_id": "aho_corasick",
|
| 89 |
+
"used_def_id": "MatchErrorKind",
|
| 90 |
+
"user_crate": "aho_corasick",
|
| 91 |
+
"used_crate": null
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"symbol": "Candidate",
|
| 95 |
+
"kind": "enum_decl",
|
| 96 |
+
"usage_count": 1,
|
| 97 |
+
"usage_type": "EnumDecl",
|
| 98 |
+
"node_type": "Item",
|
| 99 |
+
"user_def_id": "aho_corasick",
|
| 100 |
+
"used_def_id": "Candidate",
|
| 101 |
+
"user_crate": "aho_corasick",
|
| 102 |
+
"used_crate": null
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"symbol": "Anchored",
|
| 106 |
+
"kind": "enum_decl",
|
| 107 |
+
"usage_count": 1,
|
| 108 |
+
"usage_type": "EnumDecl",
|
| 109 |
+
"node_type": "Item",
|
| 110 |
+
"user_def_id": "aho_corasick",
|
| 111 |
+
"used_def_id": "Anchored",
|
| 112 |
+
"user_crate": "aho_corasick",
|
| 113 |
+
"used_crate": null
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"symbol": "MatchKind",
|
| 117 |
+
"kind": "enum_decl",
|
| 118 |
+
"usage_count": 1,
|
| 119 |
+
"usage_type": "EnumDecl",
|
| 120 |
+
"node_type": "Item",
|
| 121 |
+
"user_def_id": "aho_corasick",
|
| 122 |
+
"used_def_id": "MatchKind",
|
| 123 |
+
"user_crate": "aho_corasick",
|
| 124 |
+
"used_crate": null
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"symbol": "StartKind",
|
| 128 |
+
"kind": "enum_decl",
|
| 129 |
+
"usage_count": 1,
|
| 130 |
+
"usage_type": "EnumDecl",
|
| 131 |
+
"node_type": "Item",
|
| 132 |
+
"user_def_id": "aho_corasick",
|
| 133 |
+
"used_def_id": "StartKind",
|
| 134 |
+
"user_crate": "aho_corasick",
|
| 135 |
+
"used_crate": null
|
| 136 |
+
}
|
| 137 |
+
]
|
| 138 |
+
}
|
crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_enums_classified.json
ADDED
|
@@ -0,0 +1,227 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "aho_corasick",
|
| 3 |
+
"enums": {
|
| 4 |
+
"range": {
|
| 5 |
+
"name": "range",
|
| 6 |
+
"variants": [
|
| 7 |
+
{
|
| 8 |
+
"enum_name": "range",
|
| 9 |
+
"variant_name": "Range",
|
| 10 |
+
"usage_classes": {
|
| 11 |
+
"string_conversion": 0,
|
| 12 |
+
"pattern_matching": 1,
|
| 13 |
+
"construction": 0,
|
| 14 |
+
"comparison": 0,
|
| 15 |
+
"debug_format": 0,
|
| 16 |
+
"serialization": 0,
|
| 17 |
+
"general": 3
|
| 18 |
+
},
|
| 19 |
+
"top_converters": {
|
| 20 |
+
"StructUsage": [
|
| 21 |
+
[
|
| 22 |
+
"DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 23 |
+
1
|
| 24 |
+
],
|
| 25 |
+
[
|
| 26 |
+
"DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 27 |
+
1
|
| 28 |
+
],
|
| 29 |
+
[
|
| 30 |
+
"DefId(0:336 ~ aho_corasick[5c22]::automaton::get_match)",
|
| 31 |
+
1
|
| 32 |
+
]
|
| 33 |
+
]
|
| 34 |
+
}
|
| 35 |
+
}
|
| 36 |
+
],
|
| 37 |
+
"total_usage_classes": {
|
| 38 |
+
"string_conversion": 0,
|
| 39 |
+
"pattern_matching": 1,
|
| 40 |
+
"construction": 0,
|
| 41 |
+
"comparison": 0,
|
| 42 |
+
"debug_format": 0,
|
| 43 |
+
"serialization": 0,
|
| 44 |
+
"general": 3
|
| 45 |
+
}
|
| 46 |
+
},
|
| 47 |
+
"{impl#1}": {
|
| 48 |
+
"name": "{impl#1}",
|
| 49 |
+
"variants": [
|
| 50 |
+
{
|
| 51 |
+
"enum_name": "{impl#1}",
|
| 52 |
+
"variant_name": "FAIL",
|
| 53 |
+
"usage_classes": {
|
| 54 |
+
"string_conversion": 0,
|
| 55 |
+
"pattern_matching": 0,
|
| 56 |
+
"construction": 0,
|
| 57 |
+
"comparison": 0,
|
| 58 |
+
"debug_format": 0,
|
| 59 |
+
"serialization": 0,
|
| 60 |
+
"general": 2
|
| 61 |
+
},
|
| 62 |
+
"top_converters": {
|
| 63 |
+
"AssocConstAccess": [
|
| 64 |
+
[
|
| 65 |
+
"DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 66 |
+
2
|
| 67 |
+
]
|
| 68 |
+
]
|
| 69 |
+
}
|
| 70 |
+
}
|
| 71 |
+
],
|
| 72 |
+
"total_usage_classes": {
|
| 73 |
+
"string_conversion": 0,
|
| 74 |
+
"pattern_matching": 0,
|
| 75 |
+
"construction": 0,
|
| 76 |
+
"comparison": 0,
|
| 77 |
+
"debug_format": 0,
|
| 78 |
+
"serialization": 0,
|
| 79 |
+
"general": 2
|
| 80 |
+
}
|
| 81 |
+
},
|
| 82 |
+
"ControlFlow": {
|
| 83 |
+
"name": "ControlFlow",
|
| 84 |
+
"variants": [
|
| 85 |
+
{
|
| 86 |
+
"enum_name": "ControlFlow",
|
| 87 |
+
"variant_name": "Continue",
|
| 88 |
+
"usage_classes": {
|
| 89 |
+
"string_conversion": 5,
|
| 90 |
+
"pattern_matching": 0,
|
| 91 |
+
"construction": 0,
|
| 92 |
+
"comparison": 0,
|
| 93 |
+
"debug_format": 0,
|
| 94 |
+
"serialization": 0,
|
| 95 |
+
"general": 3
|
| 96 |
+
},
|
| 97 |
+
"top_converters": {
|
| 98 |
+
"EnumVariant": [
|
| 99 |
+
[
|
| 100 |
+
"DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 101 |
+
5
|
| 102 |
+
],
|
| 103 |
+
[
|
| 104 |
+
"DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 105 |
+
1
|
| 106 |
+
],
|
| 107 |
+
[
|
| 108 |
+
"DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 109 |
+
1
|
| 110 |
+
]
|
| 111 |
+
]
|
| 112 |
+
}
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"enum_name": "ControlFlow",
|
| 116 |
+
"variant_name": "Break",
|
| 117 |
+
"usage_classes": {
|
| 118 |
+
"string_conversion": 5,
|
| 119 |
+
"pattern_matching": 0,
|
| 120 |
+
"construction": 0,
|
| 121 |
+
"comparison": 0,
|
| 122 |
+
"debug_format": 0,
|
| 123 |
+
"serialization": 0,
|
| 124 |
+
"general": 3
|
| 125 |
+
},
|
| 126 |
+
"top_converters": {
|
| 127 |
+
"EnumVariant": [
|
| 128 |
+
[
|
| 129 |
+
"DefId(0:338 ~ aho_corasick[5c22]::automaton::fmt_state_indicator)",
|
| 130 |
+
5
|
| 131 |
+
],
|
| 132 |
+
[
|
| 133 |
+
"DefId(0:330 ~ aho_corasick[5c22]::automaton::try_find_fwd_imp)",
|
| 134 |
+
1
|
| 135 |
+
],
|
| 136 |
+
[
|
| 137 |
+
"DefId(0:334 ~ aho_corasick[5c22]::automaton::try_find_overlapping_fwd_imp)",
|
| 138 |
+
1
|
| 139 |
+
]
|
| 140 |
+
]
|
| 141 |
+
}
|
| 142 |
+
}
|
| 143 |
+
],
|
| 144 |
+
"total_usage_classes": {
|
| 145 |
+
"string_conversion": 10,
|
| 146 |
+
"pattern_matching": 0,
|
| 147 |
+
"construction": 0,
|
| 148 |
+
"comparison": 0,
|
| 149 |
+
"debug_format": 0,
|
| 150 |
+
"serialization": 0,
|
| 151 |
+
"general": 6
|
| 152 |
+
}
|
| 153 |
+
},
|
| 154 |
+
"Option": {
|
| 155 |
+
"name": "Option",
|
| 156 |
+
"variants": [
|
| 157 |
+
{
|
| 158 |
+
"enum_name": "Option",
|
| 159 |
+
"variant_name": "None",
|
| 160 |
+
"usage_classes": {
|
| 161 |
+
"string_conversion": 0,
|
| 162 |
+
"pattern_matching": 0,
|
| 163 |
+
"construction": 0,
|
| 164 |
+
"comparison": 0,
|
| 165 |
+
"debug_format": 0,
|
| 166 |
+
"serialization": 0,
|
| 167 |
+
"general": 4
|
| 168 |
+
},
|
| 169 |
+
"top_converters": {
|
| 170 |
+
"EnumVariant": [
|
| 171 |
+
[
|
| 172 |
+
"DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 173 |
+
2
|
| 174 |
+
],
|
| 175 |
+
[
|
| 176 |
+
"DefId(0:1358 ~ aho_corasick[5c22]::util::prefilter::{impl#11}::build::imp)",
|
| 177 |
+
1
|
| 178 |
+
],
|
| 179 |
+
[
|
| 180 |
+
"DefId(0:1377 ~ aho_corasick[5c22]::util::prefilter::{impl#15}::build::imp)",
|
| 181 |
+
1
|
| 182 |
+
]
|
| 183 |
+
]
|
| 184 |
+
}
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"enum_name": "Option",
|
| 188 |
+
"variant_name": "Some",
|
| 189 |
+
"usage_classes": {
|
| 190 |
+
"string_conversion": 0,
|
| 191 |
+
"pattern_matching": 0,
|
| 192 |
+
"construction": 0,
|
| 193 |
+
"comparison": 0,
|
| 194 |
+
"debug_format": 0,
|
| 195 |
+
"serialization": 0,
|
| 196 |
+
"general": 4
|
| 197 |
+
},
|
| 198 |
+
"top_converters": {
|
| 199 |
+
"EnumVariant": [
|
| 200 |
+
[
|
| 201 |
+
"DefId(0:428 ~ aho_corasick[5c22]::dfa::sparse_iter)",
|
| 202 |
+
2
|
| 203 |
+
],
|
| 204 |
+
[
|
| 205 |
+
"DefId(0:1358 ~ aho_corasick[5c22]::util::prefilter::{impl#11}::build::imp)",
|
| 206 |
+
1
|
| 207 |
+
],
|
| 208 |
+
[
|
| 209 |
+
"DefId(0:1377 ~ aho_corasick[5c22]::util::prefilter::{impl#15}::build::imp)",
|
| 210 |
+
1
|
| 211 |
+
]
|
| 212 |
+
]
|
| 213 |
+
}
|
| 214 |
+
}
|
| 215 |
+
],
|
| 216 |
+
"total_usage_classes": {
|
| 217 |
+
"string_conversion": 0,
|
| 218 |
+
"pattern_matching": 0,
|
| 219 |
+
"construction": 0,
|
| 220 |
+
"comparison": 0,
|
| 221 |
+
"debug_format": 0,
|
| 222 |
+
"serialization": 0,
|
| 223 |
+
"general": 8
|
| 224 |
+
}
|
| 225 |
+
}
|
| 226 |
+
}
|
| 227 |
+
}
|
crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_literals.json
ADDED
|
@@ -0,0 +1,2877 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "aho_corasick",
|
| 3 |
+
"module": "literals",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "128",
|
| 7 |
+
"kind": "literal",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "NumericLiteral",
|
| 10 |
+
"node_type": "Expression",
|
| 11 |
+
"user_def_id": "const PATTERN_LIMIT",
|
| 12 |
+
"used_def_id": "128",
|
| 13 |
+
"user_crate": null,
|
| 14 |
+
"used_crate": null
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "64",
|
| 18 |
+
"kind": "literal",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "NumericLiteral",
|
| 21 |
+
"node_type": "Expression",
|
| 22 |
+
"user_def_id": "const NUM_BUCKETS",
|
| 23 |
+
"used_def_id": "64",
|
| 24 |
+
"user_crate": null,
|
| 25 |
+
"used_crate": null
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "64",
|
| 29 |
+
"kind": "literal",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "NumericLiteral",
|
| 32 |
+
"node_type": "Expression",
|
| 33 |
+
"user_def_id": "const DEFAULT_BUFFER_CAPACITY",
|
| 34 |
+
"used_def_id": "64",
|
| 35 |
+
"user_crate": null,
|
| 36 |
+
"used_crate": null
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "1",
|
| 40 |
+
"kind": "literal",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "NumericLiteral",
|
| 43 |
+
"node_type": "Expression",
|
| 44 |
+
"user_def_id": "const DEFAULT_BUFFER_CAPACITY",
|
| 45 |
+
"used_def_id": "1",
|
| 46 |
+
"user_crate": null,
|
| 47 |
+
"used_crate": null
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"symbol": "10",
|
| 51 |
+
"kind": "literal",
|
| 52 |
+
"usage_count": 1,
|
| 53 |
+
"usage_type": "NumericLiteral",
|
| 54 |
+
"node_type": "Expression",
|
| 55 |
+
"user_def_id": "const DEFAULT_BUFFER_CAPACITY",
|
| 56 |
+
"used_def_id": "10",
|
| 57 |
+
"user_crate": null,
|
| 58 |
+
"used_crate": null
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"symbol": "55",
|
| 62 |
+
"kind": "literal",
|
| 63 |
+
"usage_count": 1,
|
| 64 |
+
"usage_type": "NumericLiteral",
|
| 65 |
+
"node_type": "Expression",
|
| 66 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 67 |
+
"used_def_id": "55",
|
| 68 |
+
"user_crate": null,
|
| 69 |
+
"used_crate": null
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"symbol": "52",
|
| 73 |
+
"kind": "literal",
|
| 74 |
+
"usage_count": 1,
|
| 75 |
+
"usage_type": "NumericLiteral",
|
| 76 |
+
"node_type": "Expression",
|
| 77 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 78 |
+
"used_def_id": "52",
|
| 79 |
+
"user_crate": null,
|
| 80 |
+
"used_crate": null
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"symbol": "51",
|
| 84 |
+
"kind": "literal",
|
| 85 |
+
"usage_count": 1,
|
| 86 |
+
"usage_type": "NumericLiteral",
|
| 87 |
+
"node_type": "Expression",
|
| 88 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 89 |
+
"used_def_id": "51",
|
| 90 |
+
"user_crate": null,
|
| 91 |
+
"used_crate": null
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"symbol": "50",
|
| 95 |
+
"kind": "literal",
|
| 96 |
+
"usage_count": 1,
|
| 97 |
+
"usage_type": "NumericLiteral",
|
| 98 |
+
"node_type": "Expression",
|
| 99 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 100 |
+
"used_def_id": "50",
|
| 101 |
+
"user_crate": null,
|
| 102 |
+
"used_crate": null
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"symbol": "49",
|
| 106 |
+
"kind": "literal",
|
| 107 |
+
"usage_count": 1,
|
| 108 |
+
"usage_type": "NumericLiteral",
|
| 109 |
+
"node_type": "Expression",
|
| 110 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 111 |
+
"used_def_id": "49",
|
| 112 |
+
"user_crate": null,
|
| 113 |
+
"used_crate": null
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"symbol": "48",
|
| 117 |
+
"kind": "literal",
|
| 118 |
+
"usage_count": 1,
|
| 119 |
+
"usage_type": "NumericLiteral",
|
| 120 |
+
"node_type": "Expression",
|
| 121 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 122 |
+
"used_def_id": "48",
|
| 123 |
+
"user_crate": null,
|
| 124 |
+
"used_crate": null
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"symbol": "47",
|
| 128 |
+
"kind": "literal",
|
| 129 |
+
"usage_count": 1,
|
| 130 |
+
"usage_type": "NumericLiteral",
|
| 131 |
+
"node_type": "Expression",
|
| 132 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 133 |
+
"used_def_id": "47",
|
| 134 |
+
"user_crate": null,
|
| 135 |
+
"used_crate": null
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"symbol": "46",
|
| 139 |
+
"kind": "literal",
|
| 140 |
+
"usage_count": 1,
|
| 141 |
+
"usage_type": "NumericLiteral",
|
| 142 |
+
"node_type": "Expression",
|
| 143 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 144 |
+
"used_def_id": "46",
|
| 145 |
+
"user_crate": null,
|
| 146 |
+
"used_crate": null
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"symbol": "45",
|
| 150 |
+
"kind": "literal",
|
| 151 |
+
"usage_count": 1,
|
| 152 |
+
"usage_type": "NumericLiteral",
|
| 153 |
+
"node_type": "Expression",
|
| 154 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 155 |
+
"used_def_id": "45",
|
| 156 |
+
"user_crate": null,
|
| 157 |
+
"used_crate": null
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"symbol": "103",
|
| 161 |
+
"kind": "literal",
|
| 162 |
+
"usage_count": 1,
|
| 163 |
+
"usage_type": "NumericLiteral",
|
| 164 |
+
"node_type": "Expression",
|
| 165 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 166 |
+
"used_def_id": "103",
|
| 167 |
+
"user_crate": null,
|
| 168 |
+
"used_crate": null
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"symbol": "242",
|
| 172 |
+
"kind": "literal",
|
| 173 |
+
"usage_count": 1,
|
| 174 |
+
"usage_type": "NumericLiteral",
|
| 175 |
+
"node_type": "Expression",
|
| 176 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 177 |
+
"used_def_id": "242",
|
| 178 |
+
"user_crate": null,
|
| 179 |
+
"used_crate": null
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"symbol": "66",
|
| 183 |
+
"kind": "literal",
|
| 184 |
+
"usage_count": 1,
|
| 185 |
+
"usage_type": "NumericLiteral",
|
| 186 |
+
"node_type": "Expression",
|
| 187 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 188 |
+
"used_def_id": "66",
|
| 189 |
+
"user_crate": null,
|
| 190 |
+
"used_crate": null
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"symbol": "67",
|
| 194 |
+
"kind": "literal",
|
| 195 |
+
"usage_count": 1,
|
| 196 |
+
"usage_type": "NumericLiteral",
|
| 197 |
+
"node_type": "Expression",
|
| 198 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 199 |
+
"used_def_id": "67",
|
| 200 |
+
"user_crate": null,
|
| 201 |
+
"used_crate": null
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"symbol": "229",
|
| 205 |
+
"kind": "literal",
|
| 206 |
+
"usage_count": 1,
|
| 207 |
+
"usage_type": "NumericLiteral",
|
| 208 |
+
"node_type": "Expression",
|
| 209 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 210 |
+
"used_def_id": "229",
|
| 211 |
+
"user_crate": null,
|
| 212 |
+
"used_crate": null
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"symbol": "44",
|
| 216 |
+
"kind": "literal",
|
| 217 |
+
"usage_count": 1,
|
| 218 |
+
"usage_type": "NumericLiteral",
|
| 219 |
+
"node_type": "Expression",
|
| 220 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 221 |
+
"used_def_id": "44",
|
| 222 |
+
"user_crate": null,
|
| 223 |
+
"used_crate": null
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"symbol": "43",
|
| 227 |
+
"kind": "literal",
|
| 228 |
+
"usage_count": 1,
|
| 229 |
+
"usage_type": "NumericLiteral",
|
| 230 |
+
"node_type": "Expression",
|
| 231 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 232 |
+
"used_def_id": "43",
|
| 233 |
+
"user_crate": null,
|
| 234 |
+
"used_crate": null
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"symbol": "42",
|
| 238 |
+
"kind": "literal",
|
| 239 |
+
"usage_count": 1,
|
| 240 |
+
"usage_type": "NumericLiteral",
|
| 241 |
+
"node_type": "Expression",
|
| 242 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 243 |
+
"used_def_id": "42",
|
| 244 |
+
"user_crate": null,
|
| 245 |
+
"used_crate": null
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"symbol": "41",
|
| 249 |
+
"kind": "literal",
|
| 250 |
+
"usage_count": 1,
|
| 251 |
+
"usage_type": "NumericLiteral",
|
| 252 |
+
"node_type": "Expression",
|
| 253 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 254 |
+
"used_def_id": "41",
|
| 255 |
+
"user_crate": null,
|
| 256 |
+
"used_crate": null
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"symbol": "40",
|
| 260 |
+
"kind": "literal",
|
| 261 |
+
"usage_count": 1,
|
| 262 |
+
"usage_type": "NumericLiteral",
|
| 263 |
+
"node_type": "Expression",
|
| 264 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 265 |
+
"used_def_id": "40",
|
| 266 |
+
"user_crate": null,
|
| 267 |
+
"used_crate": null
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"symbol": "39",
|
| 271 |
+
"kind": "literal",
|
| 272 |
+
"usage_count": 1,
|
| 273 |
+
"usage_type": "NumericLiteral",
|
| 274 |
+
"node_type": "Expression",
|
| 275 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 276 |
+
"used_def_id": "39",
|
| 277 |
+
"user_crate": null,
|
| 278 |
+
"used_crate": null
|
| 279 |
+
},
|
| 280 |
+
{
|
| 281 |
+
"symbol": "38",
|
| 282 |
+
"kind": "literal",
|
| 283 |
+
"usage_count": 1,
|
| 284 |
+
"usage_type": "NumericLiteral",
|
| 285 |
+
"node_type": "Expression",
|
| 286 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 287 |
+
"used_def_id": "38",
|
| 288 |
+
"user_crate": null,
|
| 289 |
+
"used_crate": null
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"symbol": "37",
|
| 293 |
+
"kind": "literal",
|
| 294 |
+
"usage_count": 1,
|
| 295 |
+
"usage_type": "NumericLiteral",
|
| 296 |
+
"node_type": "Expression",
|
| 297 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 298 |
+
"used_def_id": "37",
|
| 299 |
+
"user_crate": null,
|
| 300 |
+
"used_crate": null
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"symbol": "36",
|
| 304 |
+
"kind": "literal",
|
| 305 |
+
"usage_count": 1,
|
| 306 |
+
"usage_type": "NumericLiteral",
|
| 307 |
+
"node_type": "Expression",
|
| 308 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 309 |
+
"used_def_id": "36",
|
| 310 |
+
"user_crate": null,
|
| 311 |
+
"used_crate": null
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"symbol": "35",
|
| 315 |
+
"kind": "literal",
|
| 316 |
+
"usage_count": 1,
|
| 317 |
+
"usage_type": "NumericLiteral",
|
| 318 |
+
"node_type": "Expression",
|
| 319 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 320 |
+
"used_def_id": "35",
|
| 321 |
+
"user_crate": null,
|
| 322 |
+
"used_crate": null
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"symbol": "34",
|
| 326 |
+
"kind": "literal",
|
| 327 |
+
"usage_count": 1,
|
| 328 |
+
"usage_type": "NumericLiteral",
|
| 329 |
+
"node_type": "Expression",
|
| 330 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 331 |
+
"used_def_id": "34",
|
| 332 |
+
"user_crate": null,
|
| 333 |
+
"used_crate": null
|
| 334 |
+
},
|
| 335 |
+
{
|
| 336 |
+
"symbol": "33",
|
| 337 |
+
"kind": "literal",
|
| 338 |
+
"usage_count": 1,
|
| 339 |
+
"usage_type": "NumericLiteral",
|
| 340 |
+
"node_type": "Expression",
|
| 341 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 342 |
+
"used_def_id": "33",
|
| 343 |
+
"user_crate": null,
|
| 344 |
+
"used_crate": null
|
| 345 |
+
},
|
| 346 |
+
{
|
| 347 |
+
"symbol": "56",
|
| 348 |
+
"kind": "literal",
|
| 349 |
+
"usage_count": 1,
|
| 350 |
+
"usage_type": "NumericLiteral",
|
| 351 |
+
"node_type": "Expression",
|
| 352 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 353 |
+
"used_def_id": "56",
|
| 354 |
+
"user_crate": null,
|
| 355 |
+
"used_crate": null
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"symbol": "32",
|
| 359 |
+
"kind": "literal",
|
| 360 |
+
"usage_count": 1,
|
| 361 |
+
"usage_type": "NumericLiteral",
|
| 362 |
+
"node_type": "Expression",
|
| 363 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 364 |
+
"used_def_id": "32",
|
| 365 |
+
"user_crate": null,
|
| 366 |
+
"used_crate": null
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"symbol": "31",
|
| 370 |
+
"kind": "literal",
|
| 371 |
+
"usage_count": 1,
|
| 372 |
+
"usage_type": "NumericLiteral",
|
| 373 |
+
"node_type": "Expression",
|
| 374 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 375 |
+
"used_def_id": "31",
|
| 376 |
+
"user_crate": null,
|
| 377 |
+
"used_crate": null
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"symbol": "30",
|
| 381 |
+
"kind": "literal",
|
| 382 |
+
"usage_count": 1,
|
| 383 |
+
"usage_type": "NumericLiteral",
|
| 384 |
+
"node_type": "Expression",
|
| 385 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 386 |
+
"used_def_id": "30",
|
| 387 |
+
"user_crate": null,
|
| 388 |
+
"used_crate": null
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"symbol": "29",
|
| 392 |
+
"kind": "literal",
|
| 393 |
+
"usage_count": 1,
|
| 394 |
+
"usage_type": "NumericLiteral",
|
| 395 |
+
"node_type": "Expression",
|
| 396 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 397 |
+
"used_def_id": "29",
|
| 398 |
+
"user_crate": null,
|
| 399 |
+
"used_crate": null
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"symbol": "28",
|
| 403 |
+
"kind": "literal",
|
| 404 |
+
"usage_count": 1,
|
| 405 |
+
"usage_type": "NumericLiteral",
|
| 406 |
+
"node_type": "Expression",
|
| 407 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 408 |
+
"used_def_id": "28",
|
| 409 |
+
"user_crate": null,
|
| 410 |
+
"used_crate": null
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"symbol": "255",
|
| 414 |
+
"kind": "literal",
|
| 415 |
+
"usage_count": 1,
|
| 416 |
+
"usage_type": "NumericLiteral",
|
| 417 |
+
"node_type": "Expression",
|
| 418 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 419 |
+
"used_def_id": "255",
|
| 420 |
+
"user_crate": null,
|
| 421 |
+
"used_crate": null
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"symbol": "148",
|
| 425 |
+
"kind": "literal",
|
| 426 |
+
"usage_count": 1,
|
| 427 |
+
"usage_type": "NumericLiteral",
|
| 428 |
+
"node_type": "Expression",
|
| 429 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 430 |
+
"used_def_id": "148",
|
| 431 |
+
"user_crate": null,
|
| 432 |
+
"used_crate": null
|
| 433 |
+
},
|
| 434 |
+
{
|
| 435 |
+
"symbol": "164",
|
| 436 |
+
"kind": "literal",
|
| 437 |
+
"usage_count": 1,
|
| 438 |
+
"usage_type": "NumericLiteral",
|
| 439 |
+
"node_type": "Expression",
|
| 440 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 441 |
+
"used_def_id": "164",
|
| 442 |
+
"user_crate": null,
|
| 443 |
+
"used_crate": null
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"symbol": "149",
|
| 447 |
+
"kind": "literal",
|
| 448 |
+
"usage_count": 1,
|
| 449 |
+
"usage_type": "NumericLiteral",
|
| 450 |
+
"node_type": "Expression",
|
| 451 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 452 |
+
"used_def_id": "149",
|
| 453 |
+
"user_crate": null,
|
| 454 |
+
"used_crate": null
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"symbol": "136",
|
| 458 |
+
"kind": "literal",
|
| 459 |
+
"usage_count": 1,
|
| 460 |
+
"usage_type": "NumericLiteral",
|
| 461 |
+
"node_type": "Expression",
|
| 462 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 463 |
+
"used_def_id": "136",
|
| 464 |
+
"user_crate": null,
|
| 465 |
+
"used_crate": null
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"symbol": "160",
|
| 469 |
+
"kind": "literal",
|
| 470 |
+
"usage_count": 1,
|
| 471 |
+
"usage_type": "NumericLiteral",
|
| 472 |
+
"node_type": "Expression",
|
| 473 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 474 |
+
"used_def_id": "160",
|
| 475 |
+
"user_crate": null,
|
| 476 |
+
"used_crate": null
|
| 477 |
+
},
|
| 478 |
+
{
|
| 479 |
+
"symbol": "155",
|
| 480 |
+
"kind": "literal",
|
| 481 |
+
"usage_count": 1,
|
| 482 |
+
"usage_type": "NumericLiteral",
|
| 483 |
+
"node_type": "Expression",
|
| 484 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 485 |
+
"used_def_id": "155",
|
| 486 |
+
"user_crate": null,
|
| 487 |
+
"used_crate": null
|
| 488 |
+
},
|
| 489 |
+
{
|
| 490 |
+
"symbol": "173",
|
| 491 |
+
"kind": "literal",
|
| 492 |
+
"usage_count": 1,
|
| 493 |
+
"usage_type": "NumericLiteral",
|
| 494 |
+
"node_type": "Expression",
|
| 495 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 496 |
+
"used_def_id": "173",
|
| 497 |
+
"user_crate": null,
|
| 498 |
+
"used_crate": null
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"symbol": "221",
|
| 502 |
+
"kind": "literal",
|
| 503 |
+
"usage_count": 1,
|
| 504 |
+
"usage_type": "NumericLiteral",
|
| 505 |
+
"node_type": "Expression",
|
| 506 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 507 |
+
"used_def_id": "221",
|
| 508 |
+
"user_crate": null,
|
| 509 |
+
"used_crate": null
|
| 510 |
+
},
|
| 511 |
+
{
|
| 512 |
+
"symbol": "222",
|
| 513 |
+
"kind": "literal",
|
| 514 |
+
"usage_count": 1,
|
| 515 |
+
"usage_type": "NumericLiteral",
|
| 516 |
+
"node_type": "Expression",
|
| 517 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 518 |
+
"used_def_id": "222",
|
| 519 |
+
"user_crate": null,
|
| 520 |
+
"used_crate": null
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"symbol": "134",
|
| 524 |
+
"kind": "literal",
|
| 525 |
+
"usage_count": 1,
|
| 526 |
+
"usage_type": "NumericLiteral",
|
| 527 |
+
"node_type": "Expression",
|
| 528 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 529 |
+
"used_def_id": "134",
|
| 530 |
+
"user_crate": null,
|
| 531 |
+
"used_crate": null
|
| 532 |
+
},
|
| 533 |
+
{
|
| 534 |
+
"symbol": "122",
|
| 535 |
+
"kind": "literal",
|
| 536 |
+
"usage_count": 1,
|
| 537 |
+
"usage_type": "NumericLiteral",
|
| 538 |
+
"node_type": "Expression",
|
| 539 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 540 |
+
"used_def_id": "122",
|
| 541 |
+
"user_crate": null,
|
| 542 |
+
"used_crate": null
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"symbol": "232",
|
| 546 |
+
"kind": "literal",
|
| 547 |
+
"usage_count": 1,
|
| 548 |
+
"usage_type": "NumericLiteral",
|
| 549 |
+
"node_type": "Expression",
|
| 550 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 551 |
+
"used_def_id": "232",
|
| 552 |
+
"user_crate": null,
|
| 553 |
+
"used_crate": null
|
| 554 |
+
},
|
| 555 |
+
{
|
| 556 |
+
"symbol": "202",
|
| 557 |
+
"kind": "literal",
|
| 558 |
+
"usage_count": 1,
|
| 559 |
+
"usage_type": "NumericLiteral",
|
| 560 |
+
"node_type": "Expression",
|
| 561 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 562 |
+
"used_def_id": "202",
|
| 563 |
+
"user_crate": null,
|
| 564 |
+
"used_crate": null
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"symbol": "215",
|
| 568 |
+
"kind": "literal",
|
| 569 |
+
"usage_count": 1,
|
| 570 |
+
"usage_type": "NumericLiteral",
|
| 571 |
+
"node_type": "Expression",
|
| 572 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 573 |
+
"used_def_id": "215",
|
| 574 |
+
"user_crate": null,
|
| 575 |
+
"used_crate": null
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"symbol": "224",
|
| 579 |
+
"kind": "literal",
|
| 580 |
+
"usage_count": 1,
|
| 581 |
+
"usage_type": "NumericLiteral",
|
| 582 |
+
"node_type": "Expression",
|
| 583 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 584 |
+
"used_def_id": "224",
|
| 585 |
+
"user_crate": null,
|
| 586 |
+
"used_crate": null
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"symbol": "208",
|
| 590 |
+
"kind": "literal",
|
| 591 |
+
"usage_count": 1,
|
| 592 |
+
"usage_type": "NumericLiteral",
|
| 593 |
+
"node_type": "Expression",
|
| 594 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 595 |
+
"used_def_id": "208",
|
| 596 |
+
"user_crate": null,
|
| 597 |
+
"used_crate": null
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"symbol": "220",
|
| 601 |
+
"kind": "literal",
|
| 602 |
+
"usage_count": 1,
|
| 603 |
+
"usage_type": "NumericLiteral",
|
| 604 |
+
"node_type": "Expression",
|
| 605 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 606 |
+
"used_def_id": "220",
|
| 607 |
+
"user_crate": null,
|
| 608 |
+
"used_crate": null
|
| 609 |
+
},
|
| 610 |
+
{
|
| 611 |
+
"symbol": "204",
|
| 612 |
+
"kind": "literal",
|
| 613 |
+
"usage_count": 1,
|
| 614 |
+
"usage_type": "NumericLiteral",
|
| 615 |
+
"node_type": "Expression",
|
| 616 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 617 |
+
"used_def_id": "204",
|
| 618 |
+
"user_crate": null,
|
| 619 |
+
"used_crate": null
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"symbol": "187",
|
| 623 |
+
"kind": "literal",
|
| 624 |
+
"usage_count": 1,
|
| 625 |
+
"usage_type": "NumericLiteral",
|
| 626 |
+
"node_type": "Expression",
|
| 627 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 628 |
+
"used_def_id": "187",
|
| 629 |
+
"user_crate": null,
|
| 630 |
+
"used_crate": null
|
| 631 |
+
},
|
| 632 |
+
{
|
| 633 |
+
"symbol": "183",
|
| 634 |
+
"kind": "literal",
|
| 635 |
+
"usage_count": 1,
|
| 636 |
+
"usage_type": "NumericLiteral",
|
| 637 |
+
"node_type": "Expression",
|
| 638 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 639 |
+
"used_def_id": "183",
|
| 640 |
+
"user_crate": null,
|
| 641 |
+
"used_crate": null
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"symbol": "179",
|
| 645 |
+
"kind": "literal",
|
| 646 |
+
"usage_count": 1,
|
| 647 |
+
"usage_type": "NumericLiteral",
|
| 648 |
+
"node_type": "Expression",
|
| 649 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 650 |
+
"used_def_id": "179",
|
| 651 |
+
"user_crate": null,
|
| 652 |
+
"used_crate": null
|
| 653 |
+
},
|
| 654 |
+
{
|
| 655 |
+
"symbol": "177",
|
| 656 |
+
"kind": "literal",
|
| 657 |
+
"usage_count": 1,
|
| 658 |
+
"usage_type": "NumericLiteral",
|
| 659 |
+
"node_type": "Expression",
|
| 660 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 661 |
+
"used_def_id": "177",
|
| 662 |
+
"user_crate": null,
|
| 663 |
+
"used_crate": null
|
| 664 |
+
},
|
| 665 |
+
{
|
| 666 |
+
"symbol": "168",
|
| 667 |
+
"kind": "literal",
|
| 668 |
+
"usage_count": 1,
|
| 669 |
+
"usage_type": "NumericLiteral",
|
| 670 |
+
"node_type": "Expression",
|
| 671 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 672 |
+
"used_def_id": "168",
|
| 673 |
+
"user_crate": null,
|
| 674 |
+
"used_crate": null
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"symbol": "178",
|
| 678 |
+
"kind": "literal",
|
| 679 |
+
"usage_count": 1,
|
| 680 |
+
"usage_type": "NumericLiteral",
|
| 681 |
+
"node_type": "Expression",
|
| 682 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 683 |
+
"used_def_id": "178",
|
| 684 |
+
"user_crate": null,
|
| 685 |
+
"used_crate": null
|
| 686 |
+
},
|
| 687 |
+
{
|
| 688 |
+
"symbol": "200",
|
| 689 |
+
"kind": "literal",
|
| 690 |
+
"usage_count": 1,
|
| 691 |
+
"usage_type": "NumericLiteral",
|
| 692 |
+
"node_type": "Expression",
|
| 693 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 694 |
+
"used_def_id": "200",
|
| 695 |
+
"user_crate": null,
|
| 696 |
+
"used_crate": null
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"symbol": "226",
|
| 700 |
+
"kind": "literal",
|
| 701 |
+
"usage_count": 1,
|
| 702 |
+
"usage_type": "NumericLiteral",
|
| 703 |
+
"node_type": "Expression",
|
| 704 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 705 |
+
"used_def_id": "226",
|
| 706 |
+
"user_crate": null,
|
| 707 |
+
"used_crate": null
|
| 708 |
+
},
|
| 709 |
+
{
|
| 710 |
+
"symbol": "195",
|
| 711 |
+
"kind": "literal",
|
| 712 |
+
"usage_count": 1,
|
| 713 |
+
"usage_type": "NumericLiteral",
|
| 714 |
+
"node_type": "Expression",
|
| 715 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 716 |
+
"used_def_id": "195",
|
| 717 |
+
"user_crate": null,
|
| 718 |
+
"used_crate": null
|
| 719 |
+
},
|
| 720 |
+
{
|
| 721 |
+
"symbol": "154",
|
| 722 |
+
"kind": "literal",
|
| 723 |
+
"usage_count": 1,
|
| 724 |
+
"usage_type": "NumericLiteral",
|
| 725 |
+
"node_type": "Expression",
|
| 726 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 727 |
+
"used_def_id": "154",
|
| 728 |
+
"user_crate": null,
|
| 729 |
+
"used_crate": null
|
| 730 |
+
},
|
| 731 |
+
{
|
| 732 |
+
"symbol": "184",
|
| 733 |
+
"kind": "literal",
|
| 734 |
+
"usage_count": 1,
|
| 735 |
+
"usage_type": "NumericLiteral",
|
| 736 |
+
"node_type": "Expression",
|
| 737 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 738 |
+
"used_def_id": "184",
|
| 739 |
+
"user_crate": null,
|
| 740 |
+
"used_crate": null
|
| 741 |
+
},
|
| 742 |
+
{
|
| 743 |
+
"symbol": "174",
|
| 744 |
+
"kind": "literal",
|
| 745 |
+
"usage_count": 1,
|
| 746 |
+
"usage_type": "NumericLiteral",
|
| 747 |
+
"node_type": "Expression",
|
| 748 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 749 |
+
"used_def_id": "174",
|
| 750 |
+
"user_crate": null,
|
| 751 |
+
"used_crate": null
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"symbol": "126",
|
| 755 |
+
"kind": "literal",
|
| 756 |
+
"usage_count": 1,
|
| 757 |
+
"usage_type": "NumericLiteral",
|
| 758 |
+
"node_type": "Expression",
|
| 759 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 760 |
+
"used_def_id": "126",
|
| 761 |
+
"user_crate": null,
|
| 762 |
+
"used_crate": null
|
| 763 |
+
},
|
| 764 |
+
{
|
| 765 |
+
"symbol": "120",
|
| 766 |
+
"kind": "literal",
|
| 767 |
+
"usage_count": 1,
|
| 768 |
+
"usage_type": "NumericLiteral",
|
| 769 |
+
"node_type": "Expression",
|
| 770 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 771 |
+
"used_def_id": "120",
|
| 772 |
+
"user_crate": null,
|
| 773 |
+
"used_crate": null
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"symbol": "191",
|
| 777 |
+
"kind": "literal",
|
| 778 |
+
"usage_count": 1,
|
| 779 |
+
"usage_type": "NumericLiteral",
|
| 780 |
+
"node_type": "Expression",
|
| 781 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 782 |
+
"used_def_id": "191",
|
| 783 |
+
"user_crate": null,
|
| 784 |
+
"used_crate": null
|
| 785 |
+
},
|
| 786 |
+
{
|
| 787 |
+
"symbol": "157",
|
| 788 |
+
"kind": "literal",
|
| 789 |
+
"usage_count": 1,
|
| 790 |
+
"usage_type": "NumericLiteral",
|
| 791 |
+
"node_type": "Expression",
|
| 792 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 793 |
+
"used_def_id": "157",
|
| 794 |
+
"user_crate": null,
|
| 795 |
+
"used_crate": null
|
| 796 |
+
},
|
| 797 |
+
{
|
| 798 |
+
"symbol": "194",
|
| 799 |
+
"kind": "literal",
|
| 800 |
+
"usage_count": 1,
|
| 801 |
+
"usage_type": "NumericLiteral",
|
| 802 |
+
"node_type": "Expression",
|
| 803 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 804 |
+
"used_def_id": "194",
|
| 805 |
+
"user_crate": null,
|
| 806 |
+
"used_crate": null
|
| 807 |
+
},
|
| 808 |
+
{
|
| 809 |
+
"symbol": "170",
|
| 810 |
+
"kind": "literal",
|
| 811 |
+
"usage_count": 1,
|
| 812 |
+
"usage_type": "NumericLiteral",
|
| 813 |
+
"node_type": "Expression",
|
| 814 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 815 |
+
"used_def_id": "170",
|
| 816 |
+
"user_crate": null,
|
| 817 |
+
"used_crate": null
|
| 818 |
+
},
|
| 819 |
+
{
|
| 820 |
+
"symbol": "189",
|
| 821 |
+
"kind": "literal",
|
| 822 |
+
"usage_count": 1,
|
| 823 |
+
"usage_type": "NumericLiteral",
|
| 824 |
+
"node_type": "Expression",
|
| 825 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 826 |
+
"used_def_id": "189",
|
| 827 |
+
"user_crate": null,
|
| 828 |
+
"used_crate": null
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"symbol": "162",
|
| 832 |
+
"kind": "literal",
|
| 833 |
+
"usage_count": 1,
|
| 834 |
+
"usage_type": "NumericLiteral",
|
| 835 |
+
"node_type": "Expression",
|
| 836 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 837 |
+
"used_def_id": "162",
|
| 838 |
+
"user_crate": null,
|
| 839 |
+
"used_crate": null
|
| 840 |
+
},
|
| 841 |
+
{
|
| 842 |
+
"symbol": "161",
|
| 843 |
+
"kind": "literal",
|
| 844 |
+
"usage_count": 1,
|
| 845 |
+
"usage_type": "NumericLiteral",
|
| 846 |
+
"node_type": "Expression",
|
| 847 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 848 |
+
"used_def_id": "161",
|
| 849 |
+
"user_crate": null,
|
| 850 |
+
"used_crate": null
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"symbol": "150",
|
| 854 |
+
"kind": "literal",
|
| 855 |
+
"usage_count": 1,
|
| 856 |
+
"usage_type": "NumericLiteral",
|
| 857 |
+
"node_type": "Expression",
|
| 858 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 859 |
+
"used_def_id": "150",
|
| 860 |
+
"user_crate": null,
|
| 861 |
+
"used_crate": null
|
| 862 |
+
},
|
| 863 |
+
{
|
| 864 |
+
"symbol": "193",
|
| 865 |
+
"kind": "literal",
|
| 866 |
+
"usage_count": 1,
|
| 867 |
+
"usage_type": "NumericLiteral",
|
| 868 |
+
"node_type": "Expression",
|
| 869 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 870 |
+
"used_def_id": "193",
|
| 871 |
+
"user_crate": null,
|
| 872 |
+
"used_crate": null
|
| 873 |
+
},
|
| 874 |
+
{
|
| 875 |
+
"symbol": "142",
|
| 876 |
+
"kind": "literal",
|
| 877 |
+
"usage_count": 1,
|
| 878 |
+
"usage_type": "NumericLiteral",
|
| 879 |
+
"node_type": "Expression",
|
| 880 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 881 |
+
"used_def_id": "142",
|
| 882 |
+
"user_crate": null,
|
| 883 |
+
"used_crate": null
|
| 884 |
+
},
|
| 885 |
+
{
|
| 886 |
+
"symbol": "137",
|
| 887 |
+
"kind": "literal",
|
| 888 |
+
"usage_count": 1,
|
| 889 |
+
"usage_type": "NumericLiteral",
|
| 890 |
+
"node_type": "Expression",
|
| 891 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 892 |
+
"used_def_id": "137",
|
| 893 |
+
"user_crate": null,
|
| 894 |
+
"used_crate": null
|
| 895 |
+
},
|
| 896 |
+
{
|
| 897 |
+
"symbol": "171",
|
| 898 |
+
"kind": "literal",
|
| 899 |
+
"usage_count": 1,
|
| 900 |
+
"usage_type": "NumericLiteral",
|
| 901 |
+
"node_type": "Expression",
|
| 902 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 903 |
+
"used_def_id": "171",
|
| 904 |
+
"user_crate": null,
|
| 905 |
+
"used_crate": null
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"symbol": "176",
|
| 909 |
+
"kind": "literal",
|
| 910 |
+
"usage_count": 1,
|
| 911 |
+
"usage_type": "NumericLiteral",
|
| 912 |
+
"node_type": "Expression",
|
| 913 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 914 |
+
"used_def_id": "176",
|
| 915 |
+
"user_crate": null,
|
| 916 |
+
"used_crate": null
|
| 917 |
+
},
|
| 918 |
+
{
|
| 919 |
+
"symbol": "185",
|
| 920 |
+
"kind": "literal",
|
| 921 |
+
"usage_count": 1,
|
| 922 |
+
"usage_type": "NumericLiteral",
|
| 923 |
+
"node_type": "Expression",
|
| 924 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 925 |
+
"used_def_id": "185",
|
| 926 |
+
"user_crate": null,
|
| 927 |
+
"used_crate": null
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"symbol": "167",
|
| 931 |
+
"kind": "literal",
|
| 932 |
+
"usage_count": 1,
|
| 933 |
+
"usage_type": "NumericLiteral",
|
| 934 |
+
"node_type": "Expression",
|
| 935 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 936 |
+
"used_def_id": "167",
|
| 937 |
+
"user_crate": null,
|
| 938 |
+
"used_crate": null
|
| 939 |
+
},
|
| 940 |
+
{
|
| 941 |
+
"symbol": "186",
|
| 942 |
+
"kind": "literal",
|
| 943 |
+
"usage_count": 1,
|
| 944 |
+
"usage_type": "NumericLiteral",
|
| 945 |
+
"node_type": "Expression",
|
| 946 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 947 |
+
"used_def_id": "186",
|
| 948 |
+
"user_crate": null,
|
| 949 |
+
"used_crate": null
|
| 950 |
+
},
|
| 951 |
+
{
|
| 952 |
+
"symbol": "112",
|
| 953 |
+
"kind": "literal",
|
| 954 |
+
"usage_count": 1,
|
| 955 |
+
"usage_type": "NumericLiteral",
|
| 956 |
+
"node_type": "Expression",
|
| 957 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 958 |
+
"used_def_id": "112",
|
| 959 |
+
"user_crate": null,
|
| 960 |
+
"used_crate": null
|
| 961 |
+
},
|
| 962 |
+
{
|
| 963 |
+
"symbol": "175",
|
| 964 |
+
"kind": "literal",
|
| 965 |
+
"usage_count": 1,
|
| 966 |
+
"usage_type": "NumericLiteral",
|
| 967 |
+
"node_type": "Expression",
|
| 968 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 969 |
+
"used_def_id": "175",
|
| 970 |
+
"user_crate": null,
|
| 971 |
+
"used_crate": null
|
| 972 |
+
},
|
| 973 |
+
{
|
| 974 |
+
"symbol": "192",
|
| 975 |
+
"kind": "literal",
|
| 976 |
+
"usage_count": 1,
|
| 977 |
+
"usage_type": "NumericLiteral",
|
| 978 |
+
"node_type": "Expression",
|
| 979 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 980 |
+
"used_def_id": "192",
|
| 981 |
+
"user_crate": null,
|
| 982 |
+
"used_crate": null
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"symbol": "188",
|
| 986 |
+
"kind": "literal",
|
| 987 |
+
"usage_count": 1,
|
| 988 |
+
"usage_type": "NumericLiteral",
|
| 989 |
+
"node_type": "Expression",
|
| 990 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 991 |
+
"used_def_id": "188",
|
| 992 |
+
"user_crate": null,
|
| 993 |
+
"used_crate": null
|
| 994 |
+
},
|
| 995 |
+
{
|
| 996 |
+
"symbol": "156",
|
| 997 |
+
"kind": "literal",
|
| 998 |
+
"usage_count": 1,
|
| 999 |
+
"usage_type": "NumericLiteral",
|
| 1000 |
+
"node_type": "Expression",
|
| 1001 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1002 |
+
"used_def_id": "156",
|
| 1003 |
+
"user_crate": null,
|
| 1004 |
+
"used_crate": null
|
| 1005 |
+
},
|
| 1006 |
+
{
|
| 1007 |
+
"symbol": "140",
|
| 1008 |
+
"kind": "literal",
|
| 1009 |
+
"usage_count": 1,
|
| 1010 |
+
"usage_type": "NumericLiteral",
|
| 1011 |
+
"node_type": "Expression",
|
| 1012 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1013 |
+
"used_def_id": "140",
|
| 1014 |
+
"user_crate": null,
|
| 1015 |
+
"used_crate": null
|
| 1016 |
+
},
|
| 1017 |
+
{
|
| 1018 |
+
"symbol": "143",
|
| 1019 |
+
"kind": "literal",
|
| 1020 |
+
"usage_count": 1,
|
| 1021 |
+
"usage_type": "NumericLiteral",
|
| 1022 |
+
"node_type": "Expression",
|
| 1023 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1024 |
+
"used_def_id": "143",
|
| 1025 |
+
"user_crate": null,
|
| 1026 |
+
"used_crate": null
|
| 1027 |
+
},
|
| 1028 |
+
{
|
| 1029 |
+
"symbol": "123",
|
| 1030 |
+
"kind": "literal",
|
| 1031 |
+
"usage_count": 1,
|
| 1032 |
+
"usage_type": "NumericLiteral",
|
| 1033 |
+
"node_type": "Expression",
|
| 1034 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1035 |
+
"used_def_id": "123",
|
| 1036 |
+
"user_crate": null,
|
| 1037 |
+
"used_crate": null
|
| 1038 |
+
},
|
| 1039 |
+
{
|
| 1040 |
+
"symbol": "133",
|
| 1041 |
+
"kind": "literal",
|
| 1042 |
+
"usage_count": 1,
|
| 1043 |
+
"usage_type": "NumericLiteral",
|
| 1044 |
+
"node_type": "Expression",
|
| 1045 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1046 |
+
"used_def_id": "133",
|
| 1047 |
+
"user_crate": null,
|
| 1048 |
+
"used_crate": null
|
| 1049 |
+
},
|
| 1050 |
+
{
|
| 1051 |
+
"symbol": "128",
|
| 1052 |
+
"kind": "literal",
|
| 1053 |
+
"usage_count": 1,
|
| 1054 |
+
"usage_type": "NumericLiteral",
|
| 1055 |
+
"node_type": "Expression",
|
| 1056 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1057 |
+
"used_def_id": "128",
|
| 1058 |
+
"user_crate": null,
|
| 1059 |
+
"used_crate": null
|
| 1060 |
+
},
|
| 1061 |
+
{
|
| 1062 |
+
"symbol": "147",
|
| 1063 |
+
"kind": "literal",
|
| 1064 |
+
"usage_count": 1,
|
| 1065 |
+
"usage_type": "NumericLiteral",
|
| 1066 |
+
"node_type": "Expression",
|
| 1067 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1068 |
+
"used_def_id": "147",
|
| 1069 |
+
"user_crate": null,
|
| 1070 |
+
"used_crate": null
|
| 1071 |
+
},
|
| 1072 |
+
{
|
| 1073 |
+
"symbol": "138",
|
| 1074 |
+
"kind": "literal",
|
| 1075 |
+
"usage_count": 1,
|
| 1076 |
+
"usage_type": "NumericLiteral",
|
| 1077 |
+
"node_type": "Expression",
|
| 1078 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1079 |
+
"used_def_id": "138",
|
| 1080 |
+
"user_crate": null,
|
| 1081 |
+
"used_crate": null
|
| 1082 |
+
},
|
| 1083 |
+
{
|
| 1084 |
+
"symbol": "146",
|
| 1085 |
+
"kind": "literal",
|
| 1086 |
+
"usage_count": 1,
|
| 1087 |
+
"usage_type": "NumericLiteral",
|
| 1088 |
+
"node_type": "Expression",
|
| 1089 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1090 |
+
"used_def_id": "146",
|
| 1091 |
+
"user_crate": null,
|
| 1092 |
+
"used_crate": null
|
| 1093 |
+
},
|
| 1094 |
+
{
|
| 1095 |
+
"symbol": "114",
|
| 1096 |
+
"kind": "literal",
|
| 1097 |
+
"usage_count": 1,
|
| 1098 |
+
"usage_type": "NumericLiteral",
|
| 1099 |
+
"node_type": "Expression",
|
| 1100 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1101 |
+
"used_def_id": "114",
|
| 1102 |
+
"user_crate": null,
|
| 1103 |
+
"used_crate": null
|
| 1104 |
+
},
|
| 1105 |
+
{
|
| 1106 |
+
"symbol": "223",
|
| 1107 |
+
"kind": "literal",
|
| 1108 |
+
"usage_count": 1,
|
| 1109 |
+
"usage_type": "NumericLiteral",
|
| 1110 |
+
"node_type": "Expression",
|
| 1111 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1112 |
+
"used_def_id": "223",
|
| 1113 |
+
"user_crate": null,
|
| 1114 |
+
"used_crate": null
|
| 1115 |
+
},
|
| 1116 |
+
{
|
| 1117 |
+
"symbol": "151",
|
| 1118 |
+
"kind": "literal",
|
| 1119 |
+
"usage_count": 1,
|
| 1120 |
+
"usage_type": "NumericLiteral",
|
| 1121 |
+
"node_type": "Expression",
|
| 1122 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1123 |
+
"used_def_id": "151",
|
| 1124 |
+
"user_crate": null,
|
| 1125 |
+
"used_crate": null
|
| 1126 |
+
},
|
| 1127 |
+
{
|
| 1128 |
+
"symbol": "249",
|
| 1129 |
+
"kind": "literal",
|
| 1130 |
+
"usage_count": 1,
|
| 1131 |
+
"usage_type": "NumericLiteral",
|
| 1132 |
+
"node_type": "Expression",
|
| 1133 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1134 |
+
"used_def_id": "249",
|
| 1135 |
+
"user_crate": null,
|
| 1136 |
+
"used_crate": null
|
| 1137 |
+
},
|
| 1138 |
+
{
|
| 1139 |
+
"symbol": "216",
|
| 1140 |
+
"kind": "literal",
|
| 1141 |
+
"usage_count": 1,
|
| 1142 |
+
"usage_type": "NumericLiteral",
|
| 1143 |
+
"node_type": "Expression",
|
| 1144 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1145 |
+
"used_def_id": "216",
|
| 1146 |
+
"user_crate": null,
|
| 1147 |
+
"used_crate": null
|
| 1148 |
+
},
|
| 1149 |
+
{
|
| 1150 |
+
"symbol": "238",
|
| 1151 |
+
"kind": "literal",
|
| 1152 |
+
"usage_count": 1,
|
| 1153 |
+
"usage_type": "NumericLiteral",
|
| 1154 |
+
"node_type": "Expression",
|
| 1155 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1156 |
+
"used_def_id": "238",
|
| 1157 |
+
"user_crate": null,
|
| 1158 |
+
"used_crate": null
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"symbol": "236",
|
| 1162 |
+
"kind": "literal",
|
| 1163 |
+
"usage_count": 1,
|
| 1164 |
+
"usage_type": "NumericLiteral",
|
| 1165 |
+
"node_type": "Expression",
|
| 1166 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1167 |
+
"used_def_id": "236",
|
| 1168 |
+
"user_crate": null,
|
| 1169 |
+
"used_crate": null
|
| 1170 |
+
},
|
| 1171 |
+
{
|
| 1172 |
+
"symbol": "253",
|
| 1173 |
+
"kind": "literal",
|
| 1174 |
+
"usage_count": 1,
|
| 1175 |
+
"usage_type": "NumericLiteral",
|
| 1176 |
+
"node_type": "Expression",
|
| 1177 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1178 |
+
"used_def_id": "253",
|
| 1179 |
+
"user_crate": null,
|
| 1180 |
+
"used_crate": null
|
| 1181 |
+
},
|
| 1182 |
+
{
|
| 1183 |
+
"symbol": "227",
|
| 1184 |
+
"kind": "literal",
|
| 1185 |
+
"usage_count": 1,
|
| 1186 |
+
"usage_type": "NumericLiteral",
|
| 1187 |
+
"node_type": "Expression",
|
| 1188 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1189 |
+
"used_def_id": "227",
|
| 1190 |
+
"user_crate": null,
|
| 1191 |
+
"used_crate": null
|
| 1192 |
+
},
|
| 1193 |
+
{
|
| 1194 |
+
"symbol": "218",
|
| 1195 |
+
"kind": "literal",
|
| 1196 |
+
"usage_count": 1,
|
| 1197 |
+
"usage_type": "NumericLiteral",
|
| 1198 |
+
"node_type": "Expression",
|
| 1199 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1200 |
+
"used_def_id": "218",
|
| 1201 |
+
"user_crate": null,
|
| 1202 |
+
"used_crate": null
|
| 1203 |
+
},
|
| 1204 |
+
{
|
| 1205 |
+
"symbol": "230",
|
| 1206 |
+
"kind": "literal",
|
| 1207 |
+
"usage_count": 1,
|
| 1208 |
+
"usage_type": "NumericLiteral",
|
| 1209 |
+
"node_type": "Expression",
|
| 1210 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1211 |
+
"used_def_id": "230",
|
| 1212 |
+
"user_crate": null,
|
| 1213 |
+
"used_crate": null
|
| 1214 |
+
},
|
| 1215 |
+
{
|
| 1216 |
+
"symbol": "247",
|
| 1217 |
+
"kind": "literal",
|
| 1218 |
+
"usage_count": 1,
|
| 1219 |
+
"usage_type": "NumericLiteral",
|
| 1220 |
+
"node_type": "Expression",
|
| 1221 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1222 |
+
"used_def_id": "247",
|
| 1223 |
+
"user_crate": null,
|
| 1224 |
+
"used_crate": null
|
| 1225 |
+
},
|
| 1226 |
+
{
|
| 1227 |
+
"symbol": "135",
|
| 1228 |
+
"kind": "literal",
|
| 1229 |
+
"usage_count": 1,
|
| 1230 |
+
"usage_type": "NumericLiteral",
|
| 1231 |
+
"node_type": "Expression",
|
| 1232 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1233 |
+
"used_def_id": "135",
|
| 1234 |
+
"user_crate": null,
|
| 1235 |
+
"used_crate": null
|
| 1236 |
+
},
|
| 1237 |
+
{
|
| 1238 |
+
"symbol": "180",
|
| 1239 |
+
"kind": "literal",
|
| 1240 |
+
"usage_count": 1,
|
| 1241 |
+
"usage_type": "NumericLiteral",
|
| 1242 |
+
"node_type": "Expression",
|
| 1243 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1244 |
+
"used_def_id": "180",
|
| 1245 |
+
"user_crate": null,
|
| 1246 |
+
"used_crate": null
|
| 1247 |
+
},
|
| 1248 |
+
{
|
| 1249 |
+
"symbol": "241",
|
| 1250 |
+
"kind": "literal",
|
| 1251 |
+
"usage_count": 1,
|
| 1252 |
+
"usage_type": "NumericLiteral",
|
| 1253 |
+
"node_type": "Expression",
|
| 1254 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1255 |
+
"used_def_id": "241",
|
| 1256 |
+
"user_crate": null,
|
| 1257 |
+
"used_crate": null
|
| 1258 |
+
},
|
| 1259 |
+
{
|
| 1260 |
+
"symbol": "233",
|
| 1261 |
+
"kind": "literal",
|
| 1262 |
+
"usage_count": 1,
|
| 1263 |
+
"usage_type": "NumericLiteral",
|
| 1264 |
+
"node_type": "Expression",
|
| 1265 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1266 |
+
"used_def_id": "233",
|
| 1267 |
+
"user_crate": null,
|
| 1268 |
+
"used_crate": null
|
| 1269 |
+
},
|
| 1270 |
+
{
|
| 1271 |
+
"symbol": "246",
|
| 1272 |
+
"kind": "literal",
|
| 1273 |
+
"usage_count": 1,
|
| 1274 |
+
"usage_type": "NumericLiteral",
|
| 1275 |
+
"node_type": "Expression",
|
| 1276 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1277 |
+
"used_def_id": "246",
|
| 1278 |
+
"user_crate": null,
|
| 1279 |
+
"used_crate": null
|
| 1280 |
+
},
|
| 1281 |
+
{
|
| 1282 |
+
"symbol": "244",
|
| 1283 |
+
"kind": "literal",
|
| 1284 |
+
"usage_count": 1,
|
| 1285 |
+
"usage_type": "NumericLiteral",
|
| 1286 |
+
"node_type": "Expression",
|
| 1287 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1288 |
+
"used_def_id": "244",
|
| 1289 |
+
"user_crate": null,
|
| 1290 |
+
"used_crate": null
|
| 1291 |
+
},
|
| 1292 |
+
{
|
| 1293 |
+
"symbol": "231",
|
| 1294 |
+
"kind": "literal",
|
| 1295 |
+
"usage_count": 1,
|
| 1296 |
+
"usage_type": "NumericLiteral",
|
| 1297 |
+
"node_type": "Expression",
|
| 1298 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1299 |
+
"used_def_id": "231",
|
| 1300 |
+
"user_crate": null,
|
| 1301 |
+
"used_crate": null
|
| 1302 |
+
},
|
| 1303 |
+
{
|
| 1304 |
+
"symbol": "139",
|
| 1305 |
+
"kind": "literal",
|
| 1306 |
+
"usage_count": 1,
|
| 1307 |
+
"usage_type": "NumericLiteral",
|
| 1308 |
+
"node_type": "Expression",
|
| 1309 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1310 |
+
"used_def_id": "139",
|
| 1311 |
+
"user_crate": null,
|
| 1312 |
+
"used_crate": null
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"symbol": "245",
|
| 1316 |
+
"kind": "literal",
|
| 1317 |
+
"usage_count": 1,
|
| 1318 |
+
"usage_type": "NumericLiteral",
|
| 1319 |
+
"node_type": "Expression",
|
| 1320 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1321 |
+
"used_def_id": "245",
|
| 1322 |
+
"user_crate": null,
|
| 1323 |
+
"used_crate": null
|
| 1324 |
+
},
|
| 1325 |
+
{
|
| 1326 |
+
"symbol": "243",
|
| 1327 |
+
"kind": "literal",
|
| 1328 |
+
"usage_count": 1,
|
| 1329 |
+
"usage_type": "NumericLiteral",
|
| 1330 |
+
"node_type": "Expression",
|
| 1331 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1332 |
+
"used_def_id": "243",
|
| 1333 |
+
"user_crate": null,
|
| 1334 |
+
"used_crate": null
|
| 1335 |
+
},
|
| 1336 |
+
{
|
| 1337 |
+
"symbol": "251",
|
| 1338 |
+
"kind": "literal",
|
| 1339 |
+
"usage_count": 1,
|
| 1340 |
+
"usage_type": "NumericLiteral",
|
| 1341 |
+
"node_type": "Expression",
|
| 1342 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1343 |
+
"used_def_id": "251",
|
| 1344 |
+
"user_crate": null,
|
| 1345 |
+
"used_crate": null
|
| 1346 |
+
},
|
| 1347 |
+
{
|
| 1348 |
+
"symbol": "235",
|
| 1349 |
+
"kind": "literal",
|
| 1350 |
+
"usage_count": 1,
|
| 1351 |
+
"usage_type": "NumericLiteral",
|
| 1352 |
+
"node_type": "Expression",
|
| 1353 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1354 |
+
"used_def_id": "235",
|
| 1355 |
+
"user_crate": null,
|
| 1356 |
+
"used_crate": null
|
| 1357 |
+
},
|
| 1358 |
+
{
|
| 1359 |
+
"symbol": "201",
|
| 1360 |
+
"kind": "literal",
|
| 1361 |
+
"usage_count": 1,
|
| 1362 |
+
"usage_type": "NumericLiteral",
|
| 1363 |
+
"node_type": "Expression",
|
| 1364 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1365 |
+
"used_def_id": "201",
|
| 1366 |
+
"user_crate": null,
|
| 1367 |
+
"used_crate": null
|
| 1368 |
+
},
|
| 1369 |
+
{
|
| 1370 |
+
"symbol": "196",
|
| 1371 |
+
"kind": "literal",
|
| 1372 |
+
"usage_count": 1,
|
| 1373 |
+
"usage_type": "NumericLiteral",
|
| 1374 |
+
"node_type": "Expression",
|
| 1375 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1376 |
+
"used_def_id": "196",
|
| 1377 |
+
"user_crate": null,
|
| 1378 |
+
"used_crate": null
|
| 1379 |
+
},
|
| 1380 |
+
{
|
| 1381 |
+
"symbol": "240",
|
| 1382 |
+
"kind": "literal",
|
| 1383 |
+
"usage_count": 1,
|
| 1384 |
+
"usage_type": "NumericLiteral",
|
| 1385 |
+
"node_type": "Expression",
|
| 1386 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1387 |
+
"used_def_id": "240",
|
| 1388 |
+
"user_crate": null,
|
| 1389 |
+
"used_crate": null
|
| 1390 |
+
},
|
| 1391 |
+
{
|
| 1392 |
+
"symbol": "214",
|
| 1393 |
+
"kind": "literal",
|
| 1394 |
+
"usage_count": 1,
|
| 1395 |
+
"usage_type": "NumericLiteral",
|
| 1396 |
+
"node_type": "Expression",
|
| 1397 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1398 |
+
"used_def_id": "214",
|
| 1399 |
+
"user_crate": null,
|
| 1400 |
+
"used_crate": null
|
| 1401 |
+
},
|
| 1402 |
+
{
|
| 1403 |
+
"symbol": "152",
|
| 1404 |
+
"kind": "literal",
|
| 1405 |
+
"usage_count": 1,
|
| 1406 |
+
"usage_type": "NumericLiteral",
|
| 1407 |
+
"node_type": "Expression",
|
| 1408 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1409 |
+
"used_def_id": "152",
|
| 1410 |
+
"user_crate": null,
|
| 1411 |
+
"used_crate": null
|
| 1412 |
+
},
|
| 1413 |
+
{
|
| 1414 |
+
"symbol": "182",
|
| 1415 |
+
"kind": "literal",
|
| 1416 |
+
"usage_count": 1,
|
| 1417 |
+
"usage_type": "NumericLiteral",
|
| 1418 |
+
"node_type": "Expression",
|
| 1419 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1420 |
+
"used_def_id": "182",
|
| 1421 |
+
"user_crate": null,
|
| 1422 |
+
"used_crate": null
|
| 1423 |
+
},
|
| 1424 |
+
{
|
| 1425 |
+
"symbol": "205",
|
| 1426 |
+
"kind": "literal",
|
| 1427 |
+
"usage_count": 1,
|
| 1428 |
+
"usage_type": "NumericLiteral",
|
| 1429 |
+
"node_type": "Expression",
|
| 1430 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1431 |
+
"used_def_id": "205",
|
| 1432 |
+
"user_crate": null,
|
| 1433 |
+
"used_crate": null
|
| 1434 |
+
},
|
| 1435 |
+
{
|
| 1436 |
+
"symbol": "181",
|
| 1437 |
+
"kind": "literal",
|
| 1438 |
+
"usage_count": 1,
|
| 1439 |
+
"usage_type": "NumericLiteral",
|
| 1440 |
+
"node_type": "Expression",
|
| 1441 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1442 |
+
"used_def_id": "181",
|
| 1443 |
+
"user_crate": null,
|
| 1444 |
+
"used_crate": null
|
| 1445 |
+
},
|
| 1446 |
+
{
|
| 1447 |
+
"symbol": "127",
|
| 1448 |
+
"kind": "literal",
|
| 1449 |
+
"usage_count": 1,
|
| 1450 |
+
"usage_type": "NumericLiteral",
|
| 1451 |
+
"node_type": "Expression",
|
| 1452 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1453 |
+
"used_def_id": "127",
|
| 1454 |
+
"user_crate": null,
|
| 1455 |
+
"used_crate": null
|
| 1456 |
+
},
|
| 1457 |
+
{
|
| 1458 |
+
"symbol": "27",
|
| 1459 |
+
"kind": "literal",
|
| 1460 |
+
"usage_count": 1,
|
| 1461 |
+
"usage_type": "NumericLiteral",
|
| 1462 |
+
"node_type": "Expression",
|
| 1463 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1464 |
+
"used_def_id": "27",
|
| 1465 |
+
"user_crate": null,
|
| 1466 |
+
"used_crate": null
|
| 1467 |
+
},
|
| 1468 |
+
{
|
| 1469 |
+
"symbol": "212",
|
| 1470 |
+
"kind": "literal",
|
| 1471 |
+
"usage_count": 1,
|
| 1472 |
+
"usage_type": "NumericLiteral",
|
| 1473 |
+
"node_type": "Expression",
|
| 1474 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1475 |
+
"used_def_id": "212",
|
| 1476 |
+
"user_crate": null,
|
| 1477 |
+
"used_crate": null
|
| 1478 |
+
},
|
| 1479 |
+
{
|
| 1480 |
+
"symbol": "211",
|
| 1481 |
+
"kind": "literal",
|
| 1482 |
+
"usage_count": 1,
|
| 1483 |
+
"usage_type": "NumericLiteral",
|
| 1484 |
+
"node_type": "Expression",
|
| 1485 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1486 |
+
"used_def_id": "211",
|
| 1487 |
+
"user_crate": null,
|
| 1488 |
+
"used_crate": null
|
| 1489 |
+
},
|
| 1490 |
+
{
|
| 1491 |
+
"symbol": "210",
|
| 1492 |
+
"kind": "literal",
|
| 1493 |
+
"usage_count": 1,
|
| 1494 |
+
"usage_type": "NumericLiteral",
|
| 1495 |
+
"node_type": "Expression",
|
| 1496 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1497 |
+
"used_def_id": "210",
|
| 1498 |
+
"user_crate": null,
|
| 1499 |
+
"used_crate": null
|
| 1500 |
+
},
|
| 1501 |
+
{
|
| 1502 |
+
"symbol": "213",
|
| 1503 |
+
"kind": "literal",
|
| 1504 |
+
"usage_count": 1,
|
| 1505 |
+
"usage_type": "NumericLiteral",
|
| 1506 |
+
"node_type": "Expression",
|
| 1507 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1508 |
+
"used_def_id": "213",
|
| 1509 |
+
"user_crate": null,
|
| 1510 |
+
"used_crate": null
|
| 1511 |
+
},
|
| 1512 |
+
{
|
| 1513 |
+
"symbol": "228",
|
| 1514 |
+
"kind": "literal",
|
| 1515 |
+
"usage_count": 1,
|
| 1516 |
+
"usage_type": "NumericLiteral",
|
| 1517 |
+
"node_type": "Expression",
|
| 1518 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1519 |
+
"used_def_id": "228",
|
| 1520 |
+
"user_crate": null,
|
| 1521 |
+
"used_crate": null
|
| 1522 |
+
},
|
| 1523 |
+
{
|
| 1524 |
+
"symbol": "197",
|
| 1525 |
+
"kind": "literal",
|
| 1526 |
+
"usage_count": 1,
|
| 1527 |
+
"usage_type": "NumericLiteral",
|
| 1528 |
+
"node_type": "Expression",
|
| 1529 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1530 |
+
"used_def_id": "197",
|
| 1531 |
+
"user_crate": null,
|
| 1532 |
+
"used_crate": null
|
| 1533 |
+
},
|
| 1534 |
+
{
|
| 1535 |
+
"symbol": "169",
|
| 1536 |
+
"kind": "literal",
|
| 1537 |
+
"usage_count": 1,
|
| 1538 |
+
"usage_type": "NumericLiteral",
|
| 1539 |
+
"node_type": "Expression",
|
| 1540 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1541 |
+
"used_def_id": "169",
|
| 1542 |
+
"user_crate": null,
|
| 1543 |
+
"used_crate": null
|
| 1544 |
+
},
|
| 1545 |
+
{
|
| 1546 |
+
"symbol": "159",
|
| 1547 |
+
"kind": "literal",
|
| 1548 |
+
"usage_count": 1,
|
| 1549 |
+
"usage_type": "NumericLiteral",
|
| 1550 |
+
"node_type": "Expression",
|
| 1551 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1552 |
+
"used_def_id": "159",
|
| 1553 |
+
"user_crate": null,
|
| 1554 |
+
"used_crate": null
|
| 1555 |
+
},
|
| 1556 |
+
{
|
| 1557 |
+
"symbol": "131",
|
| 1558 |
+
"kind": "literal",
|
| 1559 |
+
"usage_count": 1,
|
| 1560 |
+
"usage_type": "NumericLiteral",
|
| 1561 |
+
"node_type": "Expression",
|
| 1562 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1563 |
+
"used_def_id": "131",
|
| 1564 |
+
"user_crate": null,
|
| 1565 |
+
"used_crate": null
|
| 1566 |
+
},
|
| 1567 |
+
{
|
| 1568 |
+
"symbol": "172",
|
| 1569 |
+
"kind": "literal",
|
| 1570 |
+
"usage_count": 1,
|
| 1571 |
+
"usage_type": "NumericLiteral",
|
| 1572 |
+
"node_type": "Expression",
|
| 1573 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1574 |
+
"used_def_id": "172",
|
| 1575 |
+
"user_crate": null,
|
| 1576 |
+
"used_crate": null
|
| 1577 |
+
},
|
| 1578 |
+
{
|
| 1579 |
+
"symbol": "105",
|
| 1580 |
+
"kind": "literal",
|
| 1581 |
+
"usage_count": 1,
|
| 1582 |
+
"usage_type": "NumericLiteral",
|
| 1583 |
+
"node_type": "Expression",
|
| 1584 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1585 |
+
"used_def_id": "105",
|
| 1586 |
+
"user_crate": null,
|
| 1587 |
+
"used_crate": null
|
| 1588 |
+
},
|
| 1589 |
+
{
|
| 1590 |
+
"symbol": "80",
|
| 1591 |
+
"kind": "literal",
|
| 1592 |
+
"usage_count": 1,
|
| 1593 |
+
"usage_type": "NumericLiteral",
|
| 1594 |
+
"node_type": "Expression",
|
| 1595 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1596 |
+
"used_def_id": "80",
|
| 1597 |
+
"user_crate": null,
|
| 1598 |
+
"used_crate": null
|
| 1599 |
+
},
|
| 1600 |
+
{
|
| 1601 |
+
"symbol": "98",
|
| 1602 |
+
"kind": "literal",
|
| 1603 |
+
"usage_count": 1,
|
| 1604 |
+
"usage_type": "NumericLiteral",
|
| 1605 |
+
"node_type": "Expression",
|
| 1606 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1607 |
+
"used_def_id": "98",
|
| 1608 |
+
"user_crate": null,
|
| 1609 |
+
"used_crate": null
|
| 1610 |
+
},
|
| 1611 |
+
{
|
| 1612 |
+
"symbol": "96",
|
| 1613 |
+
"kind": "literal",
|
| 1614 |
+
"usage_count": 1,
|
| 1615 |
+
"usage_type": "NumericLiteral",
|
| 1616 |
+
"node_type": "Expression",
|
| 1617 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1618 |
+
"used_def_id": "96",
|
| 1619 |
+
"user_crate": null,
|
| 1620 |
+
"used_crate": null
|
| 1621 |
+
},
|
| 1622 |
+
{
|
| 1623 |
+
"symbol": "97",
|
| 1624 |
+
"kind": "literal",
|
| 1625 |
+
"usage_count": 1,
|
| 1626 |
+
"usage_type": "NumericLiteral",
|
| 1627 |
+
"node_type": "Expression",
|
| 1628 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1629 |
+
"used_def_id": "97",
|
| 1630 |
+
"user_crate": null,
|
| 1631 |
+
"used_crate": null
|
| 1632 |
+
},
|
| 1633 |
+
{
|
| 1634 |
+
"symbol": "81",
|
| 1635 |
+
"kind": "literal",
|
| 1636 |
+
"usage_count": 1,
|
| 1637 |
+
"usage_type": "NumericLiteral",
|
| 1638 |
+
"node_type": "Expression",
|
| 1639 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1640 |
+
"used_def_id": "81",
|
| 1641 |
+
"user_crate": null,
|
| 1642 |
+
"used_crate": null
|
| 1643 |
+
},
|
| 1644 |
+
{
|
| 1645 |
+
"symbol": "207",
|
| 1646 |
+
"kind": "literal",
|
| 1647 |
+
"usage_count": 1,
|
| 1648 |
+
"usage_type": "NumericLiteral",
|
| 1649 |
+
"node_type": "Expression",
|
| 1650 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1651 |
+
"used_def_id": "207",
|
| 1652 |
+
"user_crate": null,
|
| 1653 |
+
"used_crate": null
|
| 1654 |
+
},
|
| 1655 |
+
{
|
| 1656 |
+
"symbol": "145",
|
| 1657 |
+
"kind": "literal",
|
| 1658 |
+
"usage_count": 1,
|
| 1659 |
+
"usage_type": "NumericLiteral",
|
| 1660 |
+
"node_type": "Expression",
|
| 1661 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1662 |
+
"used_def_id": "145",
|
| 1663 |
+
"user_crate": null,
|
| 1664 |
+
"used_crate": null
|
| 1665 |
+
},
|
| 1666 |
+
{
|
| 1667 |
+
"symbol": "116",
|
| 1668 |
+
"kind": "literal",
|
| 1669 |
+
"usage_count": 1,
|
| 1670 |
+
"usage_type": "NumericLiteral",
|
| 1671 |
+
"node_type": "Expression",
|
| 1672 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1673 |
+
"used_def_id": "116",
|
| 1674 |
+
"user_crate": null,
|
| 1675 |
+
"used_crate": null
|
| 1676 |
+
},
|
| 1677 |
+
{
|
| 1678 |
+
"symbol": "115",
|
| 1679 |
+
"kind": "literal",
|
| 1680 |
+
"usage_count": 1,
|
| 1681 |
+
"usage_type": "NumericLiteral",
|
| 1682 |
+
"node_type": "Expression",
|
| 1683 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1684 |
+
"used_def_id": "115",
|
| 1685 |
+
"user_crate": null,
|
| 1686 |
+
"used_crate": null
|
| 1687 |
+
},
|
| 1688 |
+
{
|
| 1689 |
+
"symbol": "144",
|
| 1690 |
+
"kind": "literal",
|
| 1691 |
+
"usage_count": 1,
|
| 1692 |
+
"usage_type": "NumericLiteral",
|
| 1693 |
+
"node_type": "Expression",
|
| 1694 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1695 |
+
"used_def_id": "144",
|
| 1696 |
+
"user_crate": null,
|
| 1697 |
+
"used_crate": null
|
| 1698 |
+
},
|
| 1699 |
+
{
|
| 1700 |
+
"symbol": "130",
|
| 1701 |
+
"kind": "literal",
|
| 1702 |
+
"usage_count": 1,
|
| 1703 |
+
"usage_type": "NumericLiteral",
|
| 1704 |
+
"node_type": "Expression",
|
| 1705 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1706 |
+
"used_def_id": "130",
|
| 1707 |
+
"user_crate": null,
|
| 1708 |
+
"used_crate": null
|
| 1709 |
+
},
|
| 1710 |
+
{
|
| 1711 |
+
"symbol": "153",
|
| 1712 |
+
"kind": "literal",
|
| 1713 |
+
"usage_count": 1,
|
| 1714 |
+
"usage_type": "NumericLiteral",
|
| 1715 |
+
"node_type": "Expression",
|
| 1716 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1717 |
+
"used_def_id": "153",
|
| 1718 |
+
"user_crate": null,
|
| 1719 |
+
"used_crate": null
|
| 1720 |
+
},
|
| 1721 |
+
{
|
| 1722 |
+
"symbol": "121",
|
| 1723 |
+
"kind": "literal",
|
| 1724 |
+
"usage_count": 1,
|
| 1725 |
+
"usage_type": "NumericLiteral",
|
| 1726 |
+
"node_type": "Expression",
|
| 1727 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1728 |
+
"used_def_id": "121",
|
| 1729 |
+
"user_crate": null,
|
| 1730 |
+
"used_crate": null
|
| 1731 |
+
},
|
| 1732 |
+
{
|
| 1733 |
+
"symbol": "107",
|
| 1734 |
+
"kind": "literal",
|
| 1735 |
+
"usage_count": 1,
|
| 1736 |
+
"usage_type": "NumericLiteral",
|
| 1737 |
+
"node_type": "Expression",
|
| 1738 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1739 |
+
"used_def_id": "107",
|
| 1740 |
+
"user_crate": null,
|
| 1741 |
+
"used_crate": null
|
| 1742 |
+
},
|
| 1743 |
+
{
|
| 1744 |
+
"symbol": "132",
|
| 1745 |
+
"kind": "literal",
|
| 1746 |
+
"usage_count": 1,
|
| 1747 |
+
"usage_type": "NumericLiteral",
|
| 1748 |
+
"node_type": "Expression",
|
| 1749 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1750 |
+
"used_def_id": "132",
|
| 1751 |
+
"user_crate": null,
|
| 1752 |
+
"used_crate": null
|
| 1753 |
+
},
|
| 1754 |
+
{
|
| 1755 |
+
"symbol": "109",
|
| 1756 |
+
"kind": "literal",
|
| 1757 |
+
"usage_count": 1,
|
| 1758 |
+
"usage_type": "NumericLiteral",
|
| 1759 |
+
"node_type": "Expression",
|
| 1760 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1761 |
+
"used_def_id": "109",
|
| 1762 |
+
"user_crate": null,
|
| 1763 |
+
"used_crate": null
|
| 1764 |
+
},
|
| 1765 |
+
{
|
| 1766 |
+
"symbol": "110",
|
| 1767 |
+
"kind": "literal",
|
| 1768 |
+
"usage_count": 1,
|
| 1769 |
+
"usage_type": "NumericLiteral",
|
| 1770 |
+
"node_type": "Expression",
|
| 1771 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1772 |
+
"used_def_id": "110",
|
| 1773 |
+
"user_crate": null,
|
| 1774 |
+
"used_crate": null
|
| 1775 |
+
},
|
| 1776 |
+
{
|
| 1777 |
+
"symbol": "124",
|
| 1778 |
+
"kind": "literal",
|
| 1779 |
+
"usage_count": 1,
|
| 1780 |
+
"usage_type": "NumericLiteral",
|
| 1781 |
+
"node_type": "Expression",
|
| 1782 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1783 |
+
"used_def_id": "124",
|
| 1784 |
+
"user_crate": null,
|
| 1785 |
+
"used_crate": null
|
| 1786 |
+
},
|
| 1787 |
+
{
|
| 1788 |
+
"symbol": "111",
|
| 1789 |
+
"kind": "literal",
|
| 1790 |
+
"usage_count": 1,
|
| 1791 |
+
"usage_type": "NumericLiteral",
|
| 1792 |
+
"node_type": "Expression",
|
| 1793 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1794 |
+
"used_def_id": "111",
|
| 1795 |
+
"user_crate": null,
|
| 1796 |
+
"used_crate": null
|
| 1797 |
+
},
|
| 1798 |
+
{
|
| 1799 |
+
"symbol": "82",
|
| 1800 |
+
"kind": "literal",
|
| 1801 |
+
"usage_count": 1,
|
| 1802 |
+
"usage_type": "NumericLiteral",
|
| 1803 |
+
"node_type": "Expression",
|
| 1804 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1805 |
+
"used_def_id": "82",
|
| 1806 |
+
"user_crate": null,
|
| 1807 |
+
"used_crate": null
|
| 1808 |
+
},
|
| 1809 |
+
{
|
| 1810 |
+
"symbol": "108",
|
| 1811 |
+
"kind": "literal",
|
| 1812 |
+
"usage_count": 1,
|
| 1813 |
+
"usage_type": "NumericLiteral",
|
| 1814 |
+
"node_type": "Expression",
|
| 1815 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1816 |
+
"used_def_id": "108",
|
| 1817 |
+
"user_crate": null,
|
| 1818 |
+
"used_crate": null
|
| 1819 |
+
},
|
| 1820 |
+
{
|
| 1821 |
+
"symbol": "118",
|
| 1822 |
+
"kind": "literal",
|
| 1823 |
+
"usage_count": 1,
|
| 1824 |
+
"usage_type": "NumericLiteral",
|
| 1825 |
+
"node_type": "Expression",
|
| 1826 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1827 |
+
"used_def_id": "118",
|
| 1828 |
+
"user_crate": null,
|
| 1829 |
+
"used_crate": null
|
| 1830 |
+
},
|
| 1831 |
+
{
|
| 1832 |
+
"symbol": "141",
|
| 1833 |
+
"kind": "literal",
|
| 1834 |
+
"usage_count": 1,
|
| 1835 |
+
"usage_type": "NumericLiteral",
|
| 1836 |
+
"node_type": "Expression",
|
| 1837 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1838 |
+
"used_def_id": "141",
|
| 1839 |
+
"user_crate": null,
|
| 1840 |
+
"used_crate": null
|
| 1841 |
+
},
|
| 1842 |
+
{
|
| 1843 |
+
"symbol": "113",
|
| 1844 |
+
"kind": "literal",
|
| 1845 |
+
"usage_count": 1,
|
| 1846 |
+
"usage_type": "NumericLiteral",
|
| 1847 |
+
"node_type": "Expression",
|
| 1848 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1849 |
+
"used_def_id": "113",
|
| 1850 |
+
"user_crate": null,
|
| 1851 |
+
"used_crate": null
|
| 1852 |
+
},
|
| 1853 |
+
{
|
| 1854 |
+
"symbol": "129",
|
| 1855 |
+
"kind": "literal",
|
| 1856 |
+
"usage_count": 1,
|
| 1857 |
+
"usage_type": "NumericLiteral",
|
| 1858 |
+
"node_type": "Expression",
|
| 1859 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1860 |
+
"used_def_id": "129",
|
| 1861 |
+
"user_crate": null,
|
| 1862 |
+
"used_crate": null
|
| 1863 |
+
},
|
| 1864 |
+
{
|
| 1865 |
+
"symbol": "119",
|
| 1866 |
+
"kind": "literal",
|
| 1867 |
+
"usage_count": 1,
|
| 1868 |
+
"usage_type": "NumericLiteral",
|
| 1869 |
+
"node_type": "Expression",
|
| 1870 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1871 |
+
"used_def_id": "119",
|
| 1872 |
+
"user_crate": null,
|
| 1873 |
+
"used_crate": null
|
| 1874 |
+
},
|
| 1875 |
+
{
|
| 1876 |
+
"symbol": "125",
|
| 1877 |
+
"kind": "literal",
|
| 1878 |
+
"usage_count": 1,
|
| 1879 |
+
"usage_type": "NumericLiteral",
|
| 1880 |
+
"node_type": "Expression",
|
| 1881 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1882 |
+
"used_def_id": "125",
|
| 1883 |
+
"user_crate": null,
|
| 1884 |
+
"used_crate": null
|
| 1885 |
+
},
|
| 1886 |
+
{
|
| 1887 |
+
"symbol": "165",
|
| 1888 |
+
"kind": "literal",
|
| 1889 |
+
"usage_count": 1,
|
| 1890 |
+
"usage_type": "NumericLiteral",
|
| 1891 |
+
"node_type": "Expression",
|
| 1892 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1893 |
+
"used_def_id": "165",
|
| 1894 |
+
"user_crate": null,
|
| 1895 |
+
"used_crate": null
|
| 1896 |
+
},
|
| 1897 |
+
{
|
| 1898 |
+
"symbol": "117",
|
| 1899 |
+
"kind": "literal",
|
| 1900 |
+
"usage_count": 1,
|
| 1901 |
+
"usage_type": "NumericLiteral",
|
| 1902 |
+
"node_type": "Expression",
|
| 1903 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1904 |
+
"used_def_id": "117",
|
| 1905 |
+
"user_crate": null,
|
| 1906 |
+
"used_crate": null
|
| 1907 |
+
},
|
| 1908 |
+
{
|
| 1909 |
+
"symbol": "92",
|
| 1910 |
+
"kind": "literal",
|
| 1911 |
+
"usage_count": 1,
|
| 1912 |
+
"usage_type": "NumericLiteral",
|
| 1913 |
+
"node_type": "Expression",
|
| 1914 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1915 |
+
"used_def_id": "92",
|
| 1916 |
+
"user_crate": null,
|
| 1917 |
+
"used_crate": null
|
| 1918 |
+
},
|
| 1919 |
+
{
|
| 1920 |
+
"symbol": "106",
|
| 1921 |
+
"kind": "literal",
|
| 1922 |
+
"usage_count": 1,
|
| 1923 |
+
"usage_type": "NumericLiteral",
|
| 1924 |
+
"node_type": "Expression",
|
| 1925 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1926 |
+
"used_def_id": "106",
|
| 1927 |
+
"user_crate": null,
|
| 1928 |
+
"used_crate": null
|
| 1929 |
+
},
|
| 1930 |
+
{
|
| 1931 |
+
"symbol": "83",
|
| 1932 |
+
"kind": "literal",
|
| 1933 |
+
"usage_count": 1,
|
| 1934 |
+
"usage_type": "NumericLiteral",
|
| 1935 |
+
"node_type": "Expression",
|
| 1936 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1937 |
+
"used_def_id": "83",
|
| 1938 |
+
"user_crate": null,
|
| 1939 |
+
"used_crate": null
|
| 1940 |
+
},
|
| 1941 |
+
{
|
| 1942 |
+
"symbol": "72",
|
| 1943 |
+
"kind": "literal",
|
| 1944 |
+
"usage_count": 1,
|
| 1945 |
+
"usage_type": "NumericLiteral",
|
| 1946 |
+
"node_type": "Expression",
|
| 1947 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1948 |
+
"used_def_id": "72",
|
| 1949 |
+
"user_crate": null,
|
| 1950 |
+
"used_crate": null
|
| 1951 |
+
},
|
| 1952 |
+
{
|
| 1953 |
+
"symbol": "99",
|
| 1954 |
+
"kind": "literal",
|
| 1955 |
+
"usage_count": 1,
|
| 1956 |
+
"usage_type": "NumericLiteral",
|
| 1957 |
+
"node_type": "Expression",
|
| 1958 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1959 |
+
"used_def_id": "99",
|
| 1960 |
+
"user_crate": null,
|
| 1961 |
+
"used_crate": null
|
| 1962 |
+
},
|
| 1963 |
+
{
|
| 1964 |
+
"symbol": "93",
|
| 1965 |
+
"kind": "literal",
|
| 1966 |
+
"usage_count": 1,
|
| 1967 |
+
"usage_type": "NumericLiteral",
|
| 1968 |
+
"node_type": "Expression",
|
| 1969 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1970 |
+
"used_def_id": "93",
|
| 1971 |
+
"user_crate": null,
|
| 1972 |
+
"used_crate": null
|
| 1973 |
+
},
|
| 1974 |
+
{
|
| 1975 |
+
"symbol": "65",
|
| 1976 |
+
"kind": "literal",
|
| 1977 |
+
"usage_count": 1,
|
| 1978 |
+
"usage_type": "NumericLiteral",
|
| 1979 |
+
"node_type": "Expression",
|
| 1980 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1981 |
+
"used_def_id": "65",
|
| 1982 |
+
"user_crate": null,
|
| 1983 |
+
"used_crate": null
|
| 1984 |
+
},
|
| 1985 |
+
{
|
| 1986 |
+
"symbol": "79",
|
| 1987 |
+
"kind": "literal",
|
| 1988 |
+
"usage_count": 1,
|
| 1989 |
+
"usage_type": "NumericLiteral",
|
| 1990 |
+
"node_type": "Expression",
|
| 1991 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 1992 |
+
"used_def_id": "79",
|
| 1993 |
+
"user_crate": null,
|
| 1994 |
+
"used_crate": null
|
| 1995 |
+
},
|
| 1996 |
+
{
|
| 1997 |
+
"symbol": "166",
|
| 1998 |
+
"kind": "literal",
|
| 1999 |
+
"usage_count": 1,
|
| 2000 |
+
"usage_type": "NumericLiteral",
|
| 2001 |
+
"node_type": "Expression",
|
| 2002 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2003 |
+
"used_def_id": "166",
|
| 2004 |
+
"user_crate": null,
|
| 2005 |
+
"used_crate": null
|
| 2006 |
+
},
|
| 2007 |
+
{
|
| 2008 |
+
"symbol": "237",
|
| 2009 |
+
"kind": "literal",
|
| 2010 |
+
"usage_count": 1,
|
| 2011 |
+
"usage_type": "NumericLiteral",
|
| 2012 |
+
"node_type": "Expression",
|
| 2013 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2014 |
+
"used_def_id": "237",
|
| 2015 |
+
"user_crate": null,
|
| 2016 |
+
"used_crate": null
|
| 2017 |
+
},
|
| 2018 |
+
{
|
| 2019 |
+
"symbol": "163",
|
| 2020 |
+
"kind": "literal",
|
| 2021 |
+
"usage_count": 1,
|
| 2022 |
+
"usage_type": "NumericLiteral",
|
| 2023 |
+
"node_type": "Expression",
|
| 2024 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2025 |
+
"used_def_id": "163",
|
| 2026 |
+
"user_crate": null,
|
| 2027 |
+
"used_crate": null
|
| 2028 |
+
},
|
| 2029 |
+
{
|
| 2030 |
+
"symbol": "199",
|
| 2031 |
+
"kind": "literal",
|
| 2032 |
+
"usage_count": 1,
|
| 2033 |
+
"usage_type": "NumericLiteral",
|
| 2034 |
+
"node_type": "Expression",
|
| 2035 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2036 |
+
"used_def_id": "199",
|
| 2037 |
+
"user_crate": null,
|
| 2038 |
+
"used_crate": null
|
| 2039 |
+
},
|
| 2040 |
+
{
|
| 2041 |
+
"symbol": "190",
|
| 2042 |
+
"kind": "literal",
|
| 2043 |
+
"usage_count": 1,
|
| 2044 |
+
"usage_type": "NumericLiteral",
|
| 2045 |
+
"node_type": "Expression",
|
| 2046 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2047 |
+
"used_def_id": "190",
|
| 2048 |
+
"user_crate": null,
|
| 2049 |
+
"used_crate": null
|
| 2050 |
+
},
|
| 2051 |
+
{
|
| 2052 |
+
"symbol": "225",
|
| 2053 |
+
"kind": "literal",
|
| 2054 |
+
"usage_count": 1,
|
| 2055 |
+
"usage_type": "NumericLiteral",
|
| 2056 |
+
"node_type": "Expression",
|
| 2057 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2058 |
+
"used_def_id": "225",
|
| 2059 |
+
"user_crate": null,
|
| 2060 |
+
"used_crate": null
|
| 2061 |
+
},
|
| 2062 |
+
{
|
| 2063 |
+
"symbol": "209",
|
| 2064 |
+
"kind": "literal",
|
| 2065 |
+
"usage_count": 1,
|
| 2066 |
+
"usage_type": "NumericLiteral",
|
| 2067 |
+
"node_type": "Expression",
|
| 2068 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2069 |
+
"used_def_id": "209",
|
| 2070 |
+
"user_crate": null,
|
| 2071 |
+
"used_crate": null
|
| 2072 |
+
},
|
| 2073 |
+
{
|
| 2074 |
+
"symbol": "203",
|
| 2075 |
+
"kind": "literal",
|
| 2076 |
+
"usage_count": 1,
|
| 2077 |
+
"usage_type": "NumericLiteral",
|
| 2078 |
+
"node_type": "Expression",
|
| 2079 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2080 |
+
"used_def_id": "203",
|
| 2081 |
+
"user_crate": null,
|
| 2082 |
+
"used_crate": null
|
| 2083 |
+
},
|
| 2084 |
+
{
|
| 2085 |
+
"symbol": "198",
|
| 2086 |
+
"kind": "literal",
|
| 2087 |
+
"usage_count": 1,
|
| 2088 |
+
"usage_type": "NumericLiteral",
|
| 2089 |
+
"node_type": "Expression",
|
| 2090 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2091 |
+
"used_def_id": "198",
|
| 2092 |
+
"user_crate": null,
|
| 2093 |
+
"used_crate": null
|
| 2094 |
+
},
|
| 2095 |
+
{
|
| 2096 |
+
"symbol": "217",
|
| 2097 |
+
"kind": "literal",
|
| 2098 |
+
"usage_count": 1,
|
| 2099 |
+
"usage_type": "NumericLiteral",
|
| 2100 |
+
"node_type": "Expression",
|
| 2101 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2102 |
+
"used_def_id": "217",
|
| 2103 |
+
"user_crate": null,
|
| 2104 |
+
"used_crate": null
|
| 2105 |
+
},
|
| 2106 |
+
{
|
| 2107 |
+
"symbol": "219",
|
| 2108 |
+
"kind": "literal",
|
| 2109 |
+
"usage_count": 1,
|
| 2110 |
+
"usage_type": "NumericLiteral",
|
| 2111 |
+
"node_type": "Expression",
|
| 2112 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2113 |
+
"used_def_id": "219",
|
| 2114 |
+
"user_crate": null,
|
| 2115 |
+
"used_crate": null
|
| 2116 |
+
},
|
| 2117 |
+
{
|
| 2118 |
+
"symbol": "206",
|
| 2119 |
+
"kind": "literal",
|
| 2120 |
+
"usage_count": 1,
|
| 2121 |
+
"usage_type": "NumericLiteral",
|
| 2122 |
+
"node_type": "Expression",
|
| 2123 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2124 |
+
"used_def_id": "206",
|
| 2125 |
+
"user_crate": null,
|
| 2126 |
+
"used_crate": null
|
| 2127 |
+
},
|
| 2128 |
+
{
|
| 2129 |
+
"symbol": "234",
|
| 2130 |
+
"kind": "literal",
|
| 2131 |
+
"usage_count": 1,
|
| 2132 |
+
"usage_type": "NumericLiteral",
|
| 2133 |
+
"node_type": "Expression",
|
| 2134 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2135 |
+
"used_def_id": "234",
|
| 2136 |
+
"user_crate": null,
|
| 2137 |
+
"used_crate": null
|
| 2138 |
+
},
|
| 2139 |
+
{
|
| 2140 |
+
"symbol": "248",
|
| 2141 |
+
"kind": "literal",
|
| 2142 |
+
"usage_count": 1,
|
| 2143 |
+
"usage_type": "NumericLiteral",
|
| 2144 |
+
"node_type": "Expression",
|
| 2145 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2146 |
+
"used_def_id": "248",
|
| 2147 |
+
"user_crate": null,
|
| 2148 |
+
"used_crate": null
|
| 2149 |
+
},
|
| 2150 |
+
{
|
| 2151 |
+
"symbol": "158",
|
| 2152 |
+
"kind": "literal",
|
| 2153 |
+
"usage_count": 1,
|
| 2154 |
+
"usage_type": "NumericLiteral",
|
| 2155 |
+
"node_type": "Expression",
|
| 2156 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2157 |
+
"used_def_id": "158",
|
| 2158 |
+
"user_crate": null,
|
| 2159 |
+
"used_crate": null
|
| 2160 |
+
},
|
| 2161 |
+
{
|
| 2162 |
+
"symbol": "239",
|
| 2163 |
+
"kind": "literal",
|
| 2164 |
+
"usage_count": 1,
|
| 2165 |
+
"usage_type": "NumericLiteral",
|
| 2166 |
+
"node_type": "Expression",
|
| 2167 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2168 |
+
"used_def_id": "239",
|
| 2169 |
+
"user_crate": null,
|
| 2170 |
+
"used_crate": null
|
| 2171 |
+
},
|
| 2172 |
+
{
|
| 2173 |
+
"symbol": "255",
|
| 2174 |
+
"kind": "literal",
|
| 2175 |
+
"usage_count": 1,
|
| 2176 |
+
"usage_type": "NumericLiteral",
|
| 2177 |
+
"node_type": "Expression",
|
| 2178 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2179 |
+
"used_def_id": "255",
|
| 2180 |
+
"user_crate": null,
|
| 2181 |
+
"used_crate": null
|
| 2182 |
+
},
|
| 2183 |
+
{
|
| 2184 |
+
"symbol": "255",
|
| 2185 |
+
"kind": "literal",
|
| 2186 |
+
"usage_count": 1,
|
| 2187 |
+
"usage_type": "NumericLiteral",
|
| 2188 |
+
"node_type": "Expression",
|
| 2189 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2190 |
+
"used_def_id": "255",
|
| 2191 |
+
"user_crate": null,
|
| 2192 |
+
"used_crate": null
|
| 2193 |
+
},
|
| 2194 |
+
{
|
| 2195 |
+
"symbol": "255",
|
| 2196 |
+
"kind": "literal",
|
| 2197 |
+
"usage_count": 1,
|
| 2198 |
+
"usage_type": "NumericLiteral",
|
| 2199 |
+
"node_type": "Expression",
|
| 2200 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2201 |
+
"used_def_id": "255",
|
| 2202 |
+
"user_crate": null,
|
| 2203 |
+
"used_crate": null
|
| 2204 |
+
},
|
| 2205 |
+
{
|
| 2206 |
+
"symbol": "255",
|
| 2207 |
+
"kind": "literal",
|
| 2208 |
+
"usage_count": 1,
|
| 2209 |
+
"usage_type": "NumericLiteral",
|
| 2210 |
+
"node_type": "Expression",
|
| 2211 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2212 |
+
"used_def_id": "255",
|
| 2213 |
+
"user_crate": null,
|
| 2214 |
+
"used_crate": null
|
| 2215 |
+
},
|
| 2216 |
+
{
|
| 2217 |
+
"symbol": "255",
|
| 2218 |
+
"kind": "literal",
|
| 2219 |
+
"usage_count": 1,
|
| 2220 |
+
"usage_type": "NumericLiteral",
|
| 2221 |
+
"node_type": "Expression",
|
| 2222 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2223 |
+
"used_def_id": "255",
|
| 2224 |
+
"user_crate": null,
|
| 2225 |
+
"used_crate": null
|
| 2226 |
+
},
|
| 2227 |
+
{
|
| 2228 |
+
"symbol": "255",
|
| 2229 |
+
"kind": "literal",
|
| 2230 |
+
"usage_count": 1,
|
| 2231 |
+
"usage_type": "NumericLiteral",
|
| 2232 |
+
"node_type": "Expression",
|
| 2233 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2234 |
+
"used_def_id": "255",
|
| 2235 |
+
"user_crate": null,
|
| 2236 |
+
"used_crate": null
|
| 2237 |
+
},
|
| 2238 |
+
{
|
| 2239 |
+
"symbol": "255",
|
| 2240 |
+
"kind": "literal",
|
| 2241 |
+
"usage_count": 1,
|
| 2242 |
+
"usage_type": "NumericLiteral",
|
| 2243 |
+
"node_type": "Expression",
|
| 2244 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2245 |
+
"used_def_id": "255",
|
| 2246 |
+
"user_crate": null,
|
| 2247 |
+
"used_crate": null
|
| 2248 |
+
},
|
| 2249 |
+
{
|
| 2250 |
+
"symbol": "255",
|
| 2251 |
+
"kind": "literal",
|
| 2252 |
+
"usage_count": 1,
|
| 2253 |
+
"usage_type": "NumericLiteral",
|
| 2254 |
+
"node_type": "Expression",
|
| 2255 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2256 |
+
"used_def_id": "255",
|
| 2257 |
+
"user_crate": null,
|
| 2258 |
+
"used_crate": null
|
| 2259 |
+
},
|
| 2260 |
+
{
|
| 2261 |
+
"symbol": "255",
|
| 2262 |
+
"kind": "literal",
|
| 2263 |
+
"usage_count": 1,
|
| 2264 |
+
"usage_type": "NumericLiteral",
|
| 2265 |
+
"node_type": "Expression",
|
| 2266 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2267 |
+
"used_def_id": "255",
|
| 2268 |
+
"user_crate": null,
|
| 2269 |
+
"used_crate": null
|
| 2270 |
+
},
|
| 2271 |
+
{
|
| 2272 |
+
"symbol": "255",
|
| 2273 |
+
"kind": "literal",
|
| 2274 |
+
"usage_count": 1,
|
| 2275 |
+
"usage_type": "NumericLiteral",
|
| 2276 |
+
"node_type": "Expression",
|
| 2277 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2278 |
+
"used_def_id": "255",
|
| 2279 |
+
"user_crate": null,
|
| 2280 |
+
"used_crate": null
|
| 2281 |
+
},
|
| 2282 |
+
{
|
| 2283 |
+
"symbol": "255",
|
| 2284 |
+
"kind": "literal",
|
| 2285 |
+
"usage_count": 1,
|
| 2286 |
+
"usage_type": "NumericLiteral",
|
| 2287 |
+
"node_type": "Expression",
|
| 2288 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2289 |
+
"used_def_id": "255",
|
| 2290 |
+
"user_crate": null,
|
| 2291 |
+
"used_crate": null
|
| 2292 |
+
},
|
| 2293 |
+
{
|
| 2294 |
+
"symbol": "255",
|
| 2295 |
+
"kind": "literal",
|
| 2296 |
+
"usage_count": 1,
|
| 2297 |
+
"usage_type": "NumericLiteral",
|
| 2298 |
+
"node_type": "Expression",
|
| 2299 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2300 |
+
"used_def_id": "255",
|
| 2301 |
+
"user_crate": null,
|
| 2302 |
+
"used_crate": null
|
| 2303 |
+
},
|
| 2304 |
+
{
|
| 2305 |
+
"symbol": "255",
|
| 2306 |
+
"kind": "literal",
|
| 2307 |
+
"usage_count": 1,
|
| 2308 |
+
"usage_type": "NumericLiteral",
|
| 2309 |
+
"node_type": "Expression",
|
| 2310 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2311 |
+
"used_def_id": "255",
|
| 2312 |
+
"user_crate": null,
|
| 2313 |
+
"used_crate": null
|
| 2314 |
+
},
|
| 2315 |
+
{
|
| 2316 |
+
"symbol": "255",
|
| 2317 |
+
"kind": "literal",
|
| 2318 |
+
"usage_count": 1,
|
| 2319 |
+
"usage_type": "NumericLiteral",
|
| 2320 |
+
"node_type": "Expression",
|
| 2321 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2322 |
+
"used_def_id": "255",
|
| 2323 |
+
"user_crate": null,
|
| 2324 |
+
"used_crate": null
|
| 2325 |
+
},
|
| 2326 |
+
{
|
| 2327 |
+
"symbol": "255",
|
| 2328 |
+
"kind": "literal",
|
| 2329 |
+
"usage_count": 1,
|
| 2330 |
+
"usage_type": "NumericLiteral",
|
| 2331 |
+
"node_type": "Expression",
|
| 2332 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2333 |
+
"used_def_id": "255",
|
| 2334 |
+
"user_crate": null,
|
| 2335 |
+
"used_crate": null
|
| 2336 |
+
},
|
| 2337 |
+
{
|
| 2338 |
+
"symbol": "255",
|
| 2339 |
+
"kind": "literal",
|
| 2340 |
+
"usage_count": 1,
|
| 2341 |
+
"usage_type": "NumericLiteral",
|
| 2342 |
+
"node_type": "Expression",
|
| 2343 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2344 |
+
"used_def_id": "255",
|
| 2345 |
+
"user_crate": null,
|
| 2346 |
+
"used_crate": null
|
| 2347 |
+
},
|
| 2348 |
+
{
|
| 2349 |
+
"symbol": "255",
|
| 2350 |
+
"kind": "literal",
|
| 2351 |
+
"usage_count": 1,
|
| 2352 |
+
"usage_type": "NumericLiteral",
|
| 2353 |
+
"node_type": "Expression",
|
| 2354 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2355 |
+
"used_def_id": "255",
|
| 2356 |
+
"user_crate": null,
|
| 2357 |
+
"used_crate": null
|
| 2358 |
+
},
|
| 2359 |
+
{
|
| 2360 |
+
"symbol": "255",
|
| 2361 |
+
"kind": "literal",
|
| 2362 |
+
"usage_count": 1,
|
| 2363 |
+
"usage_type": "NumericLiteral",
|
| 2364 |
+
"node_type": "Expression",
|
| 2365 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2366 |
+
"used_def_id": "255",
|
| 2367 |
+
"user_crate": null,
|
| 2368 |
+
"used_crate": null
|
| 2369 |
+
},
|
| 2370 |
+
{
|
| 2371 |
+
"symbol": "255",
|
| 2372 |
+
"kind": "literal",
|
| 2373 |
+
"usage_count": 1,
|
| 2374 |
+
"usage_type": "NumericLiteral",
|
| 2375 |
+
"node_type": "Expression",
|
| 2376 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2377 |
+
"used_def_id": "255",
|
| 2378 |
+
"user_crate": null,
|
| 2379 |
+
"used_crate": null
|
| 2380 |
+
},
|
| 2381 |
+
{
|
| 2382 |
+
"symbol": "255",
|
| 2383 |
+
"kind": "literal",
|
| 2384 |
+
"usage_count": 1,
|
| 2385 |
+
"usage_type": "NumericLiteral",
|
| 2386 |
+
"node_type": "Expression",
|
| 2387 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2388 |
+
"used_def_id": "255",
|
| 2389 |
+
"user_crate": null,
|
| 2390 |
+
"used_crate": null
|
| 2391 |
+
},
|
| 2392 |
+
{
|
| 2393 |
+
"symbol": "255",
|
| 2394 |
+
"kind": "literal",
|
| 2395 |
+
"usage_count": 1,
|
| 2396 |
+
"usage_type": "NumericLiteral",
|
| 2397 |
+
"node_type": "Expression",
|
| 2398 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2399 |
+
"used_def_id": "255",
|
| 2400 |
+
"user_crate": null,
|
| 2401 |
+
"used_crate": null
|
| 2402 |
+
},
|
| 2403 |
+
{
|
| 2404 |
+
"symbol": "255",
|
| 2405 |
+
"kind": "literal",
|
| 2406 |
+
"usage_count": 1,
|
| 2407 |
+
"usage_type": "NumericLiteral",
|
| 2408 |
+
"node_type": "Expression",
|
| 2409 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2410 |
+
"used_def_id": "255",
|
| 2411 |
+
"user_crate": null,
|
| 2412 |
+
"used_crate": null
|
| 2413 |
+
},
|
| 2414 |
+
{
|
| 2415 |
+
"symbol": "255",
|
| 2416 |
+
"kind": "literal",
|
| 2417 |
+
"usage_count": 1,
|
| 2418 |
+
"usage_type": "NumericLiteral",
|
| 2419 |
+
"node_type": "Expression",
|
| 2420 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2421 |
+
"used_def_id": "255",
|
| 2422 |
+
"user_crate": null,
|
| 2423 |
+
"used_crate": null
|
| 2424 |
+
},
|
| 2425 |
+
{
|
| 2426 |
+
"symbol": "255",
|
| 2427 |
+
"kind": "literal",
|
| 2428 |
+
"usage_count": 1,
|
| 2429 |
+
"usage_type": "NumericLiteral",
|
| 2430 |
+
"node_type": "Expression",
|
| 2431 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2432 |
+
"used_def_id": "255",
|
| 2433 |
+
"user_crate": null,
|
| 2434 |
+
"used_crate": null
|
| 2435 |
+
},
|
| 2436 |
+
{
|
| 2437 |
+
"symbol": "255",
|
| 2438 |
+
"kind": "literal",
|
| 2439 |
+
"usage_count": 1,
|
| 2440 |
+
"usage_type": "NumericLiteral",
|
| 2441 |
+
"node_type": "Expression",
|
| 2442 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2443 |
+
"used_def_id": "255",
|
| 2444 |
+
"user_crate": null,
|
| 2445 |
+
"used_crate": null
|
| 2446 |
+
},
|
| 2447 |
+
{
|
| 2448 |
+
"symbol": "255",
|
| 2449 |
+
"kind": "literal",
|
| 2450 |
+
"usage_count": 1,
|
| 2451 |
+
"usage_type": "NumericLiteral",
|
| 2452 |
+
"node_type": "Expression",
|
| 2453 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2454 |
+
"used_def_id": "255",
|
| 2455 |
+
"user_crate": null,
|
| 2456 |
+
"used_crate": null
|
| 2457 |
+
},
|
| 2458 |
+
{
|
| 2459 |
+
"symbol": "255",
|
| 2460 |
+
"kind": "literal",
|
| 2461 |
+
"usage_count": 1,
|
| 2462 |
+
"usage_type": "NumericLiteral",
|
| 2463 |
+
"node_type": "Expression",
|
| 2464 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2465 |
+
"used_def_id": "255",
|
| 2466 |
+
"user_crate": null,
|
| 2467 |
+
"used_crate": null
|
| 2468 |
+
},
|
| 2469 |
+
{
|
| 2470 |
+
"symbol": "255",
|
| 2471 |
+
"kind": "literal",
|
| 2472 |
+
"usage_count": 1,
|
| 2473 |
+
"usage_type": "NumericLiteral",
|
| 2474 |
+
"node_type": "Expression",
|
| 2475 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2476 |
+
"used_def_id": "255",
|
| 2477 |
+
"user_crate": null,
|
| 2478 |
+
"used_crate": null
|
| 2479 |
+
},
|
| 2480 |
+
{
|
| 2481 |
+
"symbol": "255",
|
| 2482 |
+
"kind": "literal",
|
| 2483 |
+
"usage_count": 1,
|
| 2484 |
+
"usage_type": "NumericLiteral",
|
| 2485 |
+
"node_type": "Expression",
|
| 2486 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2487 |
+
"used_def_id": "255",
|
| 2488 |
+
"user_crate": null,
|
| 2489 |
+
"used_crate": null
|
| 2490 |
+
},
|
| 2491 |
+
{
|
| 2492 |
+
"symbol": "255",
|
| 2493 |
+
"kind": "literal",
|
| 2494 |
+
"usage_count": 1,
|
| 2495 |
+
"usage_type": "NumericLiteral",
|
| 2496 |
+
"node_type": "Expression",
|
| 2497 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2498 |
+
"used_def_id": "255",
|
| 2499 |
+
"user_crate": null,
|
| 2500 |
+
"used_crate": null
|
| 2501 |
+
},
|
| 2502 |
+
{
|
| 2503 |
+
"symbol": "255",
|
| 2504 |
+
"kind": "literal",
|
| 2505 |
+
"usage_count": 1,
|
| 2506 |
+
"usage_type": "NumericLiteral",
|
| 2507 |
+
"node_type": "Expression",
|
| 2508 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2509 |
+
"used_def_id": "255",
|
| 2510 |
+
"user_crate": null,
|
| 2511 |
+
"used_crate": null
|
| 2512 |
+
},
|
| 2513 |
+
{
|
| 2514 |
+
"symbol": "255",
|
| 2515 |
+
"kind": "literal",
|
| 2516 |
+
"usage_count": 1,
|
| 2517 |
+
"usage_type": "NumericLiteral",
|
| 2518 |
+
"node_type": "Expression",
|
| 2519 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2520 |
+
"used_def_id": "255",
|
| 2521 |
+
"user_crate": null,
|
| 2522 |
+
"used_crate": null
|
| 2523 |
+
},
|
| 2524 |
+
{
|
| 2525 |
+
"symbol": "255",
|
| 2526 |
+
"kind": "literal",
|
| 2527 |
+
"usage_count": 1,
|
| 2528 |
+
"usage_type": "NumericLiteral",
|
| 2529 |
+
"node_type": "Expression",
|
| 2530 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2531 |
+
"used_def_id": "255",
|
| 2532 |
+
"user_crate": null,
|
| 2533 |
+
"used_crate": null
|
| 2534 |
+
},
|
| 2535 |
+
{
|
| 2536 |
+
"symbol": "255",
|
| 2537 |
+
"kind": "literal",
|
| 2538 |
+
"usage_count": 1,
|
| 2539 |
+
"usage_type": "NumericLiteral",
|
| 2540 |
+
"node_type": "Expression",
|
| 2541 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2542 |
+
"used_def_id": "255",
|
| 2543 |
+
"user_crate": null,
|
| 2544 |
+
"used_crate": null
|
| 2545 |
+
},
|
| 2546 |
+
{
|
| 2547 |
+
"symbol": "255",
|
| 2548 |
+
"kind": "literal",
|
| 2549 |
+
"usage_count": 1,
|
| 2550 |
+
"usage_type": "NumericLiteral",
|
| 2551 |
+
"node_type": "Expression",
|
| 2552 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2553 |
+
"used_def_id": "255",
|
| 2554 |
+
"user_crate": null,
|
| 2555 |
+
"used_crate": null
|
| 2556 |
+
},
|
| 2557 |
+
{
|
| 2558 |
+
"symbol": "255",
|
| 2559 |
+
"kind": "literal",
|
| 2560 |
+
"usage_count": 1,
|
| 2561 |
+
"usage_type": "NumericLiteral",
|
| 2562 |
+
"node_type": "Expression",
|
| 2563 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2564 |
+
"used_def_id": "255",
|
| 2565 |
+
"user_crate": null,
|
| 2566 |
+
"used_crate": null
|
| 2567 |
+
},
|
| 2568 |
+
{
|
| 2569 |
+
"symbol": "255",
|
| 2570 |
+
"kind": "literal",
|
| 2571 |
+
"usage_count": 1,
|
| 2572 |
+
"usage_type": "NumericLiteral",
|
| 2573 |
+
"node_type": "Expression",
|
| 2574 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2575 |
+
"used_def_id": "255",
|
| 2576 |
+
"user_crate": null,
|
| 2577 |
+
"used_crate": null
|
| 2578 |
+
},
|
| 2579 |
+
{
|
| 2580 |
+
"symbol": "255",
|
| 2581 |
+
"kind": "literal",
|
| 2582 |
+
"usage_count": 1,
|
| 2583 |
+
"usage_type": "NumericLiteral",
|
| 2584 |
+
"node_type": "Expression",
|
| 2585 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2586 |
+
"used_def_id": "255",
|
| 2587 |
+
"user_crate": null,
|
| 2588 |
+
"used_crate": null
|
| 2589 |
+
},
|
| 2590 |
+
{
|
| 2591 |
+
"symbol": "255",
|
| 2592 |
+
"kind": "literal",
|
| 2593 |
+
"usage_count": 1,
|
| 2594 |
+
"usage_type": "NumericLiteral",
|
| 2595 |
+
"node_type": "Expression",
|
| 2596 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2597 |
+
"used_def_id": "255",
|
| 2598 |
+
"user_crate": null,
|
| 2599 |
+
"used_crate": null
|
| 2600 |
+
},
|
| 2601 |
+
{
|
| 2602 |
+
"symbol": "255",
|
| 2603 |
+
"kind": "literal",
|
| 2604 |
+
"usage_count": 1,
|
| 2605 |
+
"usage_type": "NumericLiteral",
|
| 2606 |
+
"node_type": "Expression",
|
| 2607 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2608 |
+
"used_def_id": "255",
|
| 2609 |
+
"user_crate": null,
|
| 2610 |
+
"used_crate": null
|
| 2611 |
+
},
|
| 2612 |
+
{
|
| 2613 |
+
"symbol": "255",
|
| 2614 |
+
"kind": "literal",
|
| 2615 |
+
"usage_count": 1,
|
| 2616 |
+
"usage_type": "NumericLiteral",
|
| 2617 |
+
"node_type": "Expression",
|
| 2618 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2619 |
+
"used_def_id": "255",
|
| 2620 |
+
"user_crate": null,
|
| 2621 |
+
"used_crate": null
|
| 2622 |
+
},
|
| 2623 |
+
{
|
| 2624 |
+
"symbol": "255",
|
| 2625 |
+
"kind": "literal",
|
| 2626 |
+
"usage_count": 1,
|
| 2627 |
+
"usage_type": "NumericLiteral",
|
| 2628 |
+
"node_type": "Expression",
|
| 2629 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2630 |
+
"used_def_id": "255",
|
| 2631 |
+
"user_crate": null,
|
| 2632 |
+
"used_crate": null
|
| 2633 |
+
},
|
| 2634 |
+
{
|
| 2635 |
+
"symbol": "255",
|
| 2636 |
+
"kind": "literal",
|
| 2637 |
+
"usage_count": 1,
|
| 2638 |
+
"usage_type": "NumericLiteral",
|
| 2639 |
+
"node_type": "Expression",
|
| 2640 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2641 |
+
"used_def_id": "255",
|
| 2642 |
+
"user_crate": null,
|
| 2643 |
+
"used_crate": null
|
| 2644 |
+
},
|
| 2645 |
+
{
|
| 2646 |
+
"symbol": "255",
|
| 2647 |
+
"kind": "literal",
|
| 2648 |
+
"usage_count": 1,
|
| 2649 |
+
"usage_type": "NumericLiteral",
|
| 2650 |
+
"node_type": "Expression",
|
| 2651 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2652 |
+
"used_def_id": "255",
|
| 2653 |
+
"user_crate": null,
|
| 2654 |
+
"used_crate": null
|
| 2655 |
+
},
|
| 2656 |
+
{
|
| 2657 |
+
"symbol": "255",
|
| 2658 |
+
"kind": "literal",
|
| 2659 |
+
"usage_count": 1,
|
| 2660 |
+
"usage_type": "NumericLiteral",
|
| 2661 |
+
"node_type": "Expression",
|
| 2662 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2663 |
+
"used_def_id": "255",
|
| 2664 |
+
"user_crate": null,
|
| 2665 |
+
"used_crate": null
|
| 2666 |
+
},
|
| 2667 |
+
{
|
| 2668 |
+
"symbol": "255",
|
| 2669 |
+
"kind": "literal",
|
| 2670 |
+
"usage_count": 1,
|
| 2671 |
+
"usage_type": "NumericLiteral",
|
| 2672 |
+
"node_type": "Expression",
|
| 2673 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2674 |
+
"used_def_id": "255",
|
| 2675 |
+
"user_crate": null,
|
| 2676 |
+
"used_crate": null
|
| 2677 |
+
},
|
| 2678 |
+
{
|
| 2679 |
+
"symbol": "255",
|
| 2680 |
+
"kind": "literal",
|
| 2681 |
+
"usage_count": 1,
|
| 2682 |
+
"usage_type": "NumericLiteral",
|
| 2683 |
+
"node_type": "Expression",
|
| 2684 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2685 |
+
"used_def_id": "255",
|
| 2686 |
+
"user_crate": null,
|
| 2687 |
+
"used_crate": null
|
| 2688 |
+
},
|
| 2689 |
+
{
|
| 2690 |
+
"symbol": "255",
|
| 2691 |
+
"kind": "literal",
|
| 2692 |
+
"usage_count": 1,
|
| 2693 |
+
"usage_type": "NumericLiteral",
|
| 2694 |
+
"node_type": "Expression",
|
| 2695 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2696 |
+
"used_def_id": "255",
|
| 2697 |
+
"user_crate": null,
|
| 2698 |
+
"used_crate": null
|
| 2699 |
+
},
|
| 2700 |
+
{
|
| 2701 |
+
"symbol": "255",
|
| 2702 |
+
"kind": "literal",
|
| 2703 |
+
"usage_count": 1,
|
| 2704 |
+
"usage_type": "NumericLiteral",
|
| 2705 |
+
"node_type": "Expression",
|
| 2706 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2707 |
+
"used_def_id": "255",
|
| 2708 |
+
"user_crate": null,
|
| 2709 |
+
"used_crate": null
|
| 2710 |
+
},
|
| 2711 |
+
{
|
| 2712 |
+
"symbol": "255",
|
| 2713 |
+
"kind": "literal",
|
| 2714 |
+
"usage_count": 1,
|
| 2715 |
+
"usage_type": "NumericLiteral",
|
| 2716 |
+
"node_type": "Expression",
|
| 2717 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2718 |
+
"used_def_id": "255",
|
| 2719 |
+
"user_crate": null,
|
| 2720 |
+
"used_crate": null
|
| 2721 |
+
},
|
| 2722 |
+
{
|
| 2723 |
+
"symbol": "255",
|
| 2724 |
+
"kind": "literal",
|
| 2725 |
+
"usage_count": 1,
|
| 2726 |
+
"usage_type": "NumericLiteral",
|
| 2727 |
+
"node_type": "Expression",
|
| 2728 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2729 |
+
"used_def_id": "255",
|
| 2730 |
+
"user_crate": null,
|
| 2731 |
+
"used_crate": null
|
| 2732 |
+
},
|
| 2733 |
+
{
|
| 2734 |
+
"symbol": "255",
|
| 2735 |
+
"kind": "literal",
|
| 2736 |
+
"usage_count": 1,
|
| 2737 |
+
"usage_type": "NumericLiteral",
|
| 2738 |
+
"node_type": "Expression",
|
| 2739 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2740 |
+
"used_def_id": "255",
|
| 2741 |
+
"user_crate": null,
|
| 2742 |
+
"used_crate": null
|
| 2743 |
+
},
|
| 2744 |
+
{
|
| 2745 |
+
"symbol": "255",
|
| 2746 |
+
"kind": "literal",
|
| 2747 |
+
"usage_count": 1,
|
| 2748 |
+
"usage_type": "NumericLiteral",
|
| 2749 |
+
"node_type": "Expression",
|
| 2750 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2751 |
+
"used_def_id": "255",
|
| 2752 |
+
"user_crate": null,
|
| 2753 |
+
"used_crate": null
|
| 2754 |
+
},
|
| 2755 |
+
{
|
| 2756 |
+
"symbol": "255",
|
| 2757 |
+
"kind": "literal",
|
| 2758 |
+
"usage_count": 1,
|
| 2759 |
+
"usage_type": "NumericLiteral",
|
| 2760 |
+
"node_type": "Expression",
|
| 2761 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2762 |
+
"used_def_id": "255",
|
| 2763 |
+
"user_crate": null,
|
| 2764 |
+
"used_crate": null
|
| 2765 |
+
},
|
| 2766 |
+
{
|
| 2767 |
+
"symbol": "255",
|
| 2768 |
+
"kind": "literal",
|
| 2769 |
+
"usage_count": 1,
|
| 2770 |
+
"usage_type": "NumericLiteral",
|
| 2771 |
+
"node_type": "Expression",
|
| 2772 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2773 |
+
"used_def_id": "255",
|
| 2774 |
+
"user_crate": null,
|
| 2775 |
+
"used_crate": null
|
| 2776 |
+
},
|
| 2777 |
+
{
|
| 2778 |
+
"symbol": "255",
|
| 2779 |
+
"kind": "literal",
|
| 2780 |
+
"usage_count": 1,
|
| 2781 |
+
"usage_type": "NumericLiteral",
|
| 2782 |
+
"node_type": "Expression",
|
| 2783 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2784 |
+
"used_def_id": "255",
|
| 2785 |
+
"user_crate": null,
|
| 2786 |
+
"used_crate": null
|
| 2787 |
+
},
|
| 2788 |
+
{
|
| 2789 |
+
"symbol": "255",
|
| 2790 |
+
"kind": "literal",
|
| 2791 |
+
"usage_count": 1,
|
| 2792 |
+
"usage_type": "NumericLiteral",
|
| 2793 |
+
"node_type": "Expression",
|
| 2794 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2795 |
+
"used_def_id": "255",
|
| 2796 |
+
"user_crate": null,
|
| 2797 |
+
"used_crate": null
|
| 2798 |
+
},
|
| 2799 |
+
{
|
| 2800 |
+
"symbol": "255",
|
| 2801 |
+
"kind": "literal",
|
| 2802 |
+
"usage_count": 1,
|
| 2803 |
+
"usage_type": "NumericLiteral",
|
| 2804 |
+
"node_type": "Expression",
|
| 2805 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2806 |
+
"used_def_id": "255",
|
| 2807 |
+
"user_crate": null,
|
| 2808 |
+
"used_crate": null
|
| 2809 |
+
},
|
| 2810 |
+
{
|
| 2811 |
+
"symbol": "255",
|
| 2812 |
+
"kind": "literal",
|
| 2813 |
+
"usage_count": 1,
|
| 2814 |
+
"usage_type": "NumericLiteral",
|
| 2815 |
+
"node_type": "Expression",
|
| 2816 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2817 |
+
"used_def_id": "255",
|
| 2818 |
+
"user_crate": null,
|
| 2819 |
+
"used_crate": null
|
| 2820 |
+
},
|
| 2821 |
+
{
|
| 2822 |
+
"symbol": "255",
|
| 2823 |
+
"kind": "literal",
|
| 2824 |
+
"usage_count": 1,
|
| 2825 |
+
"usage_type": "NumericLiteral",
|
| 2826 |
+
"node_type": "Expression",
|
| 2827 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2828 |
+
"used_def_id": "255",
|
| 2829 |
+
"user_crate": null,
|
| 2830 |
+
"used_crate": null
|
| 2831 |
+
},
|
| 2832 |
+
{
|
| 2833 |
+
"symbol": "255",
|
| 2834 |
+
"kind": "literal",
|
| 2835 |
+
"usage_count": 1,
|
| 2836 |
+
"usage_type": "NumericLiteral",
|
| 2837 |
+
"node_type": "Expression",
|
| 2838 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2839 |
+
"used_def_id": "255",
|
| 2840 |
+
"user_crate": null,
|
| 2841 |
+
"used_crate": null
|
| 2842 |
+
},
|
| 2843 |
+
{
|
| 2844 |
+
"symbol": "255",
|
| 2845 |
+
"kind": "literal",
|
| 2846 |
+
"usage_count": 1,
|
| 2847 |
+
"usage_type": "NumericLiteral",
|
| 2848 |
+
"node_type": "Expression",
|
| 2849 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2850 |
+
"used_def_id": "255",
|
| 2851 |
+
"user_crate": null,
|
| 2852 |
+
"used_crate": null
|
| 2853 |
+
},
|
| 2854 |
+
{
|
| 2855 |
+
"symbol": "255",
|
| 2856 |
+
"kind": "literal",
|
| 2857 |
+
"usage_count": 1,
|
| 2858 |
+
"usage_type": "NumericLiteral",
|
| 2859 |
+
"node_type": "Expression",
|
| 2860 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2861 |
+
"used_def_id": "255",
|
| 2862 |
+
"user_crate": null,
|
| 2863 |
+
"used_crate": null
|
| 2864 |
+
},
|
| 2865 |
+
{
|
| 2866 |
+
"symbol": "255",
|
| 2867 |
+
"kind": "literal",
|
| 2868 |
+
"usage_count": 1,
|
| 2869 |
+
"usage_type": "NumericLiteral",
|
| 2870 |
+
"node_type": "Expression",
|
| 2871 |
+
"user_def_id": "const BYTE_FREQUENCIES",
|
| 2872 |
+
"used_def_id": "255",
|
| 2873 |
+
"user_crate": null,
|
| 2874 |
+
"used_crate": null
|
| 2875 |
+
}
|
| 2876 |
+
]
|
| 2877 |
+
}
|
crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_manifest.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"collector_version": "1.0.0",
|
| 3 |
+
"crate_name": "aho_corasick",
|
| 4 |
+
"dependency_manifests": [],
|
| 5 |
+
"environment": {
|
| 6 |
+
"cargo_manifest_dir": "/home/mdupont/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3",
|
| 7 |
+
"cargo_target_dir": null,
|
| 8 |
+
"profile": null,
|
| 9 |
+
"pwd": "/home/mdupont/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3"
|
| 10 |
+
},
|
| 11 |
+
"generated_files": [
|
| 12 |
+
{
|
| 13 |
+
"path": "./test_usage_data/aho_corasick_literals.json",
|
| 14 |
+
"size_bytes": 73590,
|
| 15 |
+
"type": "usage_data"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"path": "./test_usage_data/aho_corasick_constants.json",
|
| 19 |
+
"size_bytes": 1270,
|
| 20 |
+
"type": "usage_data"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"path": "./test_usage_data/aho_corasick_enums.json",
|
| 24 |
+
"size_bytes": 3514,
|
| 25 |
+
"type": "usage_data"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"path": "./test_usage_data/aho_corasick_automaton.json",
|
| 29 |
+
"size_bytes": 44028,
|
| 30 |
+
"type": "usage_data"
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"path": "./test_usage_data/aho_corasick_packed_pattern.json",
|
| 34 |
+
"size_bytes": 11717,
|
| 35 |
+
"type": "usage_data"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"path": "./test_usage_data/aho_corasick_util_prefilter_StartBytesBuilder_build.json",
|
| 39 |
+
"size_bytes": 3655,
|
| 40 |
+
"type": "usage_data"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"path": "./test_usage_data/aho_corasick_util_prefilter_MemmemBuilder_build.json",
|
| 44 |
+
"size_bytes": 3695,
|
| 45 |
+
"type": "usage_data"
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"path": "./test_usage_data/aho_corasick_dfa.json",
|
| 49 |
+
"size_bytes": 10344,
|
| 50 |
+
"type": "usage_data"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"path": "./test_usage_data/aho_corasick_ahocorasick.json",
|
| 54 |
+
"size_bytes": 1826,
|
| 55 |
+
"type": "usage_data"
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"path": "./test_usage_data/aho_corasick_util_prefilter_RareBytesBuilder_build.json",
|
| 59 |
+
"size_bytes": 3685,
|
| 60 |
+
"type": "usage_data"
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"path": "./test_usage_data/aho_corasick_util_prefilter.json",
|
| 64 |
+
"size_bytes": 900,
|
| 65 |
+
"type": "usage_data"
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"path": "./test_usage_data/aho_corasick_structs.json",
|
| 69 |
+
"size_bytes": 24718,
|
| 70 |
+
"type": "usage_data"
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"path": "./test_usage_data/aho_corasick_complexity.json",
|
| 74 |
+
"size_bytes": 28033,
|
| 75 |
+
"type": "usage_data"
|
| 76 |
+
}
|
| 77 |
+
],
|
| 78 |
+
"output_directory": "./test_usage_data",
|
| 79 |
+
"rustc_version": "unknown",
|
| 80 |
+
"timestamp": 1767701000,
|
| 81 |
+
"total_enums": 4,
|
| 82 |
+
"total_modules": 12,
|
| 83 |
+
"total_usages": 561
|
| 84 |
+
}
|
crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_packed_pattern.json
ADDED
|
@@ -0,0 +1,336 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "aho_corasick",
|
| 3 |
+
"module": "packed::pattern",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "len",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:803 ~ aho_corasick[5c22]::packed::pattern::is_prefix)",
|
| 12 |
+
"used_def_id": "DefId(1:14034 ~ core[4720]::slice::{impl#0}::len)",
|
| 13 |
+
"user_crate": "aho_corasick",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "len",
|
| 18 |
+
"kind": "method_call",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "MethodCall",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "DefId(0:803 ~ aho_corasick[5c22]::packed::pattern::is_prefix)",
|
| 23 |
+
"used_def_id": "DefId(1:14034 ~ core[4720]::slice::{impl#0}::len)",
|
| 24 |
+
"user_crate": "aho_corasick",
|
| 25 |
+
"used_crate": "core"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "as_ptr",
|
| 29 |
+
"kind": "method_call",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "MethodCall",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "DefId(0:803 ~ aho_corasick[5c22]::packed::pattern::is_prefix)",
|
| 34 |
+
"used_def_id": "DefId(1:14076 ~ core[4720]::slice::{impl#0}::as_ptr)",
|
| 35 |
+
"user_crate": "aho_corasick",
|
| 36 |
+
"used_crate": "core"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "as_ptr",
|
| 40 |
+
"kind": "method_call",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "MethodCall",
|
| 43 |
+
"node_type": "Item",
|
| 44 |
+
"user_def_id": "DefId(0:803 ~ aho_corasick[5c22]::packed::pattern::is_prefix)",
|
| 45 |
+
"used_def_id": "DefId(1:14076 ~ core[4720]::slice::{impl#0}::as_ptr)",
|
| 46 |
+
"user_crate": "aho_corasick",
|
| 47 |
+
"used_crate": "core"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"symbol": "len",
|
| 51 |
+
"kind": "method_call",
|
| 52 |
+
"usage_count": 1,
|
| 53 |
+
"usage_type": "MethodCall",
|
| 54 |
+
"node_type": "Item",
|
| 55 |
+
"user_def_id": "DefId(0:803 ~ aho_corasick[5c22]::packed::pattern::is_prefix)",
|
| 56 |
+
"used_def_id": "DefId(1:14034 ~ core[4720]::slice::{impl#0}::len)",
|
| 57 |
+
"user_crate": "aho_corasick",
|
| 58 |
+
"used_crate": "core"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"symbol": "read",
|
| 62 |
+
"kind": "method_call",
|
| 63 |
+
"usage_count": 1,
|
| 64 |
+
"usage_type": "MethodCall",
|
| 65 |
+
"node_type": "Item",
|
| 66 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 67 |
+
"used_def_id": "DefId(1:2783 ~ core[4720]::ptr::const_ptr::{impl#0}::read)",
|
| 68 |
+
"user_crate": "aho_corasick",
|
| 69 |
+
"used_crate": "core"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"symbol": "read",
|
| 73 |
+
"kind": "method_call",
|
| 74 |
+
"usage_count": 1,
|
| 75 |
+
"usage_type": "MethodCall",
|
| 76 |
+
"node_type": "Item",
|
| 77 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 78 |
+
"used_def_id": "DefId(1:2783 ~ core[4720]::ptr::const_ptr::{impl#0}::read)",
|
| 79 |
+
"user_crate": "aho_corasick",
|
| 80 |
+
"used_crate": "core"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"symbol": "read_unaligned",
|
| 84 |
+
"kind": "method_call",
|
| 85 |
+
"usage_count": 1,
|
| 86 |
+
"usage_type": "MethodCall",
|
| 87 |
+
"node_type": "Item",
|
| 88 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 89 |
+
"used_def_id": "DefId(1:2785 ~ core[4720]::ptr::const_ptr::{impl#0}::read_unaligned)",
|
| 90 |
+
"user_crate": "aho_corasick",
|
| 91 |
+
"used_crate": "core"
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"symbol": "cast",
|
| 95 |
+
"kind": "method_call",
|
| 96 |
+
"usage_count": 1,
|
| 97 |
+
"usage_type": "MethodCall",
|
| 98 |
+
"node_type": "Item",
|
| 99 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 100 |
+
"used_def_id": "DefId(1:2741 ~ core[4720]::ptr::const_ptr::{impl#0}::cast)",
|
| 101 |
+
"user_crate": "aho_corasick",
|
| 102 |
+
"used_crate": "core"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"symbol": "read_unaligned",
|
| 106 |
+
"kind": "method_call",
|
| 107 |
+
"usage_count": 1,
|
| 108 |
+
"usage_type": "MethodCall",
|
| 109 |
+
"node_type": "Item",
|
| 110 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 111 |
+
"used_def_id": "DefId(1:2785 ~ core[4720]::ptr::const_ptr::{impl#0}::read_unaligned)",
|
| 112 |
+
"user_crate": "aho_corasick",
|
| 113 |
+
"used_crate": "core"
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"symbol": "cast",
|
| 117 |
+
"kind": "method_call",
|
| 118 |
+
"usage_count": 1,
|
| 119 |
+
"usage_type": "MethodCall",
|
| 120 |
+
"node_type": "Item",
|
| 121 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 122 |
+
"used_def_id": "DefId(1:2741 ~ core[4720]::ptr::const_ptr::{impl#0}::cast)",
|
| 123 |
+
"user_crate": "aho_corasick",
|
| 124 |
+
"used_crate": "core"
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"symbol": "eq",
|
| 128 |
+
"kind": "method_call",
|
| 129 |
+
"usage_count": 1,
|
| 130 |
+
"usage_type": "MethodCall",
|
| 131 |
+
"node_type": "Item",
|
| 132 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 133 |
+
"used_def_id": "DefId(1:3215 ~ core[4720]::cmp::PartialEq::eq)",
|
| 134 |
+
"user_crate": "aho_corasick",
|
| 135 |
+
"used_crate": "core"
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"symbol": "read",
|
| 139 |
+
"kind": "method_call",
|
| 140 |
+
"usage_count": 1,
|
| 141 |
+
"usage_type": "MethodCall",
|
| 142 |
+
"node_type": "Item",
|
| 143 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 144 |
+
"used_def_id": "DefId(1:2783 ~ core[4720]::ptr::const_ptr::{impl#0}::read)",
|
| 145 |
+
"user_crate": "aho_corasick",
|
| 146 |
+
"used_crate": "core"
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"symbol": "cast",
|
| 150 |
+
"kind": "method_call",
|
| 151 |
+
"usage_count": 1,
|
| 152 |
+
"usage_type": "MethodCall",
|
| 153 |
+
"node_type": "Item",
|
| 154 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 155 |
+
"used_def_id": "DefId(1:2741 ~ core[4720]::ptr::const_ptr::{impl#0}::cast)",
|
| 156 |
+
"user_crate": "aho_corasick",
|
| 157 |
+
"used_crate": "core"
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"symbol": "read",
|
| 161 |
+
"kind": "method_call",
|
| 162 |
+
"usage_count": 1,
|
| 163 |
+
"usage_type": "MethodCall",
|
| 164 |
+
"node_type": "Item",
|
| 165 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 166 |
+
"used_def_id": "DefId(1:2783 ~ core[4720]::ptr::const_ptr::{impl#0}::read)",
|
| 167 |
+
"user_crate": "aho_corasick",
|
| 168 |
+
"used_crate": "core"
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"symbol": "cast",
|
| 172 |
+
"kind": "method_call",
|
| 173 |
+
"usage_count": 1,
|
| 174 |
+
"usage_type": "MethodCall",
|
| 175 |
+
"node_type": "Item",
|
| 176 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 177 |
+
"used_def_id": "DefId(1:2741 ~ core[4720]::ptr::const_ptr::{impl#0}::cast)",
|
| 178 |
+
"user_crate": "aho_corasick",
|
| 179 |
+
"used_crate": "core"
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"symbol": "add",
|
| 183 |
+
"kind": "method_call",
|
| 184 |
+
"usage_count": 1,
|
| 185 |
+
"usage_type": "MethodCall",
|
| 186 |
+
"node_type": "Item",
|
| 187 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 188 |
+
"used_def_id": "DefId(1:2775 ~ core[4720]::ptr::const_ptr::{impl#0}::add)",
|
| 189 |
+
"user_crate": "aho_corasick",
|
| 190 |
+
"used_crate": "core"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"symbol": "wrapping_sub",
|
| 194 |
+
"kind": "method_call",
|
| 195 |
+
"usage_count": 1,
|
| 196 |
+
"usage_type": "MethodCall",
|
| 197 |
+
"node_type": "Item",
|
| 198 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 199 |
+
"used_def_id": "DefId(1:35763 ~ core[4720]::num::{impl#11}::wrapping_sub)",
|
| 200 |
+
"user_crate": "aho_corasick",
|
| 201 |
+
"used_crate": "core"
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"symbol": "add",
|
| 205 |
+
"kind": "method_call",
|
| 206 |
+
"usage_count": 1,
|
| 207 |
+
"usage_type": "MethodCall",
|
| 208 |
+
"node_type": "Item",
|
| 209 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 210 |
+
"used_def_id": "DefId(1:2775 ~ core[4720]::ptr::const_ptr::{impl#0}::add)",
|
| 211 |
+
"user_crate": "aho_corasick",
|
| 212 |
+
"used_crate": "core"
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"symbol": "wrapping_sub",
|
| 216 |
+
"kind": "method_call",
|
| 217 |
+
"usage_count": 1,
|
| 218 |
+
"usage_type": "MethodCall",
|
| 219 |
+
"node_type": "Item",
|
| 220 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 221 |
+
"used_def_id": "DefId(1:35763 ~ core[4720]::num::{impl#11}::wrapping_sub)",
|
| 222 |
+
"user_crate": "aho_corasick",
|
| 223 |
+
"used_crate": "core"
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"symbol": "read_unaligned",
|
| 227 |
+
"kind": "method_call",
|
| 228 |
+
"usage_count": 1,
|
| 229 |
+
"usage_type": "MethodCall",
|
| 230 |
+
"node_type": "Item",
|
| 231 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 232 |
+
"used_def_id": "DefId(1:2785 ~ core[4720]::ptr::const_ptr::{impl#0}::read_unaligned)",
|
| 233 |
+
"user_crate": "aho_corasick",
|
| 234 |
+
"used_crate": "core"
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"symbol": "cast",
|
| 238 |
+
"kind": "method_call",
|
| 239 |
+
"usage_count": 1,
|
| 240 |
+
"usage_type": "MethodCall",
|
| 241 |
+
"node_type": "Item",
|
| 242 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 243 |
+
"used_def_id": "DefId(1:2741 ~ core[4720]::ptr::const_ptr::{impl#0}::cast)",
|
| 244 |
+
"user_crate": "aho_corasick",
|
| 245 |
+
"used_crate": "core"
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"symbol": "read_unaligned",
|
| 249 |
+
"kind": "method_call",
|
| 250 |
+
"usage_count": 1,
|
| 251 |
+
"usage_type": "MethodCall",
|
| 252 |
+
"node_type": "Item",
|
| 253 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 254 |
+
"used_def_id": "DefId(1:2785 ~ core[4720]::ptr::const_ptr::{impl#0}::read_unaligned)",
|
| 255 |
+
"user_crate": "aho_corasick",
|
| 256 |
+
"used_crate": "core"
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"symbol": "cast",
|
| 260 |
+
"kind": "method_call",
|
| 261 |
+
"usage_count": 1,
|
| 262 |
+
"usage_type": "MethodCall",
|
| 263 |
+
"node_type": "Item",
|
| 264 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 265 |
+
"used_def_id": "DefId(1:2741 ~ core[4720]::ptr::const_ptr::{impl#0}::cast)",
|
| 266 |
+
"user_crate": "aho_corasick",
|
| 267 |
+
"used_crate": "core"
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"symbol": "add",
|
| 271 |
+
"kind": "method_call",
|
| 272 |
+
"usage_count": 1,
|
| 273 |
+
"usage_type": "MethodCall",
|
| 274 |
+
"node_type": "Item",
|
| 275 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 276 |
+
"used_def_id": "DefId(1:2775 ~ core[4720]::ptr::const_ptr::{impl#0}::add)",
|
| 277 |
+
"user_crate": "aho_corasick",
|
| 278 |
+
"used_crate": "core"
|
| 279 |
+
},
|
| 280 |
+
{
|
| 281 |
+
"symbol": "add",
|
| 282 |
+
"kind": "method_call",
|
| 283 |
+
"usage_count": 1,
|
| 284 |
+
"usage_type": "MethodCall",
|
| 285 |
+
"node_type": "Item",
|
| 286 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 287 |
+
"used_def_id": "DefId(1:2775 ~ core[4720]::ptr::const_ptr::{impl#0}::add)",
|
| 288 |
+
"user_crate": "aho_corasick",
|
| 289 |
+
"used_crate": "core"
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"symbol": "read_unaligned",
|
| 293 |
+
"kind": "method_call",
|
| 294 |
+
"usage_count": 1,
|
| 295 |
+
"usage_type": "MethodCall",
|
| 296 |
+
"node_type": "Item",
|
| 297 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 298 |
+
"used_def_id": "DefId(1:2785 ~ core[4720]::ptr::const_ptr::{impl#0}::read_unaligned)",
|
| 299 |
+
"user_crate": "aho_corasick",
|
| 300 |
+
"used_crate": "core"
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"symbol": "cast",
|
| 304 |
+
"kind": "method_call",
|
| 305 |
+
"usage_count": 1,
|
| 306 |
+
"usage_type": "MethodCall",
|
| 307 |
+
"node_type": "Item",
|
| 308 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 309 |
+
"used_def_id": "DefId(1:2741 ~ core[4720]::ptr::const_ptr::{impl#0}::cast)",
|
| 310 |
+
"user_crate": "aho_corasick",
|
| 311 |
+
"used_crate": "core"
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"symbol": "read_unaligned",
|
| 315 |
+
"kind": "method_call",
|
| 316 |
+
"usage_count": 1,
|
| 317 |
+
"usage_type": "MethodCall",
|
| 318 |
+
"node_type": "Item",
|
| 319 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 320 |
+
"used_def_id": "DefId(1:2785 ~ core[4720]::ptr::const_ptr::{impl#0}::read_unaligned)",
|
| 321 |
+
"user_crate": "aho_corasick",
|
| 322 |
+
"used_crate": "core"
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"symbol": "cast",
|
| 326 |
+
"kind": "method_call",
|
| 327 |
+
"usage_count": 1,
|
| 328 |
+
"usage_type": "MethodCall",
|
| 329 |
+
"node_type": "Item",
|
| 330 |
+
"user_def_id": "DefId(0:804 ~ aho_corasick[5c22]::packed::pattern::is_equal_raw)",
|
| 331 |
+
"used_def_id": "DefId(1:2741 ~ core[4720]::ptr::const_ptr::{impl#0}::cast)",
|
| 332 |
+
"user_crate": "aho_corasick",
|
| 333 |
+
"used_crate": "core"
|
| 334 |
+
}
|
| 335 |
+
]
|
| 336 |
+
}
|
crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_structs.json
ADDED
|
@@ -0,0 +1,941 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "aho_corasick",
|
| 3 |
+
"module": "structs",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "AhoCorasick",
|
| 7 |
+
"kind": "struct_decl",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "StructDecl",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "aho_corasick",
|
| 12 |
+
"used_def_id": "AhoCorasick",
|
| 13 |
+
"user_crate": "aho_corasick",
|
| 14 |
+
"used_crate": null
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "FindIter",
|
| 18 |
+
"kind": "struct_decl",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "StructDecl",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "aho_corasick",
|
| 23 |
+
"used_def_id": "FindIter",
|
| 24 |
+
"user_crate": "aho_corasick",
|
| 25 |
+
"used_crate": null
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "FindOverlappingIter",
|
| 29 |
+
"kind": "struct_decl",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "StructDecl",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "aho_corasick",
|
| 34 |
+
"used_def_id": "FindOverlappingIter",
|
| 35 |
+
"user_crate": "aho_corasick",
|
| 36 |
+
"used_crate": null
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "StreamFindIter",
|
| 40 |
+
"kind": "struct_decl",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "StructDecl",
|
| 43 |
+
"node_type": "Item",
|
| 44 |
+
"user_def_id": "aho_corasick",
|
| 45 |
+
"used_def_id": "StreamFindIter",
|
| 46 |
+
"user_crate": "aho_corasick",
|
| 47 |
+
"used_crate": null
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"symbol": "AhoCorasickBuilder",
|
| 51 |
+
"kind": "struct_decl",
|
| 52 |
+
"usage_count": 1,
|
| 53 |
+
"usage_type": "StructDecl",
|
| 54 |
+
"node_type": "Item",
|
| 55 |
+
"user_def_id": "aho_corasick",
|
| 56 |
+
"used_def_id": "AhoCorasickBuilder",
|
| 57 |
+
"user_crate": "aho_corasick",
|
| 58 |
+
"used_crate": null
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"symbol": "OverlappingState",
|
| 62 |
+
"kind": "struct_decl",
|
| 63 |
+
"usage_count": 1,
|
| 64 |
+
"usage_type": "StructDecl",
|
| 65 |
+
"node_type": "Item",
|
| 66 |
+
"user_def_id": "aho_corasick",
|
| 67 |
+
"used_def_id": "OverlappingState",
|
| 68 |
+
"user_crate": "aho_corasick",
|
| 69 |
+
"used_crate": null
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"symbol": "FindIter",
|
| 73 |
+
"kind": "struct_decl",
|
| 74 |
+
"usage_count": 1,
|
| 75 |
+
"usage_type": "StructDecl",
|
| 76 |
+
"node_type": "Item",
|
| 77 |
+
"user_def_id": "aho_corasick",
|
| 78 |
+
"used_def_id": "FindIter",
|
| 79 |
+
"user_crate": "aho_corasick",
|
| 80 |
+
"used_crate": null
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"symbol": "FindOverlappingIter",
|
| 84 |
+
"kind": "struct_decl",
|
| 85 |
+
"usage_count": 1,
|
| 86 |
+
"usage_type": "StructDecl",
|
| 87 |
+
"node_type": "Item",
|
| 88 |
+
"user_def_id": "aho_corasick",
|
| 89 |
+
"used_def_id": "FindOverlappingIter",
|
| 90 |
+
"user_crate": "aho_corasick",
|
| 91 |
+
"used_crate": null
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"symbol": "StreamFindIter",
|
| 95 |
+
"kind": "struct_decl",
|
| 96 |
+
"usage_count": 1,
|
| 97 |
+
"usage_type": "StructDecl",
|
| 98 |
+
"node_type": "Item",
|
| 99 |
+
"user_def_id": "aho_corasick",
|
| 100 |
+
"used_def_id": "StreamFindIter",
|
| 101 |
+
"user_crate": "aho_corasick",
|
| 102 |
+
"used_crate": null
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"symbol": "StreamChunkIter",
|
| 106 |
+
"kind": "struct_decl",
|
| 107 |
+
"usage_count": 1,
|
| 108 |
+
"usage_type": "StructDecl",
|
| 109 |
+
"node_type": "Item",
|
| 110 |
+
"user_def_id": "aho_corasick",
|
| 111 |
+
"used_def_id": "StreamChunkIter",
|
| 112 |
+
"user_crate": "aho_corasick",
|
| 113 |
+
"used_crate": null
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"symbol": "DFA",
|
| 117 |
+
"kind": "struct_decl",
|
| 118 |
+
"usage_count": 1,
|
| 119 |
+
"usage_type": "StructDecl",
|
| 120 |
+
"node_type": "Item",
|
| 121 |
+
"user_def_id": "aho_corasick",
|
| 122 |
+
"used_def_id": "DFA",
|
| 123 |
+
"user_crate": "aho_corasick",
|
| 124 |
+
"used_crate": null
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"symbol": "Builder",
|
| 128 |
+
"kind": "struct_decl",
|
| 129 |
+
"usage_count": 1,
|
| 130 |
+
"usage_type": "StructDecl",
|
| 131 |
+
"node_type": "Item",
|
| 132 |
+
"user_def_id": "aho_corasick",
|
| 133 |
+
"used_def_id": "Builder",
|
| 134 |
+
"user_crate": "aho_corasick",
|
| 135 |
+
"used_crate": null
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"symbol": "NFA",
|
| 139 |
+
"kind": "struct_decl",
|
| 140 |
+
"usage_count": 1,
|
| 141 |
+
"usage_type": "StructDecl",
|
| 142 |
+
"node_type": "Item",
|
| 143 |
+
"user_def_id": "aho_corasick",
|
| 144 |
+
"used_def_id": "NFA",
|
| 145 |
+
"user_crate": "aho_corasick",
|
| 146 |
+
"used_crate": null
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"symbol": "State",
|
| 150 |
+
"kind": "struct_decl",
|
| 151 |
+
"usage_count": 1,
|
| 152 |
+
"usage_type": "StructDecl",
|
| 153 |
+
"node_type": "Item",
|
| 154 |
+
"user_def_id": "aho_corasick",
|
| 155 |
+
"used_def_id": "State",
|
| 156 |
+
"user_crate": "aho_corasick",
|
| 157 |
+
"used_crate": null
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"symbol": "Builder",
|
| 161 |
+
"kind": "struct_decl",
|
| 162 |
+
"usage_count": 1,
|
| 163 |
+
"usage_type": "StructDecl",
|
| 164 |
+
"node_type": "Item",
|
| 165 |
+
"user_def_id": "aho_corasick",
|
| 166 |
+
"used_def_id": "Builder",
|
| 167 |
+
"user_crate": "aho_corasick",
|
| 168 |
+
"used_crate": null
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"symbol": "NFA",
|
| 172 |
+
"kind": "struct_decl",
|
| 173 |
+
"usage_count": 1,
|
| 174 |
+
"usage_type": "StructDecl",
|
| 175 |
+
"node_type": "Item",
|
| 176 |
+
"user_def_id": "aho_corasick",
|
| 177 |
+
"used_def_id": "NFA",
|
| 178 |
+
"user_crate": "aho_corasick",
|
| 179 |
+
"used_crate": null
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"symbol": "State",
|
| 183 |
+
"kind": "struct_decl",
|
| 184 |
+
"usage_count": 1,
|
| 185 |
+
"usage_type": "StructDecl",
|
| 186 |
+
"node_type": "Item",
|
| 187 |
+
"user_def_id": "aho_corasick",
|
| 188 |
+
"used_def_id": "State",
|
| 189 |
+
"user_crate": "aho_corasick",
|
| 190 |
+
"used_crate": null
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"symbol": "Transition",
|
| 194 |
+
"kind": "struct_decl",
|
| 195 |
+
"usage_count": 1,
|
| 196 |
+
"usage_type": "StructDecl",
|
| 197 |
+
"node_type": "Item",
|
| 198 |
+
"user_def_id": "aho_corasick",
|
| 199 |
+
"used_def_id": "Transition",
|
| 200 |
+
"user_crate": "aho_corasick",
|
| 201 |
+
"used_crate": null
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"symbol": "Match",
|
| 205 |
+
"kind": "struct_decl",
|
| 206 |
+
"usage_count": 1,
|
| 207 |
+
"usage_type": "StructDecl",
|
| 208 |
+
"node_type": "Item",
|
| 209 |
+
"user_def_id": "aho_corasick",
|
| 210 |
+
"used_def_id": "Match",
|
| 211 |
+
"user_crate": "aho_corasick",
|
| 212 |
+
"used_crate": null
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"symbol": "Builder",
|
| 216 |
+
"kind": "struct_decl",
|
| 217 |
+
"usage_count": 1,
|
| 218 |
+
"usage_type": "StructDecl",
|
| 219 |
+
"node_type": "Item",
|
| 220 |
+
"user_def_id": "aho_corasick",
|
| 221 |
+
"used_def_id": "Builder",
|
| 222 |
+
"user_crate": "aho_corasick",
|
| 223 |
+
"used_crate": null
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"symbol": "Compiler",
|
| 227 |
+
"kind": "struct_decl",
|
| 228 |
+
"usage_count": 1,
|
| 229 |
+
"usage_type": "StructDecl",
|
| 230 |
+
"node_type": "Item",
|
| 231 |
+
"user_def_id": "aho_corasick",
|
| 232 |
+
"used_def_id": "Compiler",
|
| 233 |
+
"user_crate": "aho_corasick",
|
| 234 |
+
"used_crate": null
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"symbol": "QueuedSet",
|
| 238 |
+
"kind": "struct_decl",
|
| 239 |
+
"usage_count": 1,
|
| 240 |
+
"usage_type": "StructDecl",
|
| 241 |
+
"node_type": "Item",
|
| 242 |
+
"user_def_id": "aho_corasick",
|
| 243 |
+
"used_def_id": "QueuedSet",
|
| 244 |
+
"user_crate": "aho_corasick",
|
| 245 |
+
"used_crate": null
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"symbol": "Config",
|
| 249 |
+
"kind": "struct_decl",
|
| 250 |
+
"usage_count": 1,
|
| 251 |
+
"usage_type": "StructDecl",
|
| 252 |
+
"node_type": "Item",
|
| 253 |
+
"user_def_id": "aho_corasick",
|
| 254 |
+
"used_def_id": "Config",
|
| 255 |
+
"user_crate": "aho_corasick",
|
| 256 |
+
"used_crate": null
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"symbol": "Builder",
|
| 260 |
+
"kind": "struct_decl",
|
| 261 |
+
"usage_count": 1,
|
| 262 |
+
"usage_type": "StructDecl",
|
| 263 |
+
"node_type": "Item",
|
| 264 |
+
"user_def_id": "aho_corasick",
|
| 265 |
+
"used_def_id": "Builder",
|
| 266 |
+
"user_crate": "aho_corasick",
|
| 267 |
+
"used_crate": null
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"symbol": "Searcher",
|
| 271 |
+
"kind": "struct_decl",
|
| 272 |
+
"usage_count": 1,
|
| 273 |
+
"usage_type": "StructDecl",
|
| 274 |
+
"node_type": "Item",
|
| 275 |
+
"user_def_id": "aho_corasick",
|
| 276 |
+
"used_def_id": "Searcher",
|
| 277 |
+
"user_crate": "aho_corasick",
|
| 278 |
+
"used_crate": null
|
| 279 |
+
},
|
| 280 |
+
{
|
| 281 |
+
"symbol": "FindIter",
|
| 282 |
+
"kind": "struct_decl",
|
| 283 |
+
"usage_count": 1,
|
| 284 |
+
"usage_type": "StructDecl",
|
| 285 |
+
"node_type": "Item",
|
| 286 |
+
"user_def_id": "aho_corasick",
|
| 287 |
+
"used_def_id": "FindIter",
|
| 288 |
+
"user_crate": "aho_corasick",
|
| 289 |
+
"used_crate": null
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"symbol": "Patterns",
|
| 293 |
+
"kind": "struct_decl",
|
| 294 |
+
"usage_count": 1,
|
| 295 |
+
"usage_type": "StructDecl",
|
| 296 |
+
"node_type": "Item",
|
| 297 |
+
"user_def_id": "aho_corasick",
|
| 298 |
+
"used_def_id": "Patterns",
|
| 299 |
+
"user_crate": "aho_corasick",
|
| 300 |
+
"used_crate": null
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"symbol": "PatternIter",
|
| 304 |
+
"kind": "struct_decl",
|
| 305 |
+
"usage_count": 1,
|
| 306 |
+
"usage_type": "StructDecl",
|
| 307 |
+
"node_type": "Item",
|
| 308 |
+
"user_def_id": "aho_corasick",
|
| 309 |
+
"used_def_id": "PatternIter",
|
| 310 |
+
"user_crate": "aho_corasick",
|
| 311 |
+
"used_crate": null
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"symbol": "Pattern",
|
| 315 |
+
"kind": "struct_decl",
|
| 316 |
+
"usage_count": 1,
|
| 317 |
+
"usage_type": "StructDecl",
|
| 318 |
+
"node_type": "Item",
|
| 319 |
+
"user_def_id": "aho_corasick",
|
| 320 |
+
"used_def_id": "Pattern",
|
| 321 |
+
"user_crate": "aho_corasick",
|
| 322 |
+
"used_crate": null
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"symbol": "RabinKarp",
|
| 326 |
+
"kind": "struct_decl",
|
| 327 |
+
"usage_count": 1,
|
| 328 |
+
"usage_type": "StructDecl",
|
| 329 |
+
"node_type": "Item",
|
| 330 |
+
"user_def_id": "aho_corasick",
|
| 331 |
+
"used_def_id": "RabinKarp",
|
| 332 |
+
"user_crate": "aho_corasick",
|
| 333 |
+
"used_crate": null
|
| 334 |
+
},
|
| 335 |
+
{
|
| 336 |
+
"symbol": "Builder",
|
| 337 |
+
"kind": "struct_decl",
|
| 338 |
+
"usage_count": 1,
|
| 339 |
+
"usage_type": "StructDecl",
|
| 340 |
+
"node_type": "Item",
|
| 341 |
+
"user_def_id": "aho_corasick",
|
| 342 |
+
"used_def_id": "Builder",
|
| 343 |
+
"user_crate": "aho_corasick",
|
| 344 |
+
"used_crate": null
|
| 345 |
+
},
|
| 346 |
+
{
|
| 347 |
+
"symbol": "Searcher",
|
| 348 |
+
"kind": "struct_decl",
|
| 349 |
+
"usage_count": 1,
|
| 350 |
+
"usage_type": "StructDecl",
|
| 351 |
+
"node_type": "Item",
|
| 352 |
+
"user_def_id": "aho_corasick",
|
| 353 |
+
"used_def_id": "Searcher",
|
| 354 |
+
"user_crate": "aho_corasick",
|
| 355 |
+
"used_crate": null
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"symbol": "SlimSSSE3",
|
| 359 |
+
"kind": "struct_decl",
|
| 360 |
+
"usage_count": 1,
|
| 361 |
+
"usage_type": "StructDecl",
|
| 362 |
+
"node_type": "Item",
|
| 363 |
+
"user_def_id": "aho_corasick",
|
| 364 |
+
"used_def_id": "SlimSSSE3",
|
| 365 |
+
"user_crate": "aho_corasick",
|
| 366 |
+
"used_crate": null
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"symbol": "SlimAVX2",
|
| 370 |
+
"kind": "struct_decl",
|
| 371 |
+
"usage_count": 1,
|
| 372 |
+
"usage_type": "StructDecl",
|
| 373 |
+
"node_type": "Item",
|
| 374 |
+
"user_def_id": "aho_corasick",
|
| 375 |
+
"used_def_id": "SlimAVX2",
|
| 376 |
+
"user_crate": "aho_corasick",
|
| 377 |
+
"used_crate": null
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"symbol": "FatAVX2",
|
| 381 |
+
"kind": "struct_decl",
|
| 382 |
+
"usage_count": 1,
|
| 383 |
+
"usage_type": "StructDecl",
|
| 384 |
+
"node_type": "Item",
|
| 385 |
+
"user_def_id": "aho_corasick",
|
| 386 |
+
"used_def_id": "FatAVX2",
|
| 387 |
+
"user_crate": "aho_corasick",
|
| 388 |
+
"used_crate": null
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"symbol": "Match",
|
| 392 |
+
"kind": "struct_decl",
|
| 393 |
+
"usage_count": 1,
|
| 394 |
+
"usage_type": "StructDecl",
|
| 395 |
+
"node_type": "Item",
|
| 396 |
+
"user_def_id": "aho_corasick",
|
| 397 |
+
"used_def_id": "Match",
|
| 398 |
+
"user_crate": "aho_corasick",
|
| 399 |
+
"used_crate": null
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"symbol": "Slim",
|
| 403 |
+
"kind": "struct_decl",
|
| 404 |
+
"usage_count": 1,
|
| 405 |
+
"usage_type": "StructDecl",
|
| 406 |
+
"node_type": "Item",
|
| 407 |
+
"user_def_id": "aho_corasick",
|
| 408 |
+
"used_def_id": "Slim",
|
| 409 |
+
"user_crate": "aho_corasick",
|
| 410 |
+
"used_crate": null
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"symbol": "Fat",
|
| 414 |
+
"kind": "struct_decl",
|
| 415 |
+
"usage_count": 1,
|
| 416 |
+
"usage_type": "StructDecl",
|
| 417 |
+
"node_type": "Item",
|
| 418 |
+
"user_def_id": "aho_corasick",
|
| 419 |
+
"used_def_id": "Fat",
|
| 420 |
+
"user_crate": "aho_corasick",
|
| 421 |
+
"used_crate": null
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"symbol": "Teddy",
|
| 425 |
+
"kind": "struct_decl",
|
| 426 |
+
"usage_count": 1,
|
| 427 |
+
"usage_type": "StructDecl",
|
| 428 |
+
"node_type": "Item",
|
| 429 |
+
"user_def_id": "aho_corasick",
|
| 430 |
+
"used_def_id": "Teddy",
|
| 431 |
+
"user_crate": "aho_corasick",
|
| 432 |
+
"used_crate": null
|
| 433 |
+
},
|
| 434 |
+
{
|
| 435 |
+
"symbol": "Mask",
|
| 436 |
+
"kind": "struct_decl",
|
| 437 |
+
"usage_count": 1,
|
| 438 |
+
"usage_type": "StructDecl",
|
| 439 |
+
"node_type": "Item",
|
| 440 |
+
"user_def_id": "aho_corasick",
|
| 441 |
+
"used_def_id": "Mask",
|
| 442 |
+
"user_crate": "aho_corasick",
|
| 443 |
+
"used_crate": null
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"symbol": "SlimMaskBuilder",
|
| 447 |
+
"kind": "struct_decl",
|
| 448 |
+
"usage_count": 1,
|
| 449 |
+
"usage_type": "StructDecl",
|
| 450 |
+
"node_type": "Item",
|
| 451 |
+
"user_def_id": "aho_corasick",
|
| 452 |
+
"used_def_id": "SlimMaskBuilder",
|
| 453 |
+
"user_crate": "aho_corasick",
|
| 454 |
+
"used_crate": null
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"symbol": "FatMaskBuilder",
|
| 458 |
+
"kind": "struct_decl",
|
| 459 |
+
"usage_count": 1,
|
| 460 |
+
"usage_type": "StructDecl",
|
| 461 |
+
"node_type": "Item",
|
| 462 |
+
"user_def_id": "aho_corasick",
|
| 463 |
+
"used_def_id": "FatMaskBuilder",
|
| 464 |
+
"user_crate": "aho_corasick",
|
| 465 |
+
"used_crate": null
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"symbol": "ByteClasses",
|
| 469 |
+
"kind": "struct_decl",
|
| 470 |
+
"usage_count": 1,
|
| 471 |
+
"usage_type": "StructDecl",
|
| 472 |
+
"node_type": "Item",
|
| 473 |
+
"user_def_id": "aho_corasick",
|
| 474 |
+
"used_def_id": "ByteClasses",
|
| 475 |
+
"user_crate": "aho_corasick",
|
| 476 |
+
"used_crate": null
|
| 477 |
+
},
|
| 478 |
+
{
|
| 479 |
+
"symbol": "ByteClassIter",
|
| 480 |
+
"kind": "struct_decl",
|
| 481 |
+
"usage_count": 1,
|
| 482 |
+
"usage_type": "StructDecl",
|
| 483 |
+
"node_type": "Item",
|
| 484 |
+
"user_def_id": "aho_corasick",
|
| 485 |
+
"used_def_id": "ByteClassIter",
|
| 486 |
+
"user_crate": "aho_corasick",
|
| 487 |
+
"used_crate": null
|
| 488 |
+
},
|
| 489 |
+
{
|
| 490 |
+
"symbol": "ByteClassElements",
|
| 491 |
+
"kind": "struct_decl",
|
| 492 |
+
"usage_count": 1,
|
| 493 |
+
"usage_type": "StructDecl",
|
| 494 |
+
"node_type": "Item",
|
| 495 |
+
"user_def_id": "aho_corasick",
|
| 496 |
+
"used_def_id": "ByteClassElements",
|
| 497 |
+
"user_crate": "aho_corasick",
|
| 498 |
+
"used_crate": null
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"symbol": "ByteClassElementRanges",
|
| 502 |
+
"kind": "struct_decl",
|
| 503 |
+
"usage_count": 1,
|
| 504 |
+
"usage_type": "StructDecl",
|
| 505 |
+
"node_type": "Item",
|
| 506 |
+
"user_def_id": "aho_corasick",
|
| 507 |
+
"used_def_id": "ByteClassElementRanges",
|
| 508 |
+
"user_crate": "aho_corasick",
|
| 509 |
+
"used_crate": null
|
| 510 |
+
},
|
| 511 |
+
{
|
| 512 |
+
"symbol": "ByteClassSet",
|
| 513 |
+
"kind": "struct_decl",
|
| 514 |
+
"usage_count": 1,
|
| 515 |
+
"usage_type": "StructDecl",
|
| 516 |
+
"node_type": "Item",
|
| 517 |
+
"user_def_id": "aho_corasick",
|
| 518 |
+
"used_def_id": "ByteClassSet",
|
| 519 |
+
"user_crate": "aho_corasick",
|
| 520 |
+
"used_crate": null
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"symbol": "ByteSet",
|
| 524 |
+
"kind": "struct_decl",
|
| 525 |
+
"usage_count": 1,
|
| 526 |
+
"usage_type": "StructDecl",
|
| 527 |
+
"node_type": "Item",
|
| 528 |
+
"user_def_id": "aho_corasick",
|
| 529 |
+
"used_def_id": "ByteSet",
|
| 530 |
+
"user_crate": "aho_corasick",
|
| 531 |
+
"used_crate": null
|
| 532 |
+
},
|
| 533 |
+
{
|
| 534 |
+
"symbol": "BitSet",
|
| 535 |
+
"kind": "struct_decl",
|
| 536 |
+
"usage_count": 1,
|
| 537 |
+
"usage_type": "StructDecl",
|
| 538 |
+
"node_type": "Item",
|
| 539 |
+
"user_def_id": "aho_corasick",
|
| 540 |
+
"used_def_id": "BitSet",
|
| 541 |
+
"user_crate": "aho_corasick",
|
| 542 |
+
"used_crate": null
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"symbol": "Buffer",
|
| 546 |
+
"kind": "struct_decl",
|
| 547 |
+
"usage_count": 1,
|
| 548 |
+
"usage_type": "StructDecl",
|
| 549 |
+
"node_type": "Item",
|
| 550 |
+
"user_def_id": "aho_corasick",
|
| 551 |
+
"used_def_id": "Buffer",
|
| 552 |
+
"user_crate": "aho_corasick",
|
| 553 |
+
"used_crate": null
|
| 554 |
+
},
|
| 555 |
+
{
|
| 556 |
+
"symbol": "DebugByte",
|
| 557 |
+
"kind": "struct_decl",
|
| 558 |
+
"usage_count": 1,
|
| 559 |
+
"usage_type": "StructDecl",
|
| 560 |
+
"node_type": "Item",
|
| 561 |
+
"user_def_id": "aho_corasick",
|
| 562 |
+
"used_def_id": "DebugByte",
|
| 563 |
+
"user_crate": "aho_corasick",
|
| 564 |
+
"used_crate": null
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"symbol": "BuildError",
|
| 568 |
+
"kind": "struct_decl",
|
| 569 |
+
"usage_count": 1,
|
| 570 |
+
"usage_type": "StructDecl",
|
| 571 |
+
"node_type": "Item",
|
| 572 |
+
"user_def_id": "aho_corasick",
|
| 573 |
+
"used_def_id": "BuildError",
|
| 574 |
+
"user_crate": "aho_corasick",
|
| 575 |
+
"used_crate": null
|
| 576 |
+
},
|
| 577 |
+
{
|
| 578 |
+
"symbol": "MatchError",
|
| 579 |
+
"kind": "struct_decl",
|
| 580 |
+
"usage_count": 1,
|
| 581 |
+
"usage_type": "StructDecl",
|
| 582 |
+
"node_type": "Item",
|
| 583 |
+
"user_def_id": "aho_corasick",
|
| 584 |
+
"used_def_id": "MatchError",
|
| 585 |
+
"user_crate": "aho_corasick",
|
| 586 |
+
"used_crate": null
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"symbol": "Prefilter",
|
| 590 |
+
"kind": "struct_decl",
|
| 591 |
+
"usage_count": 1,
|
| 592 |
+
"usage_type": "StructDecl",
|
| 593 |
+
"node_type": "Item",
|
| 594 |
+
"user_def_id": "aho_corasick",
|
| 595 |
+
"used_def_id": "Prefilter",
|
| 596 |
+
"user_crate": "aho_corasick",
|
| 597 |
+
"used_crate": null
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"symbol": "Builder",
|
| 601 |
+
"kind": "struct_decl",
|
| 602 |
+
"usage_count": 1,
|
| 603 |
+
"usage_type": "StructDecl",
|
| 604 |
+
"node_type": "Item",
|
| 605 |
+
"user_def_id": "aho_corasick",
|
| 606 |
+
"used_def_id": "Builder",
|
| 607 |
+
"user_crate": "aho_corasick",
|
| 608 |
+
"used_crate": null
|
| 609 |
+
},
|
| 610 |
+
{
|
| 611 |
+
"symbol": "Packed",
|
| 612 |
+
"kind": "struct_decl",
|
| 613 |
+
"usage_count": 1,
|
| 614 |
+
"usage_type": "StructDecl",
|
| 615 |
+
"node_type": "Item",
|
| 616 |
+
"user_def_id": "aho_corasick",
|
| 617 |
+
"used_def_id": "Packed",
|
| 618 |
+
"user_crate": "aho_corasick",
|
| 619 |
+
"used_crate": null
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"symbol": "MemmemBuilder",
|
| 623 |
+
"kind": "struct_decl",
|
| 624 |
+
"usage_count": 1,
|
| 625 |
+
"usage_type": "StructDecl",
|
| 626 |
+
"node_type": "Item",
|
| 627 |
+
"user_def_id": "aho_corasick",
|
| 628 |
+
"used_def_id": "MemmemBuilder",
|
| 629 |
+
"user_crate": "aho_corasick",
|
| 630 |
+
"used_crate": null
|
| 631 |
+
},
|
| 632 |
+
{
|
| 633 |
+
"symbol": "Memmem",
|
| 634 |
+
"kind": "struct_decl",
|
| 635 |
+
"usage_count": 1,
|
| 636 |
+
"usage_type": "StructDecl",
|
| 637 |
+
"node_type": "Item",
|
| 638 |
+
"user_def_id": "aho_corasick",
|
| 639 |
+
"used_def_id": "Memmem",
|
| 640 |
+
"user_crate": "aho_corasick",
|
| 641 |
+
"used_crate": null
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"symbol": "RareBytesBuilder",
|
| 645 |
+
"kind": "struct_decl",
|
| 646 |
+
"usage_count": 1,
|
| 647 |
+
"usage_type": "StructDecl",
|
| 648 |
+
"node_type": "Item",
|
| 649 |
+
"user_def_id": "aho_corasick",
|
| 650 |
+
"used_def_id": "RareBytesBuilder",
|
| 651 |
+
"user_crate": "aho_corasick",
|
| 652 |
+
"used_crate": null
|
| 653 |
+
},
|
| 654 |
+
{
|
| 655 |
+
"symbol": "RareByteOffsets",
|
| 656 |
+
"kind": "struct_decl",
|
| 657 |
+
"usage_count": 1,
|
| 658 |
+
"usage_type": "StructDecl",
|
| 659 |
+
"node_type": "Item",
|
| 660 |
+
"user_def_id": "aho_corasick",
|
| 661 |
+
"used_def_id": "RareByteOffsets",
|
| 662 |
+
"user_crate": "aho_corasick",
|
| 663 |
+
"used_crate": null
|
| 664 |
+
},
|
| 665 |
+
{
|
| 666 |
+
"symbol": "RareByteOffset",
|
| 667 |
+
"kind": "struct_decl",
|
| 668 |
+
"usage_count": 1,
|
| 669 |
+
"usage_type": "StructDecl",
|
| 670 |
+
"node_type": "Item",
|
| 671 |
+
"user_def_id": "aho_corasick",
|
| 672 |
+
"used_def_id": "RareByteOffset",
|
| 673 |
+
"user_crate": "aho_corasick",
|
| 674 |
+
"used_crate": null
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"symbol": "RareBytesOne",
|
| 678 |
+
"kind": "struct_decl",
|
| 679 |
+
"usage_count": 1,
|
| 680 |
+
"usage_type": "StructDecl",
|
| 681 |
+
"node_type": "Item",
|
| 682 |
+
"user_def_id": "aho_corasick",
|
| 683 |
+
"used_def_id": "RareBytesOne",
|
| 684 |
+
"user_crate": "aho_corasick",
|
| 685 |
+
"used_crate": null
|
| 686 |
+
},
|
| 687 |
+
{
|
| 688 |
+
"symbol": "RareBytesTwo",
|
| 689 |
+
"kind": "struct_decl",
|
| 690 |
+
"usage_count": 1,
|
| 691 |
+
"usage_type": "StructDecl",
|
| 692 |
+
"node_type": "Item",
|
| 693 |
+
"user_def_id": "aho_corasick",
|
| 694 |
+
"used_def_id": "RareBytesTwo",
|
| 695 |
+
"user_crate": "aho_corasick",
|
| 696 |
+
"used_crate": null
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"symbol": "RareBytesThree",
|
| 700 |
+
"kind": "struct_decl",
|
| 701 |
+
"usage_count": 1,
|
| 702 |
+
"usage_type": "StructDecl",
|
| 703 |
+
"node_type": "Item",
|
| 704 |
+
"user_def_id": "aho_corasick",
|
| 705 |
+
"used_def_id": "RareBytesThree",
|
| 706 |
+
"user_crate": "aho_corasick",
|
| 707 |
+
"used_crate": null
|
| 708 |
+
},
|
| 709 |
+
{
|
| 710 |
+
"symbol": "StartBytesBuilder",
|
| 711 |
+
"kind": "struct_decl",
|
| 712 |
+
"usage_count": 1,
|
| 713 |
+
"usage_type": "StructDecl",
|
| 714 |
+
"node_type": "Item",
|
| 715 |
+
"user_def_id": "aho_corasick",
|
| 716 |
+
"used_def_id": "StartBytesBuilder",
|
| 717 |
+
"user_crate": "aho_corasick",
|
| 718 |
+
"used_crate": null
|
| 719 |
+
},
|
| 720 |
+
{
|
| 721 |
+
"symbol": "StartBytesOne",
|
| 722 |
+
"kind": "struct_decl",
|
| 723 |
+
"usage_count": 1,
|
| 724 |
+
"usage_type": "StructDecl",
|
| 725 |
+
"node_type": "Item",
|
| 726 |
+
"user_def_id": "aho_corasick",
|
| 727 |
+
"used_def_id": "StartBytesOne",
|
| 728 |
+
"user_crate": "aho_corasick",
|
| 729 |
+
"used_crate": null
|
| 730 |
+
},
|
| 731 |
+
{
|
| 732 |
+
"symbol": "StartBytesTwo",
|
| 733 |
+
"kind": "struct_decl",
|
| 734 |
+
"usage_count": 1,
|
| 735 |
+
"usage_type": "StructDecl",
|
| 736 |
+
"node_type": "Item",
|
| 737 |
+
"user_def_id": "aho_corasick",
|
| 738 |
+
"used_def_id": "StartBytesTwo",
|
| 739 |
+
"user_crate": "aho_corasick",
|
| 740 |
+
"used_crate": null
|
| 741 |
+
},
|
| 742 |
+
{
|
| 743 |
+
"symbol": "StartBytesThree",
|
| 744 |
+
"kind": "struct_decl",
|
| 745 |
+
"usage_count": 1,
|
| 746 |
+
"usage_type": "StructDecl",
|
| 747 |
+
"node_type": "Item",
|
| 748 |
+
"user_def_id": "aho_corasick",
|
| 749 |
+
"used_def_id": "StartBytesThree",
|
| 750 |
+
"user_crate": "aho_corasick",
|
| 751 |
+
"used_crate": null
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"symbol": "SmallIndex",
|
| 755 |
+
"kind": "struct_decl",
|
| 756 |
+
"usage_count": 1,
|
| 757 |
+
"usage_type": "StructDecl",
|
| 758 |
+
"node_type": "Item",
|
| 759 |
+
"user_def_id": "aho_corasick",
|
| 760 |
+
"used_def_id": "SmallIndex",
|
| 761 |
+
"user_crate": "aho_corasick",
|
| 762 |
+
"used_crate": null
|
| 763 |
+
},
|
| 764 |
+
{
|
| 765 |
+
"symbol": "SmallIndexError",
|
| 766 |
+
"kind": "struct_decl",
|
| 767 |
+
"usage_count": 1,
|
| 768 |
+
"usage_type": "StructDecl",
|
| 769 |
+
"node_type": "Item",
|
| 770 |
+
"user_def_id": "aho_corasick",
|
| 771 |
+
"used_def_id": "SmallIndexError",
|
| 772 |
+
"user_crate": "aho_corasick",
|
| 773 |
+
"used_crate": null
|
| 774 |
+
},
|
| 775 |
+
{
|
| 776 |
+
"symbol": "SmallIndexIter",
|
| 777 |
+
"kind": "struct_decl",
|
| 778 |
+
"usage_count": 1,
|
| 779 |
+
"usage_type": "StructDecl",
|
| 780 |
+
"node_type": "Item",
|
| 781 |
+
"user_def_id": "aho_corasick",
|
| 782 |
+
"used_def_id": "SmallIndexIter",
|
| 783 |
+
"user_crate": "aho_corasick",
|
| 784 |
+
"used_crate": null
|
| 785 |
+
},
|
| 786 |
+
{
|
| 787 |
+
"symbol": "PatternID",
|
| 788 |
+
"kind": "struct_decl",
|
| 789 |
+
"usage_count": 1,
|
| 790 |
+
"usage_type": "StructDecl",
|
| 791 |
+
"node_type": "Item",
|
| 792 |
+
"user_def_id": "aho_corasick",
|
| 793 |
+
"used_def_id": "PatternID",
|
| 794 |
+
"user_crate": "aho_corasick",
|
| 795 |
+
"used_crate": null
|
| 796 |
+
},
|
| 797 |
+
{
|
| 798 |
+
"symbol": "StateID",
|
| 799 |
+
"kind": "struct_decl",
|
| 800 |
+
"usage_count": 1,
|
| 801 |
+
"usage_type": "StructDecl",
|
| 802 |
+
"node_type": "Item",
|
| 803 |
+
"user_def_id": "aho_corasick",
|
| 804 |
+
"used_def_id": "StateID",
|
| 805 |
+
"user_crate": "aho_corasick",
|
| 806 |
+
"used_crate": null
|
| 807 |
+
},
|
| 808 |
+
{
|
| 809 |
+
"symbol": "PatternIDError",
|
| 810 |
+
"kind": "struct_decl",
|
| 811 |
+
"usage_count": 1,
|
| 812 |
+
"usage_type": "StructDecl",
|
| 813 |
+
"node_type": "Item",
|
| 814 |
+
"user_def_id": "aho_corasick",
|
| 815 |
+
"used_def_id": "PatternIDError",
|
| 816 |
+
"user_crate": "aho_corasick",
|
| 817 |
+
"used_crate": null
|
| 818 |
+
},
|
| 819 |
+
{
|
| 820 |
+
"symbol": "PatternIDIter",
|
| 821 |
+
"kind": "struct_decl",
|
| 822 |
+
"usage_count": 1,
|
| 823 |
+
"usage_type": "StructDecl",
|
| 824 |
+
"node_type": "Item",
|
| 825 |
+
"user_def_id": "aho_corasick",
|
| 826 |
+
"used_def_id": "PatternIDIter",
|
| 827 |
+
"user_crate": "aho_corasick",
|
| 828 |
+
"used_crate": null
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"symbol": "WithPatternIDIter",
|
| 832 |
+
"kind": "struct_decl",
|
| 833 |
+
"usage_count": 1,
|
| 834 |
+
"usage_type": "StructDecl",
|
| 835 |
+
"node_type": "Item",
|
| 836 |
+
"user_def_id": "aho_corasick",
|
| 837 |
+
"used_def_id": "WithPatternIDIter",
|
| 838 |
+
"user_crate": "aho_corasick",
|
| 839 |
+
"used_crate": null
|
| 840 |
+
},
|
| 841 |
+
{
|
| 842 |
+
"symbol": "StateIDError",
|
| 843 |
+
"kind": "struct_decl",
|
| 844 |
+
"usage_count": 1,
|
| 845 |
+
"usage_type": "StructDecl",
|
| 846 |
+
"node_type": "Item",
|
| 847 |
+
"user_def_id": "aho_corasick",
|
| 848 |
+
"used_def_id": "StateIDError",
|
| 849 |
+
"user_crate": "aho_corasick",
|
| 850 |
+
"used_crate": null
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"symbol": "StateIDIter",
|
| 854 |
+
"kind": "struct_decl",
|
| 855 |
+
"usage_count": 1,
|
| 856 |
+
"usage_type": "StructDecl",
|
| 857 |
+
"node_type": "Item",
|
| 858 |
+
"user_def_id": "aho_corasick",
|
| 859 |
+
"used_def_id": "StateIDIter",
|
| 860 |
+
"user_crate": "aho_corasick",
|
| 861 |
+
"used_crate": null
|
| 862 |
+
},
|
| 863 |
+
{
|
| 864 |
+
"symbol": "WithStateIDIter",
|
| 865 |
+
"kind": "struct_decl",
|
| 866 |
+
"usage_count": 1,
|
| 867 |
+
"usage_type": "StructDecl",
|
| 868 |
+
"node_type": "Item",
|
| 869 |
+
"user_def_id": "aho_corasick",
|
| 870 |
+
"used_def_id": "WithStateIDIter",
|
| 871 |
+
"user_crate": "aho_corasick",
|
| 872 |
+
"used_crate": null
|
| 873 |
+
},
|
| 874 |
+
{
|
| 875 |
+
"symbol": "Remapper",
|
| 876 |
+
"kind": "struct_decl",
|
| 877 |
+
"usage_count": 1,
|
| 878 |
+
"usage_type": "StructDecl",
|
| 879 |
+
"node_type": "Item",
|
| 880 |
+
"user_def_id": "aho_corasick",
|
| 881 |
+
"used_def_id": "Remapper",
|
| 882 |
+
"user_crate": "aho_corasick",
|
| 883 |
+
"used_crate": null
|
| 884 |
+
},
|
| 885 |
+
{
|
| 886 |
+
"symbol": "IndexMapper",
|
| 887 |
+
"kind": "struct_decl",
|
| 888 |
+
"usage_count": 1,
|
| 889 |
+
"usage_type": "StructDecl",
|
| 890 |
+
"node_type": "Item",
|
| 891 |
+
"user_def_id": "aho_corasick",
|
| 892 |
+
"used_def_id": "IndexMapper",
|
| 893 |
+
"user_crate": "aho_corasick",
|
| 894 |
+
"used_crate": null
|
| 895 |
+
},
|
| 896 |
+
{
|
| 897 |
+
"symbol": "Input",
|
| 898 |
+
"kind": "struct_decl",
|
| 899 |
+
"usage_count": 1,
|
| 900 |
+
"usage_type": "StructDecl",
|
| 901 |
+
"node_type": "Item",
|
| 902 |
+
"user_def_id": "aho_corasick",
|
| 903 |
+
"used_def_id": "Input",
|
| 904 |
+
"user_crate": "aho_corasick",
|
| 905 |
+
"used_crate": null
|
| 906 |
+
},
|
| 907 |
+
{
|
| 908 |
+
"symbol": "Span",
|
| 909 |
+
"kind": "struct_decl",
|
| 910 |
+
"usage_count": 1,
|
| 911 |
+
"usage_type": "StructDecl",
|
| 912 |
+
"node_type": "Item",
|
| 913 |
+
"user_def_id": "aho_corasick",
|
| 914 |
+
"used_def_id": "Span",
|
| 915 |
+
"user_crate": "aho_corasick",
|
| 916 |
+
"used_crate": null
|
| 917 |
+
},
|
| 918 |
+
{
|
| 919 |
+
"symbol": "Match",
|
| 920 |
+
"kind": "struct_decl",
|
| 921 |
+
"usage_count": 1,
|
| 922 |
+
"usage_type": "StructDecl",
|
| 923 |
+
"node_type": "Item",
|
| 924 |
+
"user_def_id": "aho_corasick",
|
| 925 |
+
"used_def_id": "Match",
|
| 926 |
+
"user_crate": "aho_corasick",
|
| 927 |
+
"used_crate": null
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"symbol": "Special",
|
| 931 |
+
"kind": "struct_decl",
|
| 932 |
+
"usage_count": 1,
|
| 933 |
+
"usage_type": "StructDecl",
|
| 934 |
+
"node_type": "Item",
|
| 935 |
+
"user_def_id": "aho_corasick",
|
| 936 |
+
"used_def_id": "Special",
|
| 937 |
+
"user_crate": "aho_corasick",
|
| 938 |
+
"used_crate": null
|
| 939 |
+
}
|
| 940 |
+
]
|
| 941 |
+
}
|
crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_util_prefilter.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "aho_corasick",
|
| 3 |
+
"module": "util::prefilter",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "to_ascii_lowercase",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:1390 ~ aho_corasick[5c22]::util::prefilter::opposite_ascii_case)",
|
| 12 |
+
"used_def_id": "DefId(1:1418 ~ core[4720]::num::{impl#6}::to_ascii_lowercase)",
|
| 13 |
+
"user_crate": "aho_corasick",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "to_ascii_uppercase",
|
| 18 |
+
"kind": "method_call",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "MethodCall",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "DefId(0:1390 ~ aho_corasick[5c22]::util::prefilter::opposite_ascii_case)",
|
| 23 |
+
"used_def_id": "DefId(1:1417 ~ core[4720]::num::{impl#6}::to_ascii_uppercase)",
|
| 24 |
+
"user_crate": "aho_corasick",
|
| 25 |
+
"used_crate": "core"
|
| 26 |
+
}
|
| 27 |
+
]
|
| 28 |
+
}
|
crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_util_prefilter_MemmemBuilder_build.json
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "aho_corasick",
|
| 3 |
+
"module": "util::prefilter::MemmemBuilder::build",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "as_ref",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:1338 ~ aho_corasick[5c22]::util::prefilter::{impl#5}::build::imp)",
|
| 12 |
+
"used_def_id": "DefId(1:10220 ~ core[4720]::option::{impl#0}::as_ref)",
|
| 13 |
+
"user_crate": "aho_corasick",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "branch",
|
| 18 |
+
"kind": "method_call",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "MethodCall",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "DefId(0:1338 ~ aho_corasick[5c22]::util::prefilter::{impl#5}::build::imp)",
|
| 23 |
+
"used_def_id": "DefId(1:4242 ~ core[4720]::ops::try_trait::Try::branch)",
|
| 24 |
+
"user_crate": "aho_corasick",
|
| 25 |
+
"used_crate": "core"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "Continue",
|
| 29 |
+
"kind": "enum_variant_usage",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "EnumVariant",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "DefId(0:1338 ~ aho_corasick[5c22]::util::prefilter::{impl#5}::build::imp)",
|
| 34 |
+
"used_def_id": "DefId(1:45080 ~ core[4720]::ops::control_flow::ControlFlow::Continue)",
|
| 35 |
+
"user_crate": "aho_corasick",
|
| 36 |
+
"used_crate": "core"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "from_residual",
|
| 40 |
+
"kind": "method_call",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "MethodCall",
|
| 43 |
+
"node_type": "Item",
|
| 44 |
+
"user_def_id": "DefId(0:1338 ~ aho_corasick[5c22]::util::prefilter::{impl#5}::build::imp)",
|
| 45 |
+
"used_def_id": "DefId(1:4245 ~ core[4720]::ops::try_trait::FromResidual::from_residual)",
|
| 46 |
+
"user_crate": "aho_corasick",
|
| 47 |
+
"used_crate": "core"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"symbol": "Break",
|
| 51 |
+
"kind": "enum_variant_usage",
|
| 52 |
+
"usage_count": 1,
|
| 53 |
+
"usage_type": "EnumVariant",
|
| 54 |
+
"node_type": "Item",
|
| 55 |
+
"user_def_id": "DefId(0:1338 ~ aho_corasick[5c22]::util::prefilter::{impl#5}::build::imp)",
|
| 56 |
+
"used_def_id": "DefId(1:45083 ~ core[4720]::ops::control_flow::ControlFlow::Break)",
|
| 57 |
+
"user_crate": "aho_corasick",
|
| 58 |
+
"used_crate": "core"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"symbol": "new",
|
| 62 |
+
"kind": "method_call",
|
| 63 |
+
"usage_count": 1,
|
| 64 |
+
"usage_type": "MethodCall",
|
| 65 |
+
"node_type": "Item",
|
| 66 |
+
"user_def_id": "DefId(0:1338 ~ aho_corasick[5c22]::util::prefilter::{impl#5}::build::imp)",
|
| 67 |
+
"used_def_id": "DefId(2:6862 ~ alloc[27b0]::sync::{impl#14}::new)",
|
| 68 |
+
"user_crate": "aho_corasick",
|
| 69 |
+
"used_crate": "alloc"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"symbol": "into_owned",
|
| 73 |
+
"kind": "method_call",
|
| 74 |
+
"usage_count": 1,
|
| 75 |
+
"usage_type": "MethodCall",
|
| 76 |
+
"node_type": "Item",
|
| 77 |
+
"user_def_id": "DefId(0:1338 ~ aho_corasick[5c22]::util::prefilter::{impl#5}::build::imp)",
|
| 78 |
+
"used_def_id": "DefId(20:784 ~ memchr[6e91]::memmem::{impl#4}::into_owned)",
|
| 79 |
+
"user_crate": "aho_corasick",
|
| 80 |
+
"used_crate": "memchr"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"symbol": "new",
|
| 84 |
+
"kind": "method_call",
|
| 85 |
+
"usage_count": 1,
|
| 86 |
+
"usage_type": "MethodCall",
|
| 87 |
+
"node_type": "Item",
|
| 88 |
+
"user_def_id": "DefId(0:1338 ~ aho_corasick[5c22]::util::prefilter::{impl#5}::build::imp)",
|
| 89 |
+
"used_def_id": "DefId(20:778 ~ memchr[6e91]::memmem::{impl#4}::new)",
|
| 90 |
+
"user_crate": "aho_corasick",
|
| 91 |
+
"used_crate": "memchr"
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"symbol": "len",
|
| 95 |
+
"kind": "method_call",
|
| 96 |
+
"usage_count": 1,
|
| 97 |
+
"usage_type": "MethodCall",
|
| 98 |
+
"node_type": "Item",
|
| 99 |
+
"user_def_id": "DefId(0:1338 ~ aho_corasick[5c22]::util::prefilter::{impl#5}::build::imp)",
|
| 100 |
+
"used_def_id": "DefId(2:8182 ~ alloc[27b0]::vec::{impl#1}::len)",
|
| 101 |
+
"user_crate": "aho_corasick",
|
| 102 |
+
"used_crate": "alloc"
|
| 103 |
+
}
|
| 104 |
+
]
|
| 105 |
+
}
|
crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_util_prefilter_RareBytesBuilder_build.json
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "aho_corasick",
|
| 3 |
+
"module": "util::prefilter::RareBytesBuilder::build",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "new",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:1358 ~ aho_corasick[5c22]::util::prefilter::{impl#11}::build::imp)",
|
| 12 |
+
"used_def_id": "DefId(1:4093 ~ core[4720]::ops::range::{impl#7}::new)",
|
| 13 |
+
"user_crate": "aho_corasick",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "None",
|
| 18 |
+
"kind": "enum_variant_usage",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "EnumVariant",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "DefId(0:1358 ~ aho_corasick[5c22]::util::prefilter::{impl#11}::build::imp)",
|
| 23 |
+
"used_def_id": "DefId(1:49374 ~ core[4720]::option::Option::None)",
|
| 24 |
+
"user_crate": "aho_corasick",
|
| 25 |
+
"used_crate": "core"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "Some",
|
| 29 |
+
"kind": "enum_variant_usage",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "EnumVariant",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "DefId(0:1358 ~ aho_corasick[5c22]::util::prefilter::{impl#11}::build::imp)",
|
| 34 |
+
"used_def_id": "DefId(1:49376 ~ core[4720]::option::Option::Some)",
|
| 35 |
+
"user_crate": "aho_corasick",
|
| 36 |
+
"used_crate": "core"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "contains",
|
| 40 |
+
"kind": "method_call",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "MethodCall",
|
| 43 |
+
"node_type": "Item",
|
| 44 |
+
"user_def_id": "DefId(0:1358 ~ aho_corasick[5c22]::util::prefilter::{impl#11}::build::imp)",
|
| 45 |
+
"used_def_id": "DefId(0:1170 ~ aho_corasick[5c22]::util::alphabet::{impl#7}::contains)",
|
| 46 |
+
"user_crate": "aho_corasick",
|
| 47 |
+
"used_crate": "aho_corasick"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"symbol": "next",
|
| 51 |
+
"kind": "method_call",
|
| 52 |
+
"usage_count": 1,
|
| 53 |
+
"usage_type": "MethodCall",
|
| 54 |
+
"node_type": "Item",
|
| 55 |
+
"user_def_id": "DefId(0:1358 ~ aho_corasick[5c22]::util::prefilter::{impl#11}::build::imp)",
|
| 56 |
+
"used_def_id": "DefId(1:9429 ~ core[4720]::iter::traits::iterator::Iterator::next)",
|
| 57 |
+
"user_crate": "aho_corasick",
|
| 58 |
+
"used_crate": "core"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"symbol": "into_iter",
|
| 62 |
+
"kind": "method_call",
|
| 63 |
+
"usage_count": 1,
|
| 64 |
+
"usage_type": "MethodCall",
|
| 65 |
+
"node_type": "Item",
|
| 66 |
+
"user_def_id": "DefId(0:1358 ~ aho_corasick[5c22]::util::prefilter::{impl#11}::build::imp)",
|
| 67 |
+
"used_def_id": "DefId(1:9297 ~ core[4720]::iter::traits::collect::IntoIterator::into_iter)",
|
| 68 |
+
"user_crate": "aho_corasick",
|
| 69 |
+
"used_crate": "core"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"symbol": "new",
|
| 73 |
+
"kind": "method_call",
|
| 74 |
+
"usage_count": 1,
|
| 75 |
+
"usage_type": "MethodCall",
|
| 76 |
+
"node_type": "Item",
|
| 77 |
+
"user_def_id": "DefId(0:1358 ~ aho_corasick[5c22]::util::prefilter::{impl#11}::build::imp)",
|
| 78 |
+
"used_def_id": "DefId(2:6862 ~ alloc[27b0]::sync::{impl#14}::new)",
|
| 79 |
+
"user_crate": "aho_corasick",
|
| 80 |
+
"used_crate": "alloc"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"symbol": "new",
|
| 84 |
+
"kind": "method_call",
|
| 85 |
+
"usage_count": 1,
|
| 86 |
+
"usage_type": "MethodCall",
|
| 87 |
+
"node_type": "Item",
|
| 88 |
+
"user_def_id": "DefId(0:1358 ~ aho_corasick[5c22]::util::prefilter::{impl#11}::build::imp)",
|
| 89 |
+
"used_def_id": "DefId(2:6862 ~ alloc[27b0]::sync::{impl#14}::new)",
|
| 90 |
+
"user_crate": "aho_corasick",
|
| 91 |
+
"used_crate": "alloc"
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"symbol": "new",
|
| 95 |
+
"kind": "method_call",
|
| 96 |
+
"usage_count": 1,
|
| 97 |
+
"usage_type": "MethodCall",
|
| 98 |
+
"node_type": "Item",
|
| 99 |
+
"user_def_id": "DefId(0:1358 ~ aho_corasick[5c22]::util::prefilter::{impl#11}::build::imp)",
|
| 100 |
+
"used_def_id": "DefId(2:6862 ~ alloc[27b0]::sync::{impl#14}::new)",
|
| 101 |
+
"user_crate": "aho_corasick",
|
| 102 |
+
"used_crate": "alloc"
|
| 103 |
+
}
|
| 104 |
+
]
|
| 105 |
+
}
|
crate_usage_data/aho-corasick-1.1.3_usage_data/aho_corasick_util_prefilter_StartBytesBuilder_build.json
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "aho_corasick",
|
| 3 |
+
"module": "util::prefilter::StartBytesBuilder::build",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "Range",
|
| 7 |
+
"kind": "struct_usage",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "StructUsage",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:1377 ~ aho_corasick[5c22]::util::prefilter::{impl#15}::build::imp)",
|
| 12 |
+
"used_def_id": "DefId(1:45177 ~ core[4720]::ops::range::Range)",
|
| 13 |
+
"user_crate": "aho_corasick",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "None",
|
| 18 |
+
"kind": "enum_variant_usage",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "EnumVariant",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "DefId(0:1377 ~ aho_corasick[5c22]::util::prefilter::{impl#15}::build::imp)",
|
| 23 |
+
"used_def_id": "DefId(1:49374 ~ core[4720]::option::Option::None)",
|
| 24 |
+
"user_crate": "aho_corasick",
|
| 25 |
+
"used_crate": "core"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "Some",
|
| 29 |
+
"kind": "enum_variant_usage",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "EnumVariant",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "DefId(0:1377 ~ aho_corasick[5c22]::util::prefilter::{impl#15}::build::imp)",
|
| 34 |
+
"used_def_id": "DefId(1:49376 ~ core[4720]::option::Option::Some)",
|
| 35 |
+
"user_crate": "aho_corasick",
|
| 36 |
+
"used_crate": "core"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "index",
|
| 40 |
+
"kind": "method_call",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "MethodCall",
|
| 43 |
+
"node_type": "Item",
|
| 44 |
+
"user_def_id": "DefId(0:1377 ~ aho_corasick[5c22]::util::prefilter::{impl#15}::build::imp)",
|
| 45 |
+
"used_def_id": "DefId(1:45148 ~ core[4720]::ops::index::Index::index)",
|
| 46 |
+
"user_crate": "aho_corasick",
|
| 47 |
+
"used_crate": "core"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"symbol": "next",
|
| 51 |
+
"kind": "method_call",
|
| 52 |
+
"usage_count": 1,
|
| 53 |
+
"usage_type": "MethodCall",
|
| 54 |
+
"node_type": "Item",
|
| 55 |
+
"user_def_id": "DefId(0:1377 ~ aho_corasick[5c22]::util::prefilter::{impl#15}::build::imp)",
|
| 56 |
+
"used_def_id": "DefId(1:9429 ~ core[4720]::iter::traits::iterator::Iterator::next)",
|
| 57 |
+
"user_crate": "aho_corasick",
|
| 58 |
+
"used_crate": "core"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"symbol": "into_iter",
|
| 62 |
+
"kind": "method_call",
|
| 63 |
+
"usage_count": 1,
|
| 64 |
+
"usage_type": "MethodCall",
|
| 65 |
+
"node_type": "Item",
|
| 66 |
+
"user_def_id": "DefId(0:1377 ~ aho_corasick[5c22]::util::prefilter::{impl#15}::build::imp)",
|
| 67 |
+
"used_def_id": "DefId(1:9297 ~ core[4720]::iter::traits::collect::IntoIterator::into_iter)",
|
| 68 |
+
"user_crate": "aho_corasick",
|
| 69 |
+
"used_crate": "core"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"symbol": "new",
|
| 73 |
+
"kind": "method_call",
|
| 74 |
+
"usage_count": 1,
|
| 75 |
+
"usage_type": "MethodCall",
|
| 76 |
+
"node_type": "Item",
|
| 77 |
+
"user_def_id": "DefId(0:1377 ~ aho_corasick[5c22]::util::prefilter::{impl#15}::build::imp)",
|
| 78 |
+
"used_def_id": "DefId(2:6862 ~ alloc[27b0]::sync::{impl#14}::new)",
|
| 79 |
+
"user_crate": "aho_corasick",
|
| 80 |
+
"used_crate": "alloc"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"symbol": "new",
|
| 84 |
+
"kind": "method_call",
|
| 85 |
+
"usage_count": 1,
|
| 86 |
+
"usage_type": "MethodCall",
|
| 87 |
+
"node_type": "Item",
|
| 88 |
+
"user_def_id": "DefId(0:1377 ~ aho_corasick[5c22]::util::prefilter::{impl#15}::build::imp)",
|
| 89 |
+
"used_def_id": "DefId(2:6862 ~ alloc[27b0]::sync::{impl#14}::new)",
|
| 90 |
+
"user_crate": "aho_corasick",
|
| 91 |
+
"used_crate": "alloc"
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"symbol": "new",
|
| 95 |
+
"kind": "method_call",
|
| 96 |
+
"usage_count": 1,
|
| 97 |
+
"usage_type": "MethodCall",
|
| 98 |
+
"node_type": "Item",
|
| 99 |
+
"user_def_id": "DefId(0:1377 ~ aho_corasick[5c22]::util::prefilter::{impl#15}::build::imp)",
|
| 100 |
+
"used_def_id": "DefId(2:6862 ~ alloc[27b0]::sync::{impl#14}::new)",
|
| 101 |
+
"user_crate": "aho_corasick",
|
| 102 |
+
"used_crate": "alloc"
|
| 103 |
+
}
|
| 104 |
+
]
|
| 105 |
+
}
|
crate_usage_data/allocator-api2-0.2.21_usage_data/allocator_api2_complexity.json
ADDED
|
@@ -0,0 +1,439 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "allocator_api2",
|
| 3 |
+
"items": [
|
| 4 |
+
{
|
| 5 |
+
"complexity": "simple",
|
| 6 |
+
"field_count": 0,
|
| 7 |
+
"fields": [],
|
| 8 |
+
"item_type": "struct",
|
| 9 |
+
"name": "ExtendElement",
|
| 10 |
+
"param_count": null,
|
| 11 |
+
"parameters": null,
|
| 12 |
+
"variant_count": null,
|
| 13 |
+
"variants": null
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"complexity": "simple",
|
| 17 |
+
"field_count": 0,
|
| 18 |
+
"fields": [],
|
| 19 |
+
"item_type": "struct",
|
| 20 |
+
"name": "Global",
|
| 21 |
+
"param_count": null,
|
| 22 |
+
"parameters": null,
|
| 23 |
+
"variant_count": null,
|
| 24 |
+
"variants": null
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"complexity": "simple",
|
| 28 |
+
"field_count": null,
|
| 29 |
+
"fields": null,
|
| 30 |
+
"item_type": "function",
|
| 31 |
+
"name": "capacity_overflow",
|
| 32 |
+
"param_count": 0,
|
| 33 |
+
"parameters": [],
|
| 34 |
+
"variant_count": null,
|
| 35 |
+
"variants": null
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"complexity": "simple",
|
| 39 |
+
"field_count": 0,
|
| 40 |
+
"fields": [],
|
| 41 |
+
"item_type": "struct",
|
| 42 |
+
"name": "Splice",
|
| 43 |
+
"param_count": null,
|
| 44 |
+
"parameters": null,
|
| 45 |
+
"variant_count": null,
|
| 46 |
+
"variants": null
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"complexity": "simple",
|
| 50 |
+
"field_count": 0,
|
| 51 |
+
"fields": [],
|
| 52 |
+
"item_type": "struct",
|
| 53 |
+
"name": "IntoIter",
|
| 54 |
+
"param_count": null,
|
| 55 |
+
"parameters": null,
|
| 56 |
+
"variant_count": null,
|
| 57 |
+
"variants": null
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"complexity": "simple",
|
| 61 |
+
"field_count": 0,
|
| 62 |
+
"fields": [],
|
| 63 |
+
"item_type": "struct",
|
| 64 |
+
"name": "Box",
|
| 65 |
+
"param_count": null,
|
| 66 |
+
"parameters": null,
|
| 67 |
+
"variant_count": null,
|
| 68 |
+
"variants": null
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"complexity": "simple",
|
| 72 |
+
"field_count": null,
|
| 73 |
+
"fields": null,
|
| 74 |
+
"item_type": "enum",
|
| 75 |
+
"name": "AllocInit",
|
| 76 |
+
"param_count": null,
|
| 77 |
+
"parameters": null,
|
| 78 |
+
"variant_count": 0,
|
| 79 |
+
"variants": []
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"complexity": "simple",
|
| 83 |
+
"field_count": 0,
|
| 84 |
+
"fields": [],
|
| 85 |
+
"item_type": "struct",
|
| 86 |
+
"name": "RawVec",
|
| 87 |
+
"param_count": null,
|
| 88 |
+
"parameters": null,
|
| 89 |
+
"variant_count": null,
|
| 90 |
+
"variants": null
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"complexity": "simple",
|
| 94 |
+
"field_count": null,
|
| 95 |
+
"fields": null,
|
| 96 |
+
"item_type": "function",
|
| 97 |
+
"name": "alloc_guard",
|
| 98 |
+
"param_count": 1,
|
| 99 |
+
"parameters": [
|
| 100 |
+
{
|
| 101 |
+
"name": "param_0",
|
| 102 |
+
"param_type": "unknown"
|
| 103 |
+
}
|
| 104 |
+
],
|
| 105 |
+
"variant_count": null,
|
| 106 |
+
"variants": null
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"complexity": "simple",
|
| 110 |
+
"field_count": null,
|
| 111 |
+
"fields": null,
|
| 112 |
+
"item_type": "enum",
|
| 113 |
+
"name": "TryReserveErrorKind",
|
| 114 |
+
"param_count": null,
|
| 115 |
+
"parameters": null,
|
| 116 |
+
"variant_count": 0,
|
| 117 |
+
"variants": []
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"complexity": "simple",
|
| 121 |
+
"field_count": null,
|
| 122 |
+
"fields": null,
|
| 123 |
+
"item_type": "function",
|
| 124 |
+
"name": "some",
|
| 125 |
+
"param_count": 2,
|
| 126 |
+
"parameters": [
|
| 127 |
+
{
|
| 128 |
+
"name": "param_0",
|
| 129 |
+
"param_type": "unknown"
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"name": "param_1",
|
| 133 |
+
"param_type": "unknown"
|
| 134 |
+
}
|
| 135 |
+
],
|
| 136 |
+
"variant_count": null,
|
| 137 |
+
"variants": null
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"complexity": "simple",
|
| 141 |
+
"field_count": 0,
|
| 142 |
+
"fields": [],
|
| 143 |
+
"item_type": "struct",
|
| 144 |
+
"name": "SetLenOnDrop",
|
| 145 |
+
"param_count": null,
|
| 146 |
+
"parameters": null,
|
| 147 |
+
"variant_count": null,
|
| 148 |
+
"variants": null
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"complexity": "simple",
|
| 152 |
+
"field_count": null,
|
| 153 |
+
"fields": null,
|
| 154 |
+
"item_type": "function",
|
| 155 |
+
"name": "assert_failed",
|
| 156 |
+
"param_count": 2,
|
| 157 |
+
"parameters": [
|
| 158 |
+
{
|
| 159 |
+
"name": "param_0",
|
| 160 |
+
"param_type": "unknown"
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"name": "param_1",
|
| 164 |
+
"param_type": "unknown"
|
| 165 |
+
}
|
| 166 |
+
],
|
| 167 |
+
"variant_count": null,
|
| 168 |
+
"variants": null
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"complexity": "simple",
|
| 172 |
+
"field_count": 0,
|
| 173 |
+
"fields": [],
|
| 174 |
+
"item_type": "struct",
|
| 175 |
+
"name": "Drain",
|
| 176 |
+
"param_count": null,
|
| 177 |
+
"parameters": null,
|
| 178 |
+
"variant_count": null,
|
| 179 |
+
"variants": null
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"complexity": "medium",
|
| 183 |
+
"field_count": null,
|
| 184 |
+
"fields": null,
|
| 185 |
+
"item_type": "function",
|
| 186 |
+
"name": "from_elem_in",
|
| 187 |
+
"param_count": 3,
|
| 188 |
+
"parameters": [
|
| 189 |
+
{
|
| 190 |
+
"name": "param_0",
|
| 191 |
+
"param_type": "unknown"
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"name": "param_1",
|
| 195 |
+
"param_type": "unknown"
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"name": "param_2",
|
| 199 |
+
"param_type": "unknown"
|
| 200 |
+
}
|
| 201 |
+
],
|
| 202 |
+
"variant_count": null,
|
| 203 |
+
"variants": null
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"complexity": "simple",
|
| 207 |
+
"field_count": 0,
|
| 208 |
+
"fields": [],
|
| 209 |
+
"item_type": "struct",
|
| 210 |
+
"name": "AllocError",
|
| 211 |
+
"param_count": null,
|
| 212 |
+
"parameters": null,
|
| 213 |
+
"variant_count": null,
|
| 214 |
+
"variants": null
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"complexity": "simple",
|
| 218 |
+
"field_count": null,
|
| 219 |
+
"fields": null,
|
| 220 |
+
"item_type": "function",
|
| 221 |
+
"name": "handle_reserve",
|
| 222 |
+
"param_count": 1,
|
| 223 |
+
"parameters": [
|
| 224 |
+
{
|
| 225 |
+
"name": "param_0",
|
| 226 |
+
"param_type": "unknown"
|
| 227 |
+
}
|
| 228 |
+
],
|
| 229 |
+
"variant_count": null,
|
| 230 |
+
"variants": null
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"complexity": "simple",
|
| 234 |
+
"field_count": 0,
|
| 235 |
+
"fields": [],
|
| 236 |
+
"item_type": "struct",
|
| 237 |
+
"name": "DropGuard",
|
| 238 |
+
"param_count": null,
|
| 239 |
+
"parameters": null,
|
| 240 |
+
"variant_count": null,
|
| 241 |
+
"variants": null
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"complexity": "simple",
|
| 245 |
+
"field_count": null,
|
| 246 |
+
"fields": null,
|
| 247 |
+
"item_type": "function",
|
| 248 |
+
"name": "assume",
|
| 249 |
+
"param_count": 1,
|
| 250 |
+
"parameters": [
|
| 251 |
+
{
|
| 252 |
+
"name": "param_0",
|
| 253 |
+
"param_type": "unknown"
|
| 254 |
+
}
|
| 255 |
+
],
|
| 256 |
+
"variant_count": null,
|
| 257 |
+
"variants": null
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"complexity": "simple",
|
| 261 |
+
"field_count": null,
|
| 262 |
+
"fields": null,
|
| 263 |
+
"item_type": "function",
|
| 264 |
+
"name": "invalid_mut",
|
| 265 |
+
"param_count": 1,
|
| 266 |
+
"parameters": [
|
| 267 |
+
{
|
| 268 |
+
"name": "param_0",
|
| 269 |
+
"param_type": "unknown"
|
| 270 |
+
}
|
| 271 |
+
],
|
| 272 |
+
"variant_count": null,
|
| 273 |
+
"variants": null
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"complexity": "simple",
|
| 277 |
+
"field_count": 0,
|
| 278 |
+
"fields": [],
|
| 279 |
+
"item_type": "struct",
|
| 280 |
+
"name": "Unique",
|
| 281 |
+
"param_count": null,
|
| 282 |
+
"parameters": null,
|
| 283 |
+
"variant_count": null,
|
| 284 |
+
"variants": null
|
| 285 |
+
},
|
| 286 |
+
{
|
| 287 |
+
"complexity": "simple",
|
| 288 |
+
"field_count": 0,
|
| 289 |
+
"fields": [],
|
| 290 |
+
"item_type": "struct",
|
| 291 |
+
"name": "Vec",
|
| 292 |
+
"param_count": null,
|
| 293 |
+
"parameters": null,
|
| 294 |
+
"variant_count": null,
|
| 295 |
+
"variants": null
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"complexity": "medium",
|
| 299 |
+
"field_count": null,
|
| 300 |
+
"fields": null,
|
| 301 |
+
"item_type": "function",
|
| 302 |
+
"name": "finish_grow",
|
| 303 |
+
"param_count": 3,
|
| 304 |
+
"parameters": [
|
| 305 |
+
{
|
| 306 |
+
"name": "param_0",
|
| 307 |
+
"param_type": "unknown"
|
| 308 |
+
},
|
| 309 |
+
{
|
| 310 |
+
"name": "param_1",
|
| 311 |
+
"param_type": "unknown"
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"name": "param_2",
|
| 315 |
+
"param_type": "unknown"
|
| 316 |
+
}
|
| 317 |
+
],
|
| 318 |
+
"variant_count": null,
|
| 319 |
+
"variants": null
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"complexity": "medium",
|
| 323 |
+
"field_count": null,
|
| 324 |
+
"fields": null,
|
| 325 |
+
"item_type": "function",
|
| 326 |
+
"name": "process_loop",
|
| 327 |
+
"param_count": 3,
|
| 328 |
+
"parameters": [
|
| 329 |
+
{
|
| 330 |
+
"name": "param_0",
|
| 331 |
+
"param_type": "unknown"
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"name": "param_1",
|
| 335 |
+
"param_type": "unknown"
|
| 336 |
+
},
|
| 337 |
+
{
|
| 338 |
+
"name": "param_2",
|
| 339 |
+
"param_type": "unknown"
|
| 340 |
+
}
|
| 341 |
+
],
|
| 342 |
+
"variant_count": null,
|
| 343 |
+
"variants": null
|
| 344 |
+
},
|
| 345 |
+
{
|
| 346 |
+
"complexity": "simple",
|
| 347 |
+
"field_count": 0,
|
| 348 |
+
"fields": [],
|
| 349 |
+
"item_type": "struct",
|
| 350 |
+
"name": "TryReserveError",
|
| 351 |
+
"param_count": null,
|
| 352 |
+
"parameters": null,
|
| 353 |
+
"variant_count": null,
|
| 354 |
+
"variants": null
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"complexity": "simple",
|
| 358 |
+
"field_count": null,
|
| 359 |
+
"fields": null,
|
| 360 |
+
"item_type": "function",
|
| 361 |
+
"name": "addr",
|
| 362 |
+
"param_count": 1,
|
| 363 |
+
"parameters": [
|
| 364 |
+
{
|
| 365 |
+
"name": "param_0",
|
| 366 |
+
"param_type": "unknown"
|
| 367 |
+
}
|
| 368 |
+
],
|
| 369 |
+
"variant_count": null,
|
| 370 |
+
"variants": null
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"complexity": "medium",
|
| 374 |
+
"field_count": null,
|
| 375 |
+
"fields": null,
|
| 376 |
+
"item_type": "function",
|
| 377 |
+
"name": "do_reserve_and_handle",
|
| 378 |
+
"param_count": 3,
|
| 379 |
+
"parameters": [
|
| 380 |
+
{
|
| 381 |
+
"name": "param_0",
|
| 382 |
+
"param_type": "unknown"
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"name": "param_1",
|
| 386 |
+
"param_type": "unknown"
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"name": "param_2",
|
| 390 |
+
"param_type": "unknown"
|
| 391 |
+
}
|
| 392 |
+
],
|
| 393 |
+
"variant_count": null,
|
| 394 |
+
"variants": null
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"complexity": "simple",
|
| 398 |
+
"field_count": null,
|
| 399 |
+
"fields": null,
|
| 400 |
+
"item_type": "function",
|
| 401 |
+
"name": "from_elem",
|
| 402 |
+
"param_count": 2,
|
| 403 |
+
"parameters": [
|
| 404 |
+
{
|
| 405 |
+
"name": "param_0",
|
| 406 |
+
"param_type": "unknown"
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"name": "param_1",
|
| 410 |
+
"param_type": "unknown"
|
| 411 |
+
}
|
| 412 |
+
],
|
| 413 |
+
"variant_count": null,
|
| 414 |
+
"variants": null
|
| 415 |
+
},
|
| 416 |
+
{
|
| 417 |
+
"complexity": "simple",
|
| 418 |
+
"field_count": 0,
|
| 419 |
+
"fields": [],
|
| 420 |
+
"item_type": "struct",
|
| 421 |
+
"name": "FillGapOnDrop",
|
| 422 |
+
"param_count": null,
|
| 423 |
+
"parameters": null,
|
| 424 |
+
"variant_count": null,
|
| 425 |
+
"variants": null
|
| 426 |
+
},
|
| 427 |
+
{
|
| 428 |
+
"complexity": "simple",
|
| 429 |
+
"field_count": 0,
|
| 430 |
+
"fields": [],
|
| 431 |
+
"item_type": "struct",
|
| 432 |
+
"name": "BackshiftOnDrop",
|
| 433 |
+
"param_count": null,
|
| 434 |
+
"parameters": null,
|
| 435 |
+
"variant_count": null,
|
| 436 |
+
"variants": null
|
| 437 |
+
}
|
| 438 |
+
]
|
| 439 |
+
}
|
crate_usage_data/allocator-api2-0.2.21_usage_data/allocator_api2_enums.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "allocator_api2",
|
| 3 |
+
"module": "enums",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "TryReserveErrorKind",
|
| 7 |
+
"kind": "enum_decl",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "EnumDecl",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "allocator_api2",
|
| 12 |
+
"used_def_id": "TryReserveErrorKind",
|
| 13 |
+
"user_crate": "allocator_api2",
|
| 14 |
+
"used_crate": null
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "AllocInit",
|
| 18 |
+
"kind": "enum_decl",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "EnumDecl",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "allocator_api2",
|
| 23 |
+
"used_def_id": "AllocInit",
|
| 24 |
+
"user_crate": "allocator_api2",
|
| 25 |
+
"used_crate": null
|
| 26 |
+
}
|
| 27 |
+
]
|
| 28 |
+
}
|
crate_usage_data/allocator-api2-0.2.21_usage_data/allocator_api2_manifest.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"collector_version": "1.0.0",
|
| 3 |
+
"crate_name": "allocator_api2",
|
| 4 |
+
"dependency_manifests": [],
|
| 5 |
+
"environment": {
|
| 6 |
+
"cargo_manifest_dir": "/home/mdupont/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21",
|
| 7 |
+
"cargo_target_dir": null,
|
| 8 |
+
"profile": null,
|
| 9 |
+
"pwd": "/home/mdupont/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21"
|
| 10 |
+
},
|
| 11 |
+
"generated_files": [
|
| 12 |
+
{
|
| 13 |
+
"path": "./test_usage_data/allocator_api2_stable_vec_Vec__T__A__remove.json",
|
| 14 |
+
"size_bytes": 1326,
|
| 15 |
+
"type": "usage_data"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"path": "./test_usage_data/allocator_api2_structs.json",
|
| 19 |
+
"size_bytes": 5026,
|
| 20 |
+
"type": "usage_data"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"path": "./test_usage_data/allocator_api2_stable_vec_Vec__T__A__split_off.json",
|
| 24 |
+
"size_bytes": 1338,
|
| 25 |
+
"type": "usage_data"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"path": "./test_usage_data/allocator_api2_enums.json",
|
| 29 |
+
"size_bytes": 666,
|
| 30 |
+
"type": "usage_data"
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"path": "./test_usage_data/allocator_api2_stable_raw_vec_RawVec__T__A__reserve.json",
|
| 34 |
+
"size_bytes": 563,
|
| 35 |
+
"type": "usage_data"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"path": "./test_usage_data/allocator_api2_stable_vec_Vec__T__A__retain_mut.json",
|
| 39 |
+
"size_bytes": 2193,
|
| 40 |
+
"type": "usage_data"
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"path": "./test_usage_data/allocator_api2_stable_vec.json",
|
| 44 |
+
"size_bytes": 1752,
|
| 45 |
+
"type": "usage_data"
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"path": "./test_usage_data/allocator_api2_stable_raw_vec.json",
|
| 49 |
+
"size_bytes": 9193,
|
| 50 |
+
"type": "usage_data"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"path": "./test_usage_data/allocator_api2_stable_vec_Vec__T__A__swap_remove.json",
|
| 54 |
+
"size_bytes": 1346,
|
| 55 |
+
"type": "usage_data"
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"path": "./test_usage_data/allocator_api2_stable_vec_Vec__T__A__insert.json",
|
| 59 |
+
"size_bytes": 1326,
|
| 60 |
+
"type": "usage_data"
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"path": "./test_usage_data/allocator_api2_complexity.json",
|
| 64 |
+
"size_bytes": 9547,
|
| 65 |
+
"type": "usage_data"
|
| 66 |
+
}
|
| 67 |
+
],
|
| 68 |
+
"output_directory": "./test_usage_data",
|
| 69 |
+
"rustc_version": "unknown",
|
| 70 |
+
"timestamp": 1767701011,
|
| 71 |
+
"total_enums": 3,
|
| 72 |
+
"total_modules": 10,
|
| 73 |
+
"total_usages": 64
|
| 74 |
+
}
|
crate_usage_data/allocator-api2-0.2.21_usage_data/allocator_api2_stable_raw_vec.json
ADDED
|
@@ -0,0 +1,259 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crate": "allocator_api2",
|
| 3 |
+
"module": "stable::raw_vec",
|
| 4 |
+
"usages": [
|
| 5 |
+
{
|
| 6 |
+
"symbol": "map_err",
|
| 7 |
+
"kind": "method_call",
|
| 8 |
+
"usage_count": 1,
|
| 9 |
+
"usage_type": "MethodCall",
|
| 10 |
+
"node_type": "Item",
|
| 11 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 12 |
+
"used_def_id": "DefId(1:11096 ~ core[4720]::result::{impl#0}::map_err)",
|
| 13 |
+
"user_crate": "allocator_api2",
|
| 14 |
+
"used_crate": "core"
|
| 15 |
+
},
|
| 16 |
+
{
|
| 17 |
+
"symbol": "branch",
|
| 18 |
+
"kind": "method_call",
|
| 19 |
+
"usage_count": 1,
|
| 20 |
+
"usage_type": "MethodCall",
|
| 21 |
+
"node_type": "Item",
|
| 22 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 23 |
+
"used_def_id": "DefId(1:4242 ~ core[4720]::ops::try_trait::Try::branch)",
|
| 24 |
+
"user_crate": "allocator_api2",
|
| 25 |
+
"used_crate": "core"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"symbol": "Continue",
|
| 29 |
+
"kind": "enum_variant_usage",
|
| 30 |
+
"usage_count": 1,
|
| 31 |
+
"usage_type": "EnumVariant",
|
| 32 |
+
"node_type": "Item",
|
| 33 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 34 |
+
"used_def_id": "DefId(1:45080 ~ core[4720]::ops::control_flow::ControlFlow::Continue)",
|
| 35 |
+
"user_crate": "allocator_api2",
|
| 36 |
+
"used_crate": "core"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"symbol": "from_residual",
|
| 40 |
+
"kind": "method_call",
|
| 41 |
+
"usage_count": 1,
|
| 42 |
+
"usage_type": "MethodCall",
|
| 43 |
+
"node_type": "Item",
|
| 44 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 45 |
+
"used_def_id": "DefId(1:4245 ~ core[4720]::ops::try_trait::FromResidual::from_residual)",
|
| 46 |
+
"user_crate": "allocator_api2",
|
| 47 |
+
"used_crate": "core"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"symbol": "Break",
|
| 51 |
+
"kind": "enum_variant_usage",
|
| 52 |
+
"usage_count": 1,
|
| 53 |
+
"usage_type": "EnumVariant",
|
| 54 |
+
"node_type": "Item",
|
| 55 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 56 |
+
"used_def_id": "DefId(1:45083 ~ core[4720]::ops::control_flow::ControlFlow::Break)",
|
| 57 |
+
"user_crate": "allocator_api2",
|
| 58 |
+
"used_crate": "core"
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"symbol": "size",
|
| 62 |
+
"kind": "method_call",
|
| 63 |
+
"usage_count": 1,
|
| 64 |
+
"usage_type": "MethodCall",
|
| 65 |
+
"node_type": "Item",
|
| 66 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 67 |
+
"used_def_id": "DefId(1:15879 ~ core[4720]::alloc::layout::{impl#0}::size)",
|
| 68 |
+
"user_crate": "allocator_api2",
|
| 69 |
+
"used_crate": "core"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"symbol": "branch",
|
| 73 |
+
"kind": "method_call",
|
| 74 |
+
"usage_count": 1,
|
| 75 |
+
"usage_type": "MethodCall",
|
| 76 |
+
"node_type": "Item",
|
| 77 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 78 |
+
"used_def_id": "DefId(1:4242 ~ core[4720]::ops::try_trait::Try::branch)",
|
| 79 |
+
"user_crate": "allocator_api2",
|
| 80 |
+
"used_crate": "core"
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"symbol": "Continue",
|
| 84 |
+
"kind": "enum_variant_usage",
|
| 85 |
+
"usage_count": 1,
|
| 86 |
+
"usage_type": "EnumVariant",
|
| 87 |
+
"node_type": "Item",
|
| 88 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 89 |
+
"used_def_id": "DefId(1:45080 ~ core[4720]::ops::control_flow::ControlFlow::Continue)",
|
| 90 |
+
"user_crate": "allocator_api2",
|
| 91 |
+
"used_crate": "core"
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"symbol": "from_residual",
|
| 95 |
+
"kind": "method_call",
|
| 96 |
+
"usage_count": 1,
|
| 97 |
+
"usage_type": "MethodCall",
|
| 98 |
+
"node_type": "Item",
|
| 99 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 100 |
+
"used_def_id": "DefId(1:4245 ~ core[4720]::ops::try_trait::FromResidual::from_residual)",
|
| 101 |
+
"user_crate": "allocator_api2",
|
| 102 |
+
"used_crate": "core"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"symbol": "Break",
|
| 106 |
+
"kind": "enum_variant_usage",
|
| 107 |
+
"usage_count": 1,
|
| 108 |
+
"usage_type": "EnumVariant",
|
| 109 |
+
"node_type": "Item",
|
| 110 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 111 |
+
"used_def_id": "DefId(1:45083 ~ core[4720]::ops::control_flow::ControlFlow::Break)",
|
| 112 |
+
"user_crate": "allocator_api2",
|
| 113 |
+
"used_crate": "core"
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"symbol": "align",
|
| 117 |
+
"kind": "method_call",
|
| 118 |
+
"usage_count": 1,
|
| 119 |
+
"usage_type": "MethodCall",
|
| 120 |
+
"node_type": "Item",
|
| 121 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 122 |
+
"used_def_id": "DefId(1:15880 ~ core[4720]::alloc::layout::{impl#0}::align)",
|
| 123 |
+
"user_crate": "allocator_api2",
|
| 124 |
+
"used_crate": "core"
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"symbol": "align",
|
| 128 |
+
"kind": "method_call",
|
| 129 |
+
"usage_count": 1,
|
| 130 |
+
"usage_type": "MethodCall",
|
| 131 |
+
"node_type": "Item",
|
| 132 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 133 |
+
"used_def_id": "DefId(1:15880 ~ core[4720]::alloc::layout::{impl#0}::align)",
|
| 134 |
+
"user_crate": "allocator_api2",
|
| 135 |
+
"used_crate": "core"
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"symbol": "align",
|
| 139 |
+
"kind": "method_call",
|
| 140 |
+
"usage_count": 1,
|
| 141 |
+
"usage_type": "MethodCall",
|
| 142 |
+
"node_type": "Item",
|
| 143 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 144 |
+
"used_def_id": "DefId(1:15880 ~ core[4720]::alloc::layout::{impl#0}::align)",
|
| 145 |
+
"user_crate": "allocator_api2",
|
| 146 |
+
"used_crate": "core"
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"symbol": "align",
|
| 150 |
+
"kind": "method_call",
|
| 151 |
+
"usage_count": 1,
|
| 152 |
+
"usage_type": "MethodCall",
|
| 153 |
+
"node_type": "Item",
|
| 154 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 155 |
+
"used_def_id": "DefId(1:15880 ~ core[4720]::alloc::layout::{impl#0}::align)",
|
| 156 |
+
"user_crate": "allocator_api2",
|
| 157 |
+
"used_crate": "core"
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"symbol": "grow",
|
| 161 |
+
"kind": "method_call",
|
| 162 |
+
"usage_count": 1,
|
| 163 |
+
"usage_type": "MethodCall",
|
| 164 |
+
"node_type": "Item",
|
| 165 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 166 |
+
"used_def_id": "DefId(0:53 ~ allocator_api2[e9d5]::stable::alloc::Allocator::grow)",
|
| 167 |
+
"user_crate": "allocator_api2",
|
| 168 |
+
"used_crate": "allocator_api2"
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"symbol": "allocate",
|
| 172 |
+
"kind": "method_call",
|
| 173 |
+
"usage_count": 1,
|
| 174 |
+
"usage_type": "MethodCall",
|
| 175 |
+
"node_type": "Item",
|
| 176 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 177 |
+
"used_def_id": "DefId(0:50 ~ allocator_api2[e9d5]::stable::alloc::Allocator::allocate)",
|
| 178 |
+
"user_crate": "allocator_api2",
|
| 179 |
+
"used_crate": "allocator_api2"
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"symbol": "map_err",
|
| 183 |
+
"kind": "method_call",
|
| 184 |
+
"usage_count": 1,
|
| 185 |
+
"usage_type": "MethodCall",
|
| 186 |
+
"node_type": "Item",
|
| 187 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 188 |
+
"used_def_id": "DefId(1:11096 ~ core[4720]::result::{impl#0}::map_err)",
|
| 189 |
+
"user_crate": "allocator_api2",
|
| 190 |
+
"used_crate": "core"
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"symbol": "into",
|
| 194 |
+
"kind": "method_call",
|
| 195 |
+
"usage_count": 1,
|
| 196 |
+
"usage_type": "MethodCall",
|
| 197 |
+
"node_type": "Item",
|
| 198 |
+
"user_def_id": "DefId(0:470 ~ allocator_api2[e9d5]::stable::raw_vec::finish_grow)",
|
| 199 |
+
"used_def_id": "DefId(1:3432 ~ core[4720]::convert::Into::into)",
|
| 200 |
+
"user_crate": "allocator_api2",
|
| 201 |
+
"used_crate": "core"
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"symbol": "map_err",
|
| 205 |
+
"kind": "method_call",
|
| 206 |
+
"usage_count": 1,
|
| 207 |
+
"usage_type": "MethodCall",
|
| 208 |
+
"node_type": "Item",
|
| 209 |
+
"user_def_id": "DefId(0:478 ~ allocator_api2[e9d5]::stable::raw_vec::handle_reserve)",
|
| 210 |
+
"used_def_id": "DefId(1:11096 ~ core[4720]::result::{impl#0}::map_err)",
|
| 211 |
+
"user_crate": "allocator_api2",
|
| 212 |
+
"used_crate": "core"
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"symbol": "kind",
|
| 216 |
+
"kind": "method_call",
|
| 217 |
+
"usage_count": 1,
|
| 218 |
+
"usage_type": "MethodCall",
|
| 219 |
+
"node_type": "Item",
|
| 220 |
+
"user_def_id": "DefId(0:478 ~ allocator_api2[e9d5]::stable::raw_vec::handle_reserve)",
|
| 221 |
+
"used_def_id": "DefId(0:408 ~ allocator_api2[e9d5]::stable::raw_vec::{impl#0}::kind)",
|
| 222 |
+
"user_crate": "allocator_api2",
|
| 223 |
+
"used_crate": "allocator_api2"
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"symbol": "BITS",
|
| 227 |
+
"kind": "other_usage",
|
| 228 |
+
"usage_count": 1,
|
| 229 |
+
"usage_type": "AssocConstAccess",
|
| 230 |
+
"node_type": "Item",
|
| 231 |
+
"user_def_id": "DefId(0:480 ~ allocator_api2[e9d5]::stable::raw_vec::alloc_guard)",
|
| 232 |
+
"used_def_id": "DefId(1:35683 ~ core[4720]::num::{impl#11}::BITS)",
|
| 233 |
+
"user_crate": "allocator_api2",
|
| 234 |
+
"used_crate": "core"
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"symbol": "MAX",
|
| 238 |
+
"kind": "other_usage",
|
| 239 |
+
"usage_count": 1,
|
| 240 |
+
"usage_type": "AssocConstAccess",
|
| 241 |
+
"node_type": "Item",
|
| 242 |
+
"user_def_id": "DefId(0:480 ~ allocator_api2[e9d5]::stable::raw_vec::alloc_guard)",
|
| 243 |
+
"used_def_id": "DefId(1:34773 ~ core[4720]::num::{impl#5}::MAX)",
|
| 244 |
+
"user_crate": "allocator_api2",
|
| 245 |
+
"used_crate": "core"
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"symbol": "into",
|
| 249 |
+
"kind": "method_call",
|
| 250 |
+
"usage_count": 1,
|
| 251 |
+
"usage_type": "MethodCall",
|
| 252 |
+
"node_type": "Item",
|
| 253 |
+
"user_def_id": "DefId(0:480 ~ allocator_api2[e9d5]::stable::raw_vec::alloc_guard)",
|
| 254 |
+
"used_def_id": "DefId(1:3432 ~ core[4720]::convert::Into::into)",
|
| 255 |
+
"user_crate": "allocator_api2",
|
| 256 |
+
"used_crate": "core"
|
| 257 |
+
}
|
| 258 |
+
]
|
| 259 |
+
}
|