JosephStoneCellAI commited on
Commit
6a14de3
·
verified ·
1 Parent(s): 07b59e7

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. SPFsmartGATE/LIVE/CONFIG/http.json +10 -0
  2. SPFsmartGATE/LIVE/CONFIG/worker.keys +1 -0
  3. SPFsmartGATE/LIVE/PROJECTS/README-PROJECTS.md +23 -0
  4. SPFsmartGATE/LIVE/SESSION/cmd.log +0 -0
  5. SPFsmartGATE/src/bin/brain_index_training.rs +86 -0
  6. SPFsmartGATE/src/bin/jsonl_to_tlog.rs +165 -0
  7. SPFsmartGATE/src/bin/prune_memories.rs +643 -0
  8. SPFsmartGATE/target/release/deps/android_log_sys-6793d4cc76439b82.d +7 -0
  9. SPFsmartGATE/target/release/deps/android_log_sys-82cdbfa21447ced1.d +7 -0
  10. SPFsmartGATE/target/release/deps/anyhow-420de24da2e2f247.d +17 -0
  11. SPFsmartGATE/target/release/deps/arrayvec-2a9289ea7f3d087d.d +13 -0
  12. SPFsmartGATE/target/release/deps/async_compat-459c09c782c9c3e0.d +7 -0
  13. SPFsmartGATE/target/release/deps/axum_core-add0985b4aaa8186.d +24 -0
  14. SPFsmartGATE/target/release/deps/bitflags-a3c412a053cc5df0.d +7 -0
  15. SPFsmartGATE/target/release/deps/clap_derive-cfbc2de7f36367cb.d +21 -0
  16. SPFsmartGATE/target/release/deps/const_oid-a28628fab3d0d5a4.d +15 -0
  17. SPFsmartGATE/target/release/deps/crossbeam_channel-c450df8e61bdd80a.d +22 -0
  18. SPFsmartGATE/target/release/deps/crossbeam_channel-cb0e5a1c74d3cd27.d +22 -0
  19. SPFsmartGATE/target/release/deps/crypto_common-2348d60da58f9a3c.d +9 -0
  20. SPFsmartGATE/target/release/deps/document_features-c37b2afeaa83135e.d +5 -0
  21. SPFsmartGATE/target/release/deps/fastrand-fc8766d84d33d388.d +8 -0
  22. SPFsmartGATE/target/release/deps/fnv-d61aa546ec3587a4.d +7 -0
  23. SPFsmartGATE/target/release/deps/form_urlencoded-d92fac106d7ffa19.d +7 -0
  24. SPFsmartGATE/target/release/deps/gemm-7302b2fefb598828.d +8 -0
  25. SPFsmartGATE/target/release/deps/gemm_c32-9aa52b3e595e3bd8.d +9 -0
  26. SPFsmartGATE/target/release/deps/heed_traits-ea29be5f1f00c900.d +7 -0
  27. SPFsmartGATE/target/release/deps/hex-522e4a6cd5e63d5f.d +8 -0
  28. SPFsmartGATE/target/release/deps/html2text-6c048ccc5f696280.d +11 -0
  29. SPFsmartGATE/target/release/deps/http-8f0299b796387659.d +26 -0
  30. SPFsmartGATE/target/release/deps/iana_time_zone-da5a69b716645ef2.d +9 -0
  31. SPFsmartGATE/target/release/deps/icu_normalizer-f31fbcef59f77497.d +10 -0
  32. SPFsmartGATE/target/release/deps/icu_normalizer_data-aafa30449caa3cee.d +15 -0
  33. SPFsmartGATE/target/release/deps/icu_provider-d928ec8106a29cab.d +19 -0
  34. SPFsmartGATE/target/release/deps/iri_string-d240580cce81ae87.d +55 -0
  35. SPFsmartGATE/target/release/deps/iroh-bcce4c29b08859ee.d +49 -0
  36. SPFsmartGATE/target/release/deps/libandroid_system_properties-3ff058637484a00a.rlib +0 -0
  37. SPFsmartGATE/target/release/deps/libandroid_system_properties-3ff058637484a00a.rmeta +0 -0
  38. SPFsmartGATE/target/release/deps/libarrayref-3639a57139954c8d.rmeta +0 -0
  39. SPFsmartGATE/target/release/deps/libbase32-ab75e7bcfddd8a53.rlib +0 -0
  40. SPFsmartGATE/target/release/deps/libcfg_if-8538b76a16af8eeb.rlib +0 -0
  41. SPFsmartGATE/target/release/deps/libclap-e4457baa53ba870e.rlib +0 -0
  42. SPFsmartGATE/target/release/deps/libcmake-2ec70c7cbe3fe190.rmeta +0 -0
  43. SPFsmartGATE/target/release/deps/libcompression_core-197cbd09fc0fe638.rmeta +0 -0
  44. SPFsmartGATE/target/release/deps/libcrc_catalog-474e9bf8f1b9b53a.rlib +0 -0
  45. SPFsmartGATE/target/release/deps/libcrypto_common-e9ced4dac7cc9738.rmeta +0 -0
  46. SPFsmartGATE/target/release/deps/libdebug_unreachable-251361dbe1666e8d.rlib +0 -0
  47. SPFsmartGATE/target/release/deps/libdebug_unreachable-251361dbe1666e8d.rmeta +0 -0
  48. SPFsmartGATE/target/release/deps/libdlopen2-12689a106ec06a61.rmeta +0 -0
  49. SPFsmartGATE/target/release/deps/libdyn_clone-a2498a61acf77adf.rmeta +0 -0
  50. SPFsmartGATE/target/release/deps/libequivalent-20ae77520f7c4962.rmeta +0 -0
SPFsmartGATE/LIVE/CONFIG/http.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "api_key": "14d6883a7b282657cdf283ba141c854d604987f309deab5d",
3
+ "auth_mode": "both",
4
+ "bind": "0.0.0.0",
5
+ "port": 3987,
6
+ "tls_cert": "tls/cert.pem",
7
+ "tls_enabled": true,
8
+ "tls_key": "tls/key.pem",
9
+ "transport": "both"
10
+ }
SPFsmartGATE/LIVE/CONFIG/worker.keys ADDED
@@ -0,0 +1 @@
 
 
1
+ ba2ad5c3119ce182c34856833dd6c466c9e70f1da2da1c44a17dfffeb335222c
SPFsmartGATE/LIVE/PROJECTS/README-PROJECTS.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PROJECTS — Twin Folder System
2
+ # Copyright 2026 Joseph Stone - All Rights Reserved
3
+
4
+ ## Structure
5
+ PROJECTS/ <- Device twin (writable project files on disk)
6
+ PROJECTS.DB/ <- Binary twin (LMDB project registry, managed by Rust binary)
7
+
8
+ ## How it works
9
+ - spf_write/spf_edit write to PROJECTS/ (device twin)
10
+ - PROJECTS.DB/ stores registry: project names, paths, trust levels, metadata
11
+ - The Rust binary reads/writes PROJECTS.DB/ automatically
12
+ - Device twin is on the write allowlist in validate.rs
13
+
14
+ ## Update commands
15
+ # After adding/editing project files on device:
16
+ # Register with MCP tools: spf_projects_set, spf_projects_list
17
+
18
+ # To inspect PROJECTS.DB/ registry:
19
+ spf-smart-gate status
20
+ # Or use MCP tools: spf_projects_list, spf_projects_get, spf_projects_stats
21
+
22
+ ## Write allowlist path
23
+ /data/data/com.termux/files/home/SPFsmartGATE/LIVE/PROJECTS/PROJECTS/
SPFsmartGATE/LIVE/SESSION/cmd.log ADDED
The diff for this file is too large to render. See raw diff
 
SPFsmartGATE/src/bin/brain_index_training.rs ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // brain_index_training — Index pruned training data to FLINT brain
2
+ // Copyright 2026 Joseph Stone — All Rights Reserved
3
+ //
4
+ // Links against spf_smart_gate to use brain_local::brain_store() directly.
5
+ // Indexes 3,908 training entries from brain_index_pruned.jsonl to brain.
6
+ //
7
+ // Usage: cargo run --bin brain_index_training
8
+
9
+ use serde::Deserialize;
10
+ use std::fs::File;
11
+ use std::io::{BufRead, BufReader};
12
+
13
+ #[derive(Debug, Deserialize)]
14
+ #[allow(dead_code)]
15
+ struct BrainEntry {
16
+ label: i32,
17
+ source: String,
18
+ text: String,
19
+ tool: String,
20
+ weight: f32,
21
+ }
22
+
23
+ fn main() {
24
+ let collection = "flint_episodic";
25
+ let input_path = "/data/data/com.termux/files/home/SPFsmartGATE/LIVE/TMP/stoneshell-brain/training_data/raw/brain_index_pruned.jsonl";
26
+
27
+ println!("[*] brain_index_training — Index training data to brain");
28
+ println!("[*] Input: {}", input_path);
29
+ println!("[*] Collection: {}", collection);
30
+ println!("");
31
+
32
+ // Initialize brain (same as main SPF binary does)
33
+ spf_smart_gate::brain_local::init_brain();
34
+ println!("[+] Brain initialized");
35
+
36
+ // Read JSONL
37
+ let file = File::open(&input_path).expect("Failed to open input file");
38
+ let reader = BufReader::new(file);
39
+
40
+ let mut count = 0;
41
+ let mut success = 0;
42
+ let mut error_count = 0;
43
+
44
+ for line in reader.lines() {
45
+ let line = line.expect("Failed to read line");
46
+ if line.trim().is_empty() { continue; }
47
+
48
+ match serde_json::from_str::<BrainEntry>(&line) {
49
+ Ok(entry) => {
50
+ // Create title from label + tool
51
+ let title = format!("[{:+}] {}", entry.label, entry.tool);
52
+
53
+ // Call brain_store directly
54
+ let result = spf_smart_gate::brain_local::brain_store(&entry.text, &title, collection);
55
+
56
+ count += 1;
57
+ if result.starts_with("Error") || result.starts_with("Failed") {
58
+ error_count += 1;
59
+ if error_count <= 5 {
60
+ println!(" [!] Entry {} error: {}", count, result);
61
+ }
62
+ } else {
63
+ success += 1;
64
+ }
65
+
66
+ if count % 500 == 0 {
67
+ println!(" Processed: {}/{} (success: {}, errors: {})",
68
+ count, count, success, error_count);
69
+ }
70
+ }
71
+ Err(e) => {
72
+ error_count += 1;
73
+ if error_count <= 5 {
74
+ println!(" [!] Parse error: {}", e);
75
+ }
76
+ }
77
+ }
78
+ }
79
+
80
+ println!("\n[=] INDEXING COMPLETE");
81
+ println!(" Total entries: {}", count);
82
+ println!(" Success: {}", success);
83
+ println!(" Errors: {}", error_count);
84
+ println!("\n Training data indexed to 'flint_episodic' collection");
85
+ println!(" FLINT can now recall these patterns on similar queries");
86
+ }
SPFsmartGATE/src/bin/jsonl_to_tlog.rs ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // jsonl_to_tlog — Convert pruned_memories.jsonl to tlog LMDB format
2
+ // Copyright 2026 Joseph Stone — All Rights Reserved
3
+ //
4
+ // Reads ConsolidatedExample JSONL, converts to TrainingSignal format,
5
+ // and writes to LMDB tlog:* keys for spf_transformer_train().
6
+ //
7
+ // Usage: cargo run --bin jsonl_to_tlog -- <input.jsonl>
8
+ //
9
+ // Output: LIVE/LMDB5/LMDB5.DB state DB (tlog:* keys)
10
+
11
+ use anyhow::Result;
12
+ use heed::types::*;
13
+ use heed::{Database, EnvOpenOptions};
14
+ use serde::{Deserialize, Serialize};
15
+ use std::fs::File;
16
+ use std::io::{BufRead, BufReader};
17
+ use std::path::Path;
18
+ use std::time::{SystemTime, UNIX_EPOCH};
19
+
20
+ // ============================================================================
21
+ // TrainingSignal — matches gate_training.rs EXACTLY
22
+ // ============================================================================
23
+
24
+ #[derive(Debug, Clone, Deserialize, Serialize)]
25
+ pub struct TrainingSignal {
26
+ pub tool: String,
27
+ pub source: String,
28
+ pub allowed: bool,
29
+ pub status: String,
30
+ pub duration_ms: u64,
31
+ pub timestamp: String,
32
+ pub user_override: bool,
33
+ pub false_positive: bool,
34
+ pub recent_call_count: u32,
35
+ pub preceding_tools: Vec<String>,
36
+ #[serde(default)]
37
+ pub evil_score: f32,
38
+ }
39
+
40
+ #[derive(Debug, Clone, Deserialize, Serialize)]
41
+ pub struct ConsolidatedExample {
42
+ pub label: i32,
43
+ pub weight: f32,
44
+ pub tool: String,
45
+ pub context: String,
46
+ pub outcome: String,
47
+ pub source_type: String,
48
+ pub category: String,
49
+ pub occurrence_count: u64,
50
+ pub signal_strength: f64,
51
+ }
52
+
53
+ // ============================================================================
54
+ // Conversion: ConsolidatedExample → TrainingSignal
55
+ // ============================================================================
56
+
57
+ impl ConsolidatedExample {
58
+ /// Convert to TrainingSignal for FLINT training
59
+ fn to_training_signal(&self) -> TrainingSignal {
60
+ // Map 20-level label to TrainingSignal fields
61
+ let (allowed, user_override, false_positive) = match self.label {
62
+ // Negative labels = blocked
63
+ -10..=-1 => (false, false, self.label <= -3),
64
+ // Positive labels = allowed
65
+ 1..=10 => (true, self.label >= 9, false),
66
+ // Should never happen (NO ZERO)
67
+ _ => (true, false, false),
68
+ };
69
+
70
+ // Map label to evil_score (higher negative = higher evil)
71
+ let evil_score = if self.label < 0 {
72
+ (-self.label as f32) * 0.07 // -10 → 0.7, -3 → 0.21
73
+ } else {
74
+ 0.0
75
+ };
76
+
77
+ TrainingSignal {
78
+ tool: self.tool.clone(),
79
+ source: format!("memory:{}", self.category),
80
+ allowed,
81
+ status: if allowed { "allowed" } else { "blocked" }.to_string(),
82
+ duration_ms: (self.signal_strength * 10.0) as u64, // scale signal to duration
83
+ timestamp: format!("{}", SystemTime::now()
84
+ .duration_since(UNIX_EPOCH)
85
+ .unwrap()
86
+ .as_millis()),
87
+ user_override,
88
+ false_positive,
89
+ recent_call_count: self.occurrence_count.min(u32::MAX as u64) as u32,
90
+ preceding_tools: vec![self.category.clone()],
91
+ evil_score,
92
+ }
93
+ }
94
+ }
95
+
96
+ const MAX_DB_SIZE: usize = 1024 * 1024 * 1024; // 1GB
97
+
98
+ fn main() -> Result<()> {
99
+ // Find input file
100
+ let input_path = std::env::args().nth(1)
101
+ .unwrap_or_else(|| "LIVE/TMP/stoneshell-brain/training_data/raw/pruned_memories.jsonl".to_string());
102
+
103
+ let lmdb_path = "/data/data/com.termux/files/home/SPFsmartGATE/LIVE/LMDB5/LMDB5.DB";
104
+
105
+ println!("[*] jsonl_to_tlog — JSONL to tlog LMDB converter");
106
+ println!("[*] Input: {}", input_path);
107
+ println!("[*] LMDB: {}", lmdb_path);
108
+
109
+ // Open LMDB
110
+ let env = unsafe {
111
+ EnvOpenOptions::new()
112
+ .map_size(MAX_DB_SIZE)
113
+ .max_dbs(8)
114
+ .open(Path::new(lmdb_path))?
115
+ };
116
+
117
+ let state_db: Database<Str, SerdeBincode<String>> = env.open_database(&env.read_txn()?, Some("state"))?
118
+ .ok_or_else(|| anyhow::anyhow!("state sub-DB not found"))?;
119
+
120
+ // Read JSONL
121
+ let file = File::open(&input_path)?;
122
+ let reader = BufReader::new(file);
123
+
124
+ let mut count = 0;
125
+ let mut error_count = 0;
126
+ let now = SystemTime::now().duration_since(UNIX_EPOCH)?.as_millis() as u64;
127
+
128
+ for line in reader.lines() {
129
+ let line = line?;
130
+ if line.trim().is_empty() { continue; }
131
+
132
+ match serde_json::from_str::<ConsolidatedExample>(&line) {
133
+ Ok(example) => {
134
+ let signal = example.to_training_signal();
135
+ let json = serde_json::to_string(&signal)?;
136
+
137
+ // Write to LMDB state DB as tlog: timestamp
138
+ let tlog_key = format!("tlog:{}", now + count);
139
+
140
+ let mut wtxn = env.write_txn()?;
141
+ state_db.put(&mut wtxn, &tlog_key, &json)?;
142
+ wtxn.commit()?;
143
+
144
+ count += 1;
145
+ if count % 500 == 0 {
146
+ println!(" Converted: {} entries", count);
147
+ }
148
+ }
149
+ Err(e) => {
150
+ error_count += 1;
151
+ if error_count <= 5 {
152
+ println!(" Error parsing line {}: {}", count + error_count, e);
153
+ }
154
+ }
155
+ }
156
+ }
157
+
158
+ println!("\n[=] Conversion complete");
159
+ println!(" Entries converted: {}", count);
160
+ println!(" Errors: {}", error_count);
161
+ println!(" tlog keys written: tlog:* in {}", lmdb_path);
162
+ println!("\n Next: Run 'spf_transformer_train()' to train FLINT on these signals");
163
+
164
+ Ok(())
165
+ }
SPFsmartGATE/src/bin/prune_memories.rs ADDED
@@ -0,0 +1,643 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // BLOCK 0 — Memory Extraction & Pruning Utility (v4)
2
+ // Copyright 2026 Joseph Stone — All Rights Reserved
3
+ //
4
+ // Compiles and runs against LIVE LMDB5 to extract, consolidate, and output
5
+ // training data. Handles bincode-serialized MemoryEntry properly.
6
+ //
7
+ // KEY DESIGN: Duplicates multiply weight, not get discarded.
8
+ // Same action repeated = stronger signal.
9
+ //
10
+ // 20-LEVEL LABEL SCALE: -10 (worst) to +10 (best), NO ZERO
11
+ // Labels map to MSE regression targets for FLINT fine-tuning.
12
+ //
13
+ // WEIGHT RANGE: 1-8x (critical — clamped, never exceeds range)
14
+ //
15
+ // Usage: cargo run --bin prune_memories
16
+ //
17
+ // Outputs:
18
+ // raw/pruned_memories.jsonl — consolidated training survivors
19
+ // raw/archived_memories.jsonl — expired/TTL-cleaned entries (parked)
20
+ // raw/memory_catalog.jsonl — categorized + tagged for brain re-index
21
+ // raw/brain_index_pruned.jsonl — brain-ready format for spf_brain_index
22
+ //
23
+ // Outputs:
24
+ // pruned_memories.jsonl — consolidated training survivors
25
+ // archived_memories.jsonl — expired/TTL-cleaned entries (parked)
26
+ // memory_catalog.jsonl — categorized + tagged for brain re-index
27
+
28
+ use anyhow::Result;
29
+ use heed::types::*;
30
+ use heed::{Database, EnvOpenOptions};
31
+ use serde::{Deserialize, Serialize};
32
+ use std::collections::{BTreeMap, HashMap};
33
+ use std::fs;
34
+ use std::hash::Hasher;
35
+ use std::io::Write;
36
+ use std::path::Path;
37
+ use std::time::{SystemTime, UNIX_EPOCH};
38
+
39
+ // ============================================================================
40
+ // Structs copied EXACTLY from source (agent_state.rs, gate_training.rs)
41
+ // ============================================================================
42
+
43
+ #[derive(Debug, Clone, Copy, Deserialize, Serialize, PartialEq, Eq, Hash)]
44
+ pub enum MemoryType {
45
+ Preference,
46
+ Fact,
47
+ Instruction,
48
+ Context,
49
+ Working,
50
+ Pinned,
51
+ }
52
+
53
+ #[derive(Debug, Clone, Deserialize, Serialize)]
54
+ pub struct MemoryEntry {
55
+ pub id: String,
56
+ pub content: String,
57
+ pub memory_type: MemoryType,
58
+ pub tags: Vec<String>,
59
+ pub source: String,
60
+ pub created_at: u64,
61
+ pub last_accessed: u64,
62
+ pub access_count: u64,
63
+ pub relevance: f64,
64
+ pub expires_at: u64,
65
+ }
66
+
67
+ /// TrainingSignal — matches gate_training.rs EXACTLY (no `weight` field)
68
+ #[derive(Debug, Clone, Deserialize, Serialize)]
69
+ pub struct TrainingSignal {
70
+ pub tool: String,
71
+ pub source: String,
72
+ pub allowed: bool,
73
+ pub status: String,
74
+ pub duration_ms: u64,
75
+ pub timestamp: String,
76
+ pub user_override: bool,
77
+ pub false_positive: bool,
78
+ pub recent_call_count: u32,
79
+ pub preceding_tools: Vec<String>,
80
+ #[serde(default)]
81
+ pub evil_score: f32,
82
+ }
83
+
84
+ // ============================================================================
85
+ // Output: consolidated training example — portable format for any model
86
+ // ============================================================================
87
+
88
+ #[derive(Debug, Clone, Serialize)]
89
+ pub struct ConsolidatedExample {
90
+ /// Signed label: -3 (strongest avoid) to +2 (strong use). NO ZERO.
91
+ pub label: i32,
92
+ /// Training weight: 1.0 × occurrence_count. Scales with repetition.
93
+ pub weight: f32,
94
+ /// Tool or action name
95
+ pub tool: String,
96
+ /// Context: what happened, relevant details
97
+ pub context: String,
98
+ /// Outcome: "allowed", "blocked", or free text for memories
99
+ pub outcome: String,
100
+ /// Source: "tlog" (gate decision) or "memory" (agent memory)
101
+ pub source_type: String,
102
+ /// Memory category: edge_case, gate_context, user_intent, code_structure, reference
103
+ pub category: String,
104
+ /// How many occurrences were consolidated into this entry
105
+ pub occurrence_count: u64,
106
+ /// How many times this pattern was observed (for traceability)
107
+ pub signal_strength: f64,
108
+ }
109
+
110
+ // ============================================================================
111
+ // Output: memory catalog for brain re-index
112
+ // ============================================================================
113
+
114
+ #[derive(Debug, Clone, Serialize)]
115
+ pub struct MemoryCatalog {
116
+ pub id: String,
117
+ pub content: String,
118
+ pub category: String,
119
+ pub tags: Vec<String>,
120
+ pub source_type: String,
121
+ pub memory_type: String,
122
+ pub relevance: f64,
123
+ }
124
+
125
+ // ============================================================================
126
+ // Constants
127
+ // ============================================================================
128
+
129
+ const MAX_DB_SIZE: usize = 1024 * 1024 * 1024; // 1GB
130
+ const OUTPUT_DIR: &str = "/data/data/com.termux/files/home/SPFsmartGATE/LIVE/TMP/stoneshell-brain/training_data";
131
+
132
+ // ============================================================================
133
+ // LABEL & WEIGHT FUNCTIONS
134
+ // ============================================================================
135
+
136
+ /// Signed label for training signals. NO ZERO — every signal pushes.
137
+ /// 20 levels: -10 (worst) to +10 (best) with improved granularity.
138
+ fn label_for_training_signal(sig: &TrainingSignal) -> i32 {
139
+ if sig.false_positive && sig.evil_score > 0.95 { return -10; }
140
+ if sig.evil_score > 0.95 { return -10; }
141
+ if sig.evil_score > 0.90 { return -9; }
142
+ if sig.evil_score > 0.85 { return -8; }
143
+ if sig.evil_score > 0.80 { return -7; }
144
+ if sig.evil_score > 0.75 { return -6; }
145
+ if sig.evil_score > 0.70 || (sig.false_positive && sig.evil_score > 0.70) { return -5; }
146
+ if sig.evil_score > 0.65 { return -4; }
147
+ if sig.evil_score > 0.60 || sig.false_positive { return -3; }
148
+ if sig.evil_score > 0.40 || sig.false_positive || (sig.user_override && !sig.allowed) { return -2; }
149
+ if !sig.allowed { return -1; }
150
+ if sig.user_override { return 2; } // bare user override
151
+ 1 // regular allow — low positive
152
+ }
153
+
154
+ /// Base training weight for a single signal
155
+ fn weight_for_signal(sig: &TrainingSignal) -> f32 {
156
+ if sig.evil_score > 0.95 { return 8.0; }
157
+ if sig.evil_score > 0.90 { return 7.5; }
158
+ if sig.evil_score > 0.85 { return 7.0; }
159
+ if sig.evil_score > 0.80 { return 6.5; }
160
+ if sig.evil_score > 0.75 { return 6.0; }
161
+ if sig.evil_score > 0.70 { return 5.5; }
162
+ if sig.evil_score > 0.65 { return 5.0; }
163
+ if sig.evil_score > 0.60 { return 4.5; }
164
+ if sig.evil_score > 0.40 { return 4.0; }
165
+ if sig.false_positive { return 4.0; }
166
+ if sig.user_override { return 2.0; }
167
+ 1.0
168
+ }
169
+
170
+ /// Inferred label for memory entries (no explicit signal fields)
171
+ /// Maps MemoryType to 20-level scale
172
+ fn label_for_memory(mem: &MemoryEntry) -> i32 {
173
+ match mem.memory_type {
174
+ MemoryType::Pinned => 10, // Highest positive — permanent knowledge
175
+ MemoryType::Instruction => 9, // User directive — high trust
176
+ MemoryType::Fact => 5, // Known fact — moderate positive
177
+ MemoryType::Preference => 4, // User preference — positive
178
+ MemoryType::Context => 3, // Contextual — mild positive
179
+ MemoryType::Working => 0, // expired TTL — goes to archive (NO LABEL)
180
+ }
181
+ }
182
+
183
+ /// BAD DATA LOOP SAFETY: If a +1 signal degrades (denied/fails), flip to -1.
184
+ #[allow(dead_code)]
185
+ fn degrade_positive(old_label: i32, outcome_failed: bool) -> i32 {
186
+ if old_label > 0 && outcome_failed {
187
+ return -1; // +1 or +2 → -1 (block), skip zero
188
+ }
189
+ old_label
190
+ }
191
+
192
+ /// Clamp weight to valid training range [1-8x]. Critical: values outside range
193
+ /// break FLINT training. Max range is -10 to +10 for labels, 1-8x for weights.
194
+ fn clamp_weight(w: f32) -> f32 {
195
+ w.max(1.0).min(8.0)
196
+ }
197
+
198
+ // ================================================================================
199
+ // TODO: degrade_positive() usage — belongs in BLOCK 0 AUTO (live pruning)
200
+ // NOT wired in prune_memories.rs (batch tool) — wire into flint_memory.rs instead
201
+ // Trigger: When recalled memory leads to: gate block, tool failure, or user correction
202
+ // Rule: low-level negatives accumulating = bad data loop. Must flip to -1.
203
+ // ================================================================================
204
+
205
+ /// Value score for ranking memories (not training weight)
206
+ fn score_memory(mem: &MemoryEntry) -> f64 {
207
+ let now = SystemTime::now().duration_since(UNIX_EPOCH).unwrap().as_secs() as f64 + 1.0;
208
+ let recency = (mem.last_accessed as f64 / now) * 0.3;
209
+ let relevance = mem.relevance * 0.3;
210
+ let access = (mem.access_count as f64).min(10.0) * 0.1;
211
+ let type_bonus = match mem.memory_type {
212
+ MemoryType::Pinned => 3.0,
213
+ MemoryType::Instruction => 2.0,
214
+ MemoryType::Fact | MemoryType::Preference => 1.0,
215
+ _ => 0.5,
216
+ };
217
+ recency + relevance + access + type_bonus
218
+ }
219
+
220
+ /// Content hash for grouping exact duplicates
221
+ fn content_hash(content: &str) -> u64 {
222
+ let mut h = std::collections::hash_map::DefaultHasher::new();
223
+ h.write(content.as_bytes());
224
+ h.finish()
225
+ }
226
+
227
+ /// Categorize a memory entry for the brain catalog
228
+ /// Priority: Pinned (reference) → Instruction/Preference (user_intent) → Fact (reference) → Gate/SPF tags (gate_context) → Code tags (code_structure) → context
229
+ fn categorize_memory(mem: &MemoryEntry) -> &'static str {
230
+ // Pinned facts and references — highest priority (label 10)
231
+ if matches!(mem.memory_type, MemoryType::Pinned) {
232
+ return "reference";
233
+ }
234
+ // User preferences and instructions (label 9, 4)
235
+ if matches!(mem.memory_type, MemoryType::Preference | MemoryType::Instruction) {
236
+ return "user_intent";
237
+ }
238
+ // Fact memories (label 5)
239
+ if matches!(mem.memory_type, MemoryType::Fact) {
240
+ return "reference";
241
+ }
242
+ // Gate/SPF context — check tags AFTER memory_type
243
+ if mem.tags.iter().any(|t| t.contains("gate") || t.contains("gateway") || t.contains("spf")) {
244
+ return "gate_context";
245
+ }
246
+ // Code structure knowledge
247
+ if mem.tags.iter().any(|t| t.starts_with("tool:") || t.contains("code") || t.contains("function")) {
248
+ return "code_structure";
249
+ }
250
+ // Everything else is contextual
251
+ "context"
252
+ }
253
+
254
+ /// Consolidate duplicate memories: count occurrences → scale weight
255
+ /// Returns deduped entries plus consolidated data
256
+ fn consolidate_duplicates(mems: &[MemoryEntry]) -> Vec<(&MemoryEntry, u64, f64)> {
257
+ // Group by content hash
258
+ let mut groups: BTreeMap<u64, Vec<&MemoryEntry>> = BTreeMap::new();
259
+ for mem in mems {
260
+ let h = content_hash(&mem.content);
261
+ groups.entry(h).or_default().push(mem);
262
+ }
263
+
264
+ // For each group: pick the best representative (highest score), count occurrences
265
+ groups.into_iter().map(|(_hash, members)| {
266
+ let count = members.len() as u64;
267
+ // Best representative = highest score
268
+ let best = members.iter().max_by(|a, b| {
269
+ score_memory(a).partial_cmp(&score_memory(b)).unwrap_or(std::cmp::Ordering::Equal)
270
+ }).unwrap();
271
+
272
+ // Consolidated score: base_score × log(occurrences) for diminishing returns
273
+ // but still meaningful: 5 copies = ~1.6x, 50 copies = ~3.9x, 100 copies = ~4.6x
274
+ let base_score = score_memory(best);
275
+ let consolidated_score = base_score * (1.0 + (count as f64).ln());
276
+
277
+ (*best, count, consolidated_score)
278
+ }).collect()
279
+ }
280
+
281
+ fn find_lmdb_path() -> Result<String> {
282
+ let candidates = [
283
+ "LIVE/LMDB5/LMDB5.DB",
284
+ "/data/data/com.termux/files/home/SPFsmartGATE/LIVE/LMDB5/LMDB5.DB",
285
+ ];
286
+ for p in candidates {
287
+ if Path::new(p).exists() {
288
+ return Ok(p.to_string());
289
+ }
290
+ }
291
+ Err(anyhow::anyhow!(
292
+ "LMDB5.DB not found. Run from SPFsmartGATE/ directory."
293
+ ))
294
+ }
295
+
296
+ // ============================================================================
297
+ // MAIN
298
+ // ============================================================================
299
+
300
+ fn main() -> Result<()> {
301
+ let lmdb_path = find_lmdb_path()?;
302
+ println!("[*] Opening LMDB at {}", lmdb_path);
303
+
304
+ let env = unsafe {
305
+ EnvOpenOptions::new()
306
+ .map_size(MAX_DB_SIZE)
307
+ .max_dbs(8)
308
+ .open(Path::new(&lmdb_path))?
309
+ };
310
+
311
+ // Open sub-DBs
312
+ let rtxn = env.read_txn()?;
313
+ let memory_db: Database<Str, SerdeBincode<MemoryEntry>> =
314
+ env.open_database(&rtxn, Some("memory"))?
315
+ .ok_or_else(|| anyhow::anyhow!("memory sub-DB not found"))?;
316
+ let state_db: Database<Str, Str> =
317
+ env.open_database(&rtxn, Some("state"))?
318
+ .ok_or_else(|| anyhow::anyhow!("state sub-DB not found"))?;
319
+
320
+ // ========================================================================
321
+ // DUMP
322
+ // ========================================================================
323
+ println!("[*] Dumping memories...");
324
+ let mut all_memories: Vec<MemoryEntry> = Vec::new();
325
+ for result in memory_db.iter(&rtxn)? {
326
+ let (_, entry) = result?;
327
+ all_memories.push(entry);
328
+ }
329
+ println!(" Found {} memories", all_memories.len());
330
+
331
+ println!("[*] Dumping tlog:* state keys...");
332
+ let mut all_tlogs: Vec<TrainingSignal> = Vec::new();
333
+ for result in state_db.iter(&rtxn)? {
334
+ let (key, value) = result?;
335
+ if key.starts_with("tlog:") {
336
+ if let Ok(signal) = serde_json::from_str::<TrainingSignal>(value) {
337
+ all_tlogs.push(signal);
338
+ }
339
+ }
340
+ }
341
+ println!(" Found {} tlog entries", all_tlogs.len());
342
+
343
+ // ========================================================================
344
+ // 01: Expire TTL cleanup (separate expired from active)
345
+ // ========================================================================
346
+ println!("\n[01] Expire TTL cleanup...");
347
+ let now = SystemTime::now().duration_since(UNIX_EPOCH).unwrap().as_secs();
348
+ let _before = all_memories.len();
349
+ let mut expired_memories: Vec<MemoryEntry> = Vec::new();
350
+ all_memories.retain(|m| {
351
+ if m.expires_at != 0 && m.expires_at < now {
352
+ expired_memories.push(m.clone());
353
+ false
354
+ } else {
355
+ true
356
+ }
357
+ });
358
+ println!(" Expired: {}. Active: {}.", expired_memories.len(), all_memories.len());
359
+
360
+ // ========================================================================
361
+ // 02: Consolidate duplicates (multiples → weight, not discard)
362
+ // ========================================================================
363
+ println!("\n[02] Consolidate duplicates (multiples → signal weight)...");
364
+ let consolidated = consolidate_duplicates(&all_memories);
365
+
366
+ // Separate by category
367
+ let mut edge: Vec<(&MemoryEntry, u64, f64)> = Vec::new();
368
+ let mut gate: Vec<(&MemoryEntry, u64, f64)> = Vec::new();
369
+ let mut regular: Vec<(&MemoryEntry, u64, f64)> = Vec::new();
370
+
371
+ for (mem, count, score) in consolidated {
372
+ let cat = categorize_memory(mem);
373
+ match cat {
374
+ "gate_context" => gate.push((mem, count, score)),
375
+ _ if matches!(mem.memory_type, MemoryType::Pinned | MemoryType::Instruction)
376
+ || score > 5.0
377
+ || mem.access_count > 5 =>
378
+ {
379
+ edge.push((mem, count, score));
380
+ }
381
+ _ => regular.push((mem, count, score)),
382
+ }
383
+ }
384
+
385
+ println!(" Before: {} memories", all_memories.len());
386
+ println!(" Unique patterns: {}", edge.len() + gate.len() + regular.len());
387
+ println!(" Duplicates collapsed: {}", all_memories.len() - (edge.len() + gate.len() + regular.len()));
388
+ println!(" Edge (high-value): {}", edge.len());
389
+ println!(" Gate context: {}", gate.len());
390
+ println!(" Regular: {}", regular.len());
391
+
392
+ // ========================================================================
393
+ // 03: Build consolidated training examples
394
+ // ========================================================================
395
+ println!("\n[03] Building consolidated examples...");
396
+ let mut pruned: Vec<ConsolidatedExample> = Vec::new();
397
+
398
+ // Tlogs: explicit labels from TrainingSignal
399
+ for sig in &all_tlogs {
400
+ let label = label_for_training_signal(sig);
401
+ let weight = weight_for_signal(sig);
402
+ let outcome = if sig.allowed { "allowed" } else { "blocked" }.to_string();
403
+ let context = format!(
404
+ "Tool: {}. Source: {}. Duration: {}ms. Overrides: {}. Preceding: {}.",
405
+ sig.tool, sig.source, sig.duration_ms,
406
+ if sig.user_override { "yes" } else { "no" },
407
+ sig.preceding_tools.join(", ")
408
+ );
409
+ pruned.push(ConsolidatedExample {
410
+ label, weight,
411
+ tool: sig.tool.clone(),
412
+ context, outcome,
413
+ source_type: "tlog".to_string(),
414
+ category: "gate_decision".to_string(),
415
+ occurrence_count: 1,
416
+ signal_strength: weight as f64 * (1.0 + sig.evil_score as f64),
417
+ });
418
+ }
419
+
420
+ // Edge memories: highest priority, full inclusion
421
+ for (mem, count, consolidated_score) in &edge {
422
+ let label = label_for_memory(mem);
423
+ if label == 0 { continue; }
424
+ let cat = categorize_memory(mem);
425
+ // Weight: occurrence count scaled, clamped to 1-8x range
426
+ let raw_weight = (*count as f32).log2().min(3.0); // log2(8)=3, cap at 8x
427
+ pruned.push(ConsolidatedExample {
428
+ label,
429
+ weight: clamp_weight(raw_weight + 1.0), // +1 base, up to 8x
430
+ tool: match mem.memory_type {
431
+ MemoryType::Instruction => "instruction".to_string(),
432
+ MemoryType::Pinned => "pinned_fact".to_string(),
433
+ _ => "memory".to_string(),
434
+ },
435
+ context: mem.tags.join(", "),
436
+ outcome: mem.content.clone(),
437
+ source_type: "memory".to_string(),
438
+ category: cat.to_string(),
439
+ occurrence_count: *count,
440
+ signal_strength: *consolidated_score,
441
+ });
442
+ }
443
+
444
+ // Gate memories: full inclusion (first baseline needs all data)
445
+ for (mem, count, consolidated_score) in &gate {
446
+ let label = label_for_memory(mem);
447
+ if label == 0 { continue; }
448
+ let cat = categorize_memory(mem);
449
+ let raw_weight = (*count as f32).log2().min(3.0);
450
+ pruned.push(ConsolidatedExample {
451
+ label,
452
+ weight: clamp_weight(raw_weight + 1.0),
453
+ tool: "gate_context".to_string(),
454
+ context: mem.tags.join(", "),
455
+ outcome: mem.content.clone(),
456
+ source_type: "memory".to_string(),
457
+ category: cat.to_string(),
458
+ occurrence_count: *count,
459
+ signal_strength: *consolidated_score,
460
+ });
461
+ }
462
+
463
+ // Regular memories: full inclusion
464
+ for (mem, count, consolidated_score) in &regular {
465
+ let label = label_for_memory(mem);
466
+ if label == 0 { continue; }
467
+ let cat = categorize_memory(mem);
468
+ let raw_weight = (*count as f32).log2().min(3.0);
469
+ pruned.push(ConsolidatedExample {
470
+ label,
471
+ weight: clamp_weight(raw_weight + 1.0),
472
+ tool: "memory".to_string(),
473
+ context: mem.tags.join(", "),
474
+ outcome: mem.content.clone(),
475
+ source_type: "memory".to_string(),
476
+ category: cat.to_string(),
477
+ occurrence_count: *count,
478
+ signal_strength: *consolidated_score,
479
+ });
480
+ }
481
+
482
+ // Sort by signal_strength (highest = most important first)
483
+ pruned.sort_by(|a, b| b.signal_strength.partial_cmp(&a.signal_strength)
484
+ .unwrap_or(std::cmp::Ordering::Equal));
485
+
486
+ // ========================================================================
487
+ // 04: Build memory catalog for brain re-index
488
+ // ========================================================================
489
+ println!("\n[04] Building memory catalog for brain re-index...");
490
+ let catalog: Vec<MemoryCatalog> = all_memories.iter()
491
+ .map(|m| MemoryCatalog {
492
+ id: m.id.clone(),
493
+ content: m.content.clone(),
494
+ category: categorize_memory(m).to_string(),
495
+ tags: m.tags.clone(),
496
+ source_type: m.source.clone(),
497
+ memory_type: format!("{:?}", m.memory_type),
498
+ relevance: m.relevance,
499
+ })
500
+ .collect();
501
+
502
+ // ========================================================================
503
+ // 05: Write output files
504
+ // ========================================================================
505
+ println!("\n[05] Writing output files...");
506
+ let raw_dir = format!("{}/raw", OUTPUT_DIR);
507
+ fs::create_dir_all(&raw_dir)?;
508
+
509
+ // Consolidated training survivors
510
+ let out_path = format!("{}/raw/pruned_memories.jsonl", OUTPUT_DIR);
511
+ let mut w = std::io::BufWriter::new(fs::File::create(&out_path)?);
512
+ for entry in &pruned {
513
+ serde_json::to_writer(&mut w, entry)?;
514
+ w.write_all(b"\n")?;
515
+ }
516
+ drop(w);
517
+ println!(" Training data: {} entries → {}", pruned.len(), out_path);
518
+
519
+ // Archived (expired/TTL-cleaned, parked not deleted)
520
+ let archive_path = format!("{}/raw/archived_memories.jsonl", OUTPUT_DIR);
521
+ let mut aw = std::io::BufWriter::new(fs::File::create(&archive_path)?);
522
+ for mem in &expired_memories {
523
+ serde_json::to_writer(&mut aw, &serde_json::json!({
524
+ "id": mem.id,
525
+ "type": format!("{:?}", mem.memory_type),
526
+ "content": mem.content,
527
+ "tags": mem.tags,
528
+ "relevance": mem.relevance,
529
+ "archived": "ttl_expired"
530
+ }))?;
531
+ aw.write_all(b"\n")?;
532
+ }
533
+ drop(aw);
534
+ println!(" Archive: {} entries → {}", expired_memories.len(), archive_path);
535
+
536
+ // Memory catalog for brain re-index
537
+ let catalog_path = format!("{}/raw/memory_catalog.jsonl", OUTPUT_DIR);
538
+ let mut cw = std::io::BufWriter::new(fs::File::create(&catalog_path)?);
539
+ for entry in &catalog {
540
+ serde_json::to_writer(&mut cw, entry)?;
541
+ cw.write_all(b"\n")?;
542
+ }
543
+ drop(cw);
544
+ println!(" Catalog: {} entries → {}", catalog.len(), catalog_path);
545
+
546
+ // ========================================================================
547
+ // 06: Index pruned memories to brain
548
+ // ========================================================================
549
+ println!("\n[06] Indexing training data to brain...");
550
+ let brain_index_path = format!("{}/raw/brain_index_pruned.jsonl", OUTPUT_DIR);
551
+ let mut bw = std::io::BufWriter::new(fs::File::create(&brain_index_path)?);
552
+ for entry in &pruned {
553
+ // Format for brain: text = context + outcome + tool + category
554
+ let text = format!(
555
+ "[{}] {} | {} | {} | {}",
556
+ entry.source_type,
557
+ entry.category,
558
+ entry.tool,
559
+ entry.context,
560
+ entry.outcome
561
+ );
562
+ serde_json::to_writer(&mut bw, &serde_json::json!({
563
+ "text": text,
564
+ "label": entry.label,
565
+ "weight": entry.weight,
566
+ "tool": entry.tool,
567
+ "source": entry.source_type
568
+ }))?;
569
+ bw.write_all(b"\n")?;
570
+ }
571
+ drop(bw);
572
+ println!(" Brain index: {} entries → {}", pruned.len(), brain_index_path);
573
+ println!(" NOTE: Run 'spf_brain_index' tool on this file to add to brain collection");
574
+
575
+ // ========================================================================
576
+ // 07: Archive raw memories for future improved pruning
577
+ // ========================================================================
578
+ println!("\n[07] Archiving raw memories for future pruning...");
579
+ let catalog_path = format!("{}/raw/memory_catalog.jsonl", OUTPUT_DIR);
580
+ println!(" Raw archive: {} entries at {}", catalog.len(), catalog_path);
581
+ println!(" Safe for future improved pruning methods");
582
+
583
+ // ========================================================================
584
+ // 08: Prepare for FLINT training (tlog conversion)
585
+ // ========================================================================
586
+ println!("\n[08] FLINT training preparation...");
587
+ println!(" Training entries: {}", pruned.len());
588
+ println!(" Format: ConsolidatedExample (JSONL) → tlog:* LMDB keys");
589
+ println!(" Next step: Run jsonl_to_tlog tool to convert + inject into LMDB");
590
+ println!(" Then: spf_transformer_train() will read native tlog entries");
591
+
592
+ // ========================================================================
593
+ // Summary
594
+ // ========================================================================
595
+ let mut by_label: HashMap<i32, usize> = HashMap::new();
596
+ for e in &pruned {
597
+ *by_label.entry(e.label).or_default() += 1;
598
+ }
599
+ let by_source: HashMap<&str, usize> = pruned.iter()
600
+ .fold(HashMap::new(), |mut m, e| {
601
+ *m.entry(e.source_type.as_str()).or_default() += 1;
602
+ m
603
+ });
604
+ let by_category: HashMap<&str, usize> = pruned.iter()
605
+ .fold(HashMap::new(), |mut m, e| {
606
+ *m.entry(e.category.as_str()).or_default() += 1;
607
+ m
608
+ });
609
+
610
+ println!("\n[=] BLOCK 0 — MEMORY CONSOLIDATION COMPLETE");
611
+ println!(" Consolidated examples: {}", pruned.len());
612
+ println!(" Archived (TTL expired): {}", expired_memories.len());
613
+ println!(" Memory catalog entries: {}", catalog.len());
614
+ println!("\n By source:");
615
+ for (k, v) in &by_source {
616
+ println!(" {}: {}", k, v);
617
+ }
618
+ println!("\n By category:");
619
+ for (k, v) in &by_category {
620
+ println!(" {}: {}", k, v);
621
+ }
622
+ println!("\n By label (20-level scale):");
623
+ for &lbl in &[-10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] {
624
+ if let Some(c) = by_label.get(&lbl) {
625
+ println!(" {:>3}: {}", lbl, c);
626
+ }
627
+ }
628
+
629
+ // Weight amplification summary
630
+ let total_occurrences: u64 = pruned.iter().map(|e| e.occurrence_count).sum();
631
+ let avg_weight: f64 = pruned.iter().map(|e| e.weight as f64).sum::<f64>() / pruned.len() as f64;
632
+ let max_weight = pruned.iter().max_by(|a, b| a.weight.partial_cmp(&b.weight).unwrap()).map(|e| e.weight).unwrap();
633
+ let max_dups = pruned.iter().max_by(|a, b| a.occurrence_count.cmp(&b.occurrence_count)).map(|e| e.occurrence_count).unwrap();
634
+
635
+ println!("\n Weight amplification from duplicates:");
636
+ println!(" Total occurrences consolidated: {}", total_occurrences);
637
+ println!(" Avg weight per example: {:.2}", avg_weight);
638
+ println!(" Max weight (single entry): {:.2}", max_weight);
639
+ println!(" Max occurrence count: {}", max_dups);
640
+ println!(" RULE: NO ZERO. Weight zero floors to +1. If +1 degrades, flips to -1 (skip zero).");
641
+
642
+ Ok(())
643
+ }
SPFsmartGATE/target/release/deps/android_log_sys-6793d4cc76439b82.d ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/android_log_sys-6793d4cc76439b82.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/android_log-sys-0.3.2/src/lib.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libandroid_log_sys-6793d4cc76439b82.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/android_log-sys-0.3.2/src/lib.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libandroid_log_sys-6793d4cc76439b82.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/android_log-sys-0.3.2/src/lib.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/android_log-sys-0.3.2/src/lib.rs:
SPFsmartGATE/target/release/deps/android_log_sys-82cdbfa21447ced1.d ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/android_log_sys-82cdbfa21447ced1.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/android_log-sys-0.3.2/src/lib.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libandroid_log_sys-82cdbfa21447ced1.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/android_log-sys-0.3.2/src/lib.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libandroid_log_sys-82cdbfa21447ced1.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/android_log-sys-0.3.2/src/lib.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/android_log-sys-0.3.2/src/lib.rs:
SPFsmartGATE/target/release/deps/anyhow-420de24da2e2f247.d ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/anyhow-420de24da2e2f247.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/chain.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/context.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/ensure.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/fmt.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/kind.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/macros.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/ptr.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/wrapper.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libanyhow-420de24da2e2f247.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/chain.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/context.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/ensure.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/fmt.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/kind.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/macros.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/ptr.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/wrapper.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libanyhow-420de24da2e2f247.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/chain.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/context.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/ensure.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/fmt.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/kind.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/macros.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/ptr.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/wrapper.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/chain.rs:
10
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/context.rs:
11
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/ensure.rs:
12
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:
13
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/fmt.rs:
14
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/kind.rs:
15
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/macros.rs:
16
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/ptr.rs:
17
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/wrapper.rs:
SPFsmartGATE/target/release/deps/arrayvec-2a9289ea7f3d087d.d ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/arrayvec-2a9289ea7f3d087d.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/arrayvec_impl.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/arrayvec.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/array_string.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/char.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/errors.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/utils.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libarrayvec-2a9289ea7f3d087d.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/arrayvec_impl.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/arrayvec.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/array_string.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/char.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/errors.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/utils.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libarrayvec-2a9289ea7f3d087d.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/arrayvec_impl.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/arrayvec.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/array_string.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/char.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/errors.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/utils.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/arrayvec_impl.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/arrayvec.rs:
10
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/array_string.rs:
11
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/char.rs:
12
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/errors.rs:
13
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/utils.rs:
SPFsmartGATE/target/release/deps/async_compat-459c09c782c9c3e0.d ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/async_compat-459c09c782c9c3e0.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compat-0.2.5/src/lib.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libasync_compat-459c09c782c9c3e0.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compat-0.2.5/src/lib.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libasync_compat-459c09c782c9c3e0.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compat-0.2.5/src/lib.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compat-0.2.5/src/lib.rs:
SPFsmartGATE/target/release/deps/axum_core-add0985b4aaa8186.d ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/axum_core-add0985b4aaa8186.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/macros.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/request.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/request_parts.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/body.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/rejection.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/default_body_limit.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/from_ref.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/option.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/request_parts.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/tuple.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/append_headers.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/into_response.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/into_response_parts.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libaxum_core-add0985b4aaa8186.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/macros.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/request.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/request_parts.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/body.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/rejection.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/default_body_limit.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/from_ref.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/option.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/request_parts.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/tuple.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/append_headers.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/into_response.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/into_response_parts.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libaxum_core-add0985b4aaa8186.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/macros.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/request.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/request_parts.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/body.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/rejection.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/default_body_limit.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/from_ref.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/option.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/request_parts.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/tuple.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/append_headers.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/into_response.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/into_response_parts.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/macros.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/error.rs:
10
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/mod.rs:
11
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/request.rs:
12
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/ext_traits/request_parts.rs:
13
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/body.rs:
14
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/mod.rs:
15
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/rejection.rs:
16
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/default_body_limit.rs:
17
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/from_ref.rs:
18
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/option.rs:
19
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/request_parts.rs:
20
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/extract/tuple.rs:
21
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/mod.rs:
22
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/append_headers.rs:
23
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/into_response.rs:
24
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/axum-core-0.5.6/src/response/into_response_parts.rs:
SPFsmartGATE/target/release/deps/bitflags-a3c412a053cc5df0.d ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/bitflags-a3c412a053cc5df0.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libbitflags-a3c412a053cc5df0.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libbitflags-a3c412a053cc5df0.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs:
SPFsmartGATE/target/release/deps/clap_derive-cfbc2de7f36367cb.d ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/clap_derive-cfbc2de7f36367cb.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/macros.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/attr.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/args.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/into_app.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/parser.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/subcommand.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/value_enum.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/dummies.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/item.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/utils/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/utils/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/utils/doc_comments.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/utils/spanned.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/utils/ty.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/../README.md
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libclap_derive-cfbc2de7f36367cb.so: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/macros.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/attr.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/args.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/into_app.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/parser.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/subcommand.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/value_enum.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/dummies.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/item.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/utils/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/utils/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/utils/doc_comments.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/utils/spanned.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/utils/ty.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/../README.md
4
+
5
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/lib.rs:
6
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/macros.rs:
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/attr.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/mod.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/args.rs:
10
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/into_app.rs:
11
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/parser.rs:
12
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/subcommand.rs:
13
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/derives/value_enum.rs:
14
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/dummies.rs:
15
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/item.rs:
16
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/utils/mod.rs:
17
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/utils/error.rs:
18
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/utils/doc_comments.rs:
19
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/utils/spanned.rs:
20
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/utils/ty.rs:
21
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.55/src/../README.md:
SPFsmartGATE/target/release/deps/const_oid-a28628fab3d0d5a4.d ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/const_oid-a28628fab3d0d5a4.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/checked.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/arcs.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/buffer.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/encoder.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/parser.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/traits.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/../README.md
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libconst_oid-a28628fab3d0d5a4.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/checked.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/arcs.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/buffer.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/encoder.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/parser.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/traits.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/../README.md
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libconst_oid-a28628fab3d0d5a4.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/checked.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/arcs.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/buffer.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/encoder.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/parser.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/traits.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/../README.md
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/checked.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/arcs.rs:
10
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/buffer.rs:
11
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/encoder.rs:
12
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/error.rs:
13
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/parser.rs:
14
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/traits.rs:
15
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/../README.md:
SPFsmartGATE/target/release/deps/crossbeam_channel-c450df8e61bdd80a.d ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/crossbeam_channel-c450df8e61bdd80a.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/channel.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/context.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/counter.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/err.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/array.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/at.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/list.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/never.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/tick.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/zero.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select_macro.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/utils.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/waker.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libcrossbeam_channel-c450df8e61bdd80a.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/channel.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/context.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/counter.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/err.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/array.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/at.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/list.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/never.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/tick.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/zero.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select_macro.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/utils.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/waker.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libcrossbeam_channel-c450df8e61bdd80a.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/channel.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/context.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/counter.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/err.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/array.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/at.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/list.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/never.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/tick.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/zero.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select_macro.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/utils.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/waker.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/channel.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/context.rs:
10
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/counter.rs:
11
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/err.rs:
12
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/mod.rs:
13
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/array.rs:
14
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/at.rs:
15
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/list.rs:
16
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/never.rs:
17
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/tick.rs:
18
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/zero.rs:
19
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select.rs:
20
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select_macro.rs:
21
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/utils.rs:
22
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/waker.rs:
SPFsmartGATE/target/release/deps/crossbeam_channel-cb0e5a1c74d3cd27.d ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/crossbeam_channel-cb0e5a1c74d3cd27.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/channel.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/context.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/counter.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/err.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/array.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/at.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/list.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/never.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/tick.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/zero.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select_macro.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/utils.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/waker.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libcrossbeam_channel-cb0e5a1c74d3cd27.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/channel.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/context.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/counter.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/err.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/array.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/at.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/list.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/never.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/tick.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/zero.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select_macro.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/utils.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/waker.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libcrossbeam_channel-cb0e5a1c74d3cd27.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/channel.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/context.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/counter.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/err.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/array.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/at.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/list.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/never.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/tick.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/zero.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select_macro.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/utils.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/waker.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/channel.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/context.rs:
10
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/counter.rs:
11
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/err.rs:
12
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/mod.rs:
13
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/array.rs:
14
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/at.rs:
15
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/list.rs:
16
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/never.rs:
17
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/tick.rs:
18
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/flavors/zero.rs:
19
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select.rs:
20
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/select_macro.rs:
21
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/utils.rs:
22
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/waker.rs:
SPFsmartGATE/target/release/deps/crypto_common-2348d60da58f9a3c.d ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/crypto_common-2348d60da58f9a3c.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/hazmat.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/../README.md
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libcrypto_common-2348d60da58f9a3c.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/hazmat.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/../README.md
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libcrypto_common-2348d60da58f9a3c.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/hazmat.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/../README.md
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/hazmat.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.0/src/../README.md:
SPFsmartGATE/target/release/deps/document_features-c37b2afeaa83135e.d ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/document_features-c37b2afeaa83135e.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.12/lib.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libdocument_features-c37b2afeaa83135e.so: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.12/lib.rs
4
+
5
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.12/lib.rs:
SPFsmartGATE/target/release/deps/fastrand-fc8766d84d33d388.d ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/fastrand-fc8766d84d33d388.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/global_rng.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libfastrand-fc8766d84d33d388.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/global_rng.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libfastrand-fc8766d84d33d388.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/global_rng.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/global_rng.rs:
SPFsmartGATE/target/release/deps/fnv-d61aa546ec3587a4.d ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/fnv-d61aa546ec3587a4.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libfnv-d61aa546ec3587a4.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libfnv-d61aa546ec3587a4.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs:
SPFsmartGATE/target/release/deps/form_urlencoded-d92fac106d7ffa19.d ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/form_urlencoded-d92fac106d7ffa19.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libform_urlencoded-d92fac106d7ffa19.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libform_urlencoded-d92fac106d7ffa19.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs:
SPFsmartGATE/target/release/deps/gemm-7302b2fefb598828.d ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/gemm-7302b2fefb598828.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-0.18.2/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-0.18.2/src/gemm.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libgemm-7302b2fefb598828.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-0.18.2/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-0.18.2/src/gemm.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libgemm-7302b2fefb598828.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-0.18.2/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-0.18.2/src/gemm.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-0.18.2/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-0.18.2/src/gemm.rs:
SPFsmartGATE/target/release/deps/gemm_c32-9aa52b3e595e3bd8.d ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/gemm_c32-9aa52b3e595e3bd8.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-c32-0.17.1/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-c32-0.17.1/src/gemm.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-c32-0.17.1/src/microkernel.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libgemm_c32-9aa52b3e595e3bd8.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-c32-0.17.1/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-c32-0.17.1/src/gemm.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-c32-0.17.1/src/microkernel.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libgemm_c32-9aa52b3e595e3bd8.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-c32-0.17.1/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-c32-0.17.1/src/gemm.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-c32-0.17.1/src/microkernel.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-c32-0.17.1/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-c32-0.17.1/src/gemm.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gemm-c32-0.17.1/src/microkernel.rs:
SPFsmartGATE/target/release/deps/heed_traits-ea29be5f1f00c900.d ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/heed_traits-ea29be5f1f00c900.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heed-traits-0.20.0/src/lib.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libheed_traits-ea29be5f1f00c900.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heed-traits-0.20.0/src/lib.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libheed_traits-ea29be5f1f00c900.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heed-traits-0.20.0/src/lib.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heed-traits-0.20.0/src/lib.rs:
SPFsmartGATE/target/release/deps/hex-522e4a6cd5e63d5f.d ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/hex-522e4a6cd5e63d5f.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/error.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libhex-522e4a6cd5e63d5f.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/error.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libhex-522e4a6cd5e63d5f.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/error.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/error.rs:
SPFsmartGATE/target/release/deps/html2text-6c048ccc5f696280.d ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/html2text-6c048ccc5f696280.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/macros.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/render/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/render/text_renderer.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/markup5ever_rcdom.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libhtml2text-6c048ccc5f696280.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/macros.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/render/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/render/text_renderer.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/markup5ever_rcdom.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libhtml2text-6c048ccc5f696280.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/macros.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/render/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/render/text_renderer.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/markup5ever_rcdom.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/macros.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/render/mod.rs:
10
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/render/text_renderer.rs:
11
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/html2text-0.6.0/src/markup5ever_rcdom.rs:
SPFsmartGATE/target/release/deps/http-8f0299b796387659.d ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/http-8f0299b796387659.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/convert.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/map.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/name.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/value.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/method.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/request.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/response.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/status.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/authority.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/builder.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/path.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/port.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/scheme.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/version.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/byte_str.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/extensions.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libhttp-8f0299b796387659.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/convert.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/map.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/name.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/value.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/method.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/request.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/response.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/status.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/authority.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/builder.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/path.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/port.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/scheme.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/version.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/byte_str.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/extensions.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libhttp-8f0299b796387659.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/convert.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/map.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/name.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/value.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/method.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/request.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/response.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/status.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/authority.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/builder.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/path.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/port.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/scheme.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/version.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/byte_str.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/extensions.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/convert.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/mod.rs:
10
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/map.rs:
11
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/name.rs:
12
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/header/value.rs:
13
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/method.rs:
14
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/request.rs:
15
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/response.rs:
16
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/status.rs:
17
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/mod.rs:
18
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/authority.rs:
19
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/builder.rs:
20
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/path.rs:
21
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/port.rs:
22
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/uri/scheme.rs:
23
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/version.rs:
24
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/byte_str.rs:
25
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/error.rs:
26
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/extensions.rs:
SPFsmartGATE/target/release/deps/iana_time_zone-da5a69b716645ef2.d ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/iana_time_zone-da5a69b716645ef2.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/ffi_utils.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/tz_android.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libiana_time_zone-da5a69b716645ef2.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/ffi_utils.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/tz_android.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libiana_time_zone-da5a69b716645ef2.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/ffi_utils.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/tz_android.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/ffi_utils.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/tz_android.rs:
SPFsmartGATE/target/release/deps/icu_normalizer-f31fbcef59f77497.d ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/icu_normalizer-f31fbcef59f77497.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/properties.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/provider.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/uts46.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libicu_normalizer-f31fbcef59f77497.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/properties.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/provider.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/uts46.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libicu_normalizer-f31fbcef59f77497.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/properties.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/provider.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/uts46.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/properties.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/provider.rs:
10
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/uts46.rs:
SPFsmartGATE/target/release/deps/icu_normalizer_data-aafa30449caa3cee.d ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/icu_normalizer_data-aafa30449caa3cee.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_tables_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_supplement_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_data_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_tables_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfc_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_data_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_uts46_data_v1.rs.data
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libicu_normalizer_data-aafa30449caa3cee.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_tables_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_supplement_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_data_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_tables_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfc_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_data_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_uts46_data_v1.rs.data
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libicu_normalizer_data-aafa30449caa3cee.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/mod.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_tables_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_supplement_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_data_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_tables_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfc_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_data_v1.rs.data /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_uts46_data_v1.rs.data
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/mod.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_tables_v1.rs.data:
10
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_supplement_v1.rs.data:
11
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_data_v1.rs.data:
12
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfkd_tables_v1.rs.data:
13
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfc_v1.rs.data:
14
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_nfd_data_v1.rs.data:
15
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/../data/normalizer_uts46_data_v1.rs.data:
SPFsmartGATE/target/release/deps/icu_provider-d928ec8106a29cab.d ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/icu_provider-d928ec8106a29cab.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked/zerotrie.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/buf.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/constructors.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/dynutil.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/data_provider.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/request.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/response.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/marker.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/varule_traits.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/fallback.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libicu_provider-d928ec8106a29cab.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked/zerotrie.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/buf.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/constructors.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/dynutil.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/data_provider.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/request.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/response.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/marker.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/varule_traits.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/fallback.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libicu_provider-d928ec8106a29cab.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked/zerotrie.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/buf.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/constructors.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/dynutil.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/data_provider.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/request.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/response.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/marker.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/varule_traits.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/fallback.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/baked/zerotrie.rs:
10
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/buf.rs:
11
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/constructors.rs:
12
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/dynutil.rs:
13
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/data_provider.rs:
14
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/error.rs:
15
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/request.rs:
16
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/response.rs:
17
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/marker.rs:
18
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/varule_traits.rs:
19
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/fallback.rs:
SPFsmartGATE/target/release/deps/iri_string-d240580cce81ae87.d ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/iri_string-d240580cce81ae87.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/build.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/components.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/components/authority.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/convert.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/format.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/mask_password.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/path.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/pct_case.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/char.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/str.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/str/maybe_pct_encoded.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/trusted.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/trusted/authority.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate/authority.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate/path.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/percent_encode.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/raw.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/resolve.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/spec.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/spec/internal.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/components.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/context.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/expand.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser/char.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser/validate.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/simple_context.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/string.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/string/owned.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/macros.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/absolute.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/fragment.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/normal.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/query.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/reference.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/relative.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/iri.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/uri.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/validate.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libiri_string-d240580cce81ae87.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/build.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/components.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/components/authority.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/convert.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/format.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/mask_password.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/path.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/pct_case.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/char.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/str.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/str/maybe_pct_encoded.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/trusted.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/trusted/authority.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate/authority.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate/path.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/percent_encode.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/raw.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/resolve.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/spec.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/spec/internal.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/components.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/context.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/expand.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser/char.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser/validate.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/simple_context.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/string.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/string/owned.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/macros.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/absolute.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/fragment.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/normal.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/query.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/reference.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/relative.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/iri.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/uri.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/validate.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libiri_string-d240580cce81ae87.rmeta: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/build.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/components.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/components/authority.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/convert.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/format.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/mask_password.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/path.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/pct_case.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/char.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/str.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/str/maybe_pct_encoded.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/trusted.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/trusted/authority.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate/authority.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate/path.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/percent_encode.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/raw.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/resolve.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/spec.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/spec/internal.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/components.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/context.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/expand.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser/char.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser/validate.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/simple_context.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/string.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/string/owned.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/macros.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/absolute.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/error.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/fragment.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/normal.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/query.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/reference.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/relative.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/iri.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/uri.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/validate.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/build.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/components.rs:
10
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/components/authority.rs:
11
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/convert.rs:
12
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/format.rs:
13
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/mask_password.rs:
14
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize.rs:
15
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/error.rs:
16
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/path.rs:
17
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/normalize/pct_case.rs:
18
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser.rs:
19
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/char.rs:
20
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/str.rs:
21
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/str/maybe_pct_encoded.rs:
22
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/trusted.rs:
23
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/trusted/authority.rs:
24
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate.rs:
25
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate/authority.rs:
26
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/parser/validate/path.rs:
27
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/percent_encode.rs:
28
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/raw.rs:
29
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/resolve.rs:
30
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/spec.rs:
31
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/spec/internal.rs:
32
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template.rs:
33
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/components.rs:
34
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/context.rs:
35
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/error.rs:
36
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/expand.rs:
37
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser.rs:
38
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser/char.rs:
39
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/parser/validate.rs:
40
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/simple_context.rs:
41
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/string.rs:
42
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/template/string/owned.rs:
43
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types.rs:
44
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic.rs:
45
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/macros.rs:
46
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/absolute.rs:
47
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/error.rs:
48
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/fragment.rs:
49
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/normal.rs:
50
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/query.rs:
51
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/reference.rs:
52
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/generic/relative.rs:
53
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/iri.rs:
54
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/types/uri.rs:
55
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/validate.rs:
SPFsmartGATE/target/release/deps/iroh-bcce4c29b08859ee.d ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/iroh-bcce4c29b08859ee.d: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/metrics.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/concurrent_read_map.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/mapped_addrs.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/remote_map.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/remote_map/remote_state.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/remote_map/remote_state/path_state.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/remote_map/remote_state/remote_info.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/transports.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/transports/ip.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/transports/relay.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/transports/relay/actor.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/tls.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/tls/name.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/tls/resolver.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/tls/verifier.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/util.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/dns.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/mdns.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/memory.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/pkarr.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/pkarr/dht.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/defaults.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/dns.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/bind.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/connection.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/hooks.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/presets.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/quic.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/metrics.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/defaults.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/metrics.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/probes.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/report.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/reportgen.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/options.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/protocol.rs
2
+
3
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libiroh-bcce4c29b08859ee.rlib: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/metrics.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/concurrent_read_map.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/mapped_addrs.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/remote_map.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/remote_map/remote_state.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/remote_map/remote_state/path_state.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/remote_map/remote_state/remote_info.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/transports.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/transports/ip.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/transports/relay.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/transports/relay/actor.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/tls.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/tls/name.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/tls/resolver.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/tls/verifier.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/util.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/dns.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/mdns.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/memory.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/pkarr.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/pkarr/dht.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/defaults.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/dns.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/bind.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/connection.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/hooks.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/presets.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/quic.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/metrics.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/defaults.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/metrics.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/probes.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/report.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/reportgen.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/options.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/protocol.rs
4
+
5
+ /data/data/com.termux/files/home/SPFsmartGATE/target/release/deps/libiroh-bcce4c29b08859ee.so: /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/lib.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/metrics.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/concurrent_read_map.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/mapped_addrs.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/remote_map.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/remote_map/remote_state.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/remote_map/remote_state/path_state.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/remote_map/remote_state/remote_info.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/transports.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/transports/ip.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/transports/relay.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/transports/relay/actor.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/tls.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/tls/name.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/tls/resolver.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/tls/verifier.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/util.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/dns.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/mdns.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/memory.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/pkarr.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/pkarr/dht.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/defaults.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/dns.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/bind.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/connection.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/hooks.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/presets.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/quic.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/metrics.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/defaults.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/metrics.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/probes.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/report.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/reportgen.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/options.rs /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/protocol.rs
6
+
7
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/lib.rs:
8
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket.rs:
9
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/metrics.rs:
10
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/concurrent_read_map.rs:
11
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/mapped_addrs.rs:
12
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/remote_map.rs:
13
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/remote_map/remote_state.rs:
14
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/remote_map/remote_state/path_state.rs:
15
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/remote_map/remote_state/remote_info.rs:
16
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/transports.rs:
17
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/transports/ip.rs:
18
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/transports/relay.rs:
19
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/socket/transports/relay/actor.rs:
20
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/tls.rs:
21
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/tls/name.rs:
22
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/tls/resolver.rs:
23
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/tls/verifier.rs:
24
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/util.rs:
25
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup.rs:
26
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/dns.rs:
27
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/mdns.rs:
28
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/memory.rs:
29
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/pkarr.rs:
30
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/address_lookup/pkarr/dht.rs:
31
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/defaults.rs:
32
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/dns.rs:
33
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint.rs:
34
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/bind.rs:
35
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/connection.rs:
36
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/hooks.rs:
37
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/presets.rs:
38
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/endpoint/quic.rs:
39
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/metrics.rs:
40
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report.rs:
41
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/defaults.rs:
42
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/metrics.rs:
43
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/probes.rs:
44
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/report.rs:
45
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/reportgen.rs:
46
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/net_report/options.rs:
47
+ /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iroh-0.96.1/src/protocol.rs:
48
+
49
+ # env-dep:CARGO_PKG_VERSION=0.96.1
SPFsmartGATE/target/release/deps/libandroid_system_properties-3ff058637484a00a.rlib ADDED
Binary file (30.2 kB). View file
 
SPFsmartGATE/target/release/deps/libandroid_system_properties-3ff058637484a00a.rmeta ADDED
Binary file (13.1 kB). View file
 
SPFsmartGATE/target/release/deps/libarrayref-3639a57139954c8d.rmeta ADDED
Binary file (16.8 kB). View file
 
SPFsmartGATE/target/release/deps/libbase32-ab75e7bcfddd8a53.rlib ADDED
Binary file (65.2 kB). View file
 
SPFsmartGATE/target/release/deps/libcfg_if-8538b76a16af8eeb.rlib ADDED
Binary file (9.29 kB). View file
 
SPFsmartGATE/target/release/deps/libclap-e4457baa53ba870e.rlib ADDED
Binary file (15.6 kB). View file
 
SPFsmartGATE/target/release/deps/libcmake-2ec70c7cbe3fe190.rmeta ADDED
Binary file (65.2 kB). View file
 
SPFsmartGATE/target/release/deps/libcompression_core-197cbd09fc0fe638.rmeta ADDED
Binary file (40.2 kB). View file
 
SPFsmartGATE/target/release/deps/libcrc_catalog-474e9bf8f1b9b53a.rlib ADDED
Binary file (50.3 kB). View file
 
SPFsmartGATE/target/release/deps/libcrypto_common-e9ced4dac7cc9738.rmeta ADDED
Binary file (30.8 kB). View file
 
SPFsmartGATE/target/release/deps/libdebug_unreachable-251361dbe1666e8d.rlib ADDED
Binary file (5.6 kB). View file
 
SPFsmartGATE/target/release/deps/libdebug_unreachable-251361dbe1666e8d.rmeta ADDED
Binary file (2.71 kB). View file
 
SPFsmartGATE/target/release/deps/libdlopen2-12689a106ec06a61.rmeta ADDED
Binary file (77.7 kB). View file
 
SPFsmartGATE/target/release/deps/libdyn_clone-a2498a61acf77adf.rmeta ADDED
Binary file (36.7 kB). View file
 
SPFsmartGATE/target/release/deps/libequivalent-20ae77520f7c4962.rmeta ADDED
Binary file (8.32 kB). View file