[INFO] cloning repository https://github.com/QpxDesign/amtrack_rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/QpxDesign/amtrack_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQpxDesign%2Famtrack_rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQpxDesign%2Famtrack_rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f91c62c0b150d82812c6e5b7684ce459ed123d8b
[INFO] testing QpxDesign/amtrack_rs against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQpxDesign%2Famtrack_rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/QpxDesign/amtrack_rs
[INFO] finished tweaking git repo https://github.com/QpxDesign/amtrack_rs
[INFO] tweaked toml for git repo https://github.com/QpxDesign/amtrack_rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/QpxDesign/amtrack_rs on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/QpxDesign/amtrack_rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4e6e3c02d9ec6419fc5b652dad2e3432454828abd6ec2eba671ff306d6a3c22b
[INFO] running `Command { std: "docker" "start" "-a" "4e6e3c02d9ec6419fc5b652dad2e3432454828abd6ec2eba671ff306d6a3c22b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4e6e3c02d9ec6419fc5b652dad2e3432454828abd6ec2eba671ff306d6a3c22b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e6e3c02d9ec6419fc5b652dad2e3432454828abd6ec2eba671ff306d6a3c22b", kill_on_drop: false }`
[INFO] [stdout] 4e6e3c02d9ec6419fc5b652dad2e3432454828abd6ec2eba671ff306d6a3c22b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 15b5e97e03654b55d1e94ff2b79e12e1a8a2b697a632f5922d6b711102e53455
[INFO] running `Command { std: "docker" "start" "-a" "15b5e97e03654b55d1e94ff2b79e12e1a8a2b697a632f5922d6b711102e53455", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling once_cell v1.20.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling cc v1.1.24
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]    Compiling ref-cast v1.0.23
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling crypto-mac v0.11.0
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling password-hash v0.2.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling rustls-pki-types v1.9.0
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling block-modes v0.8.1
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling pbkdf2 v0.8.0
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling aes v0.7.5
[INFO] [stderr]    Compiling sha-1 v0.9.8
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling ipnet v2.10.0
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling uuid v1.10.0
[INFO] [stderr]    Compiling chrono-tz-build v0.4.0
[INFO] [stderr]    Compiling tempfile v3.13.0
[INFO] [stderr]    Compiling chrono-tz v0.10.0
[INFO] [stderr]    Compiling hyper v0.14.30
[INFO] [stderr]    Compiling devise_core v0.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.23
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling redis v0.27.3
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]    Compiling amtk v0.1.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling devise_codegen v0.4.2
[INFO] [stderr]    Compiling devise v0.4.2
[INFO] [stderr]    Compiling rocket_http v0.5.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rocket_codegen v0.5.1
[INFO] [stderr]    Compiling tokio-util v0.7.12
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-stream v0.1.16
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling ubyte v0.10.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling h2 v0.4.6
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling hyper v1.4.1
[INFO] [stderr]    Compiling hyper-util v0.1.9
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.8
[INFO] [stderr]    Compiling amtrack_rs v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `structs::GetStationsResponse::GetStationsResponse`
[INFO] [stdout]   --> src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use structs::GetStationsResponse::GetStationsResponse;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `utils::ConvertRawTrains::chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:265:17
[INFO] [stdout]     |
[INFO] [stdout] 265 |     let u = Utc.timestamp(unix, 0).with_timezone(&timezone);
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./bin/utils/ConvertRawTrains.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let mut trains = raw.features.unwrap();
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:260:9
[INFO] [stdout]     |
[INFO] [stdout] 260 |     let mut unix = timezone.from_local_datetime(&dt.unwrap()).single();
[INFO] [stdout]     |         ----^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetStationsResponse` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/GetStationsResponse.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct GetStationsResponse {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Stations` is never constructed
[INFO] [stdout]   --> src/./bin/utils/../structs/GetStationsResponse.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Stations {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetTrainsResponse` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/final/GetTrainsResponse.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct GetTrainsResponse {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TrainItem` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainItem.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct TrainItem {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TrainStation` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainStation.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct TrainStation {
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawResponse` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/raw/RawResponse.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct RawResponse {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawFeature` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/raw/RawResponse.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct RawFeature {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawGeometry` is never constructed
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct RawGeometry {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawProperty` is never constructed
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct RawProperty {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawStation` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/raw/RawStation.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct RawStation {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `GetTrains` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn GetTrains() -> Option<GetTrainsResponse> {
[INFO] [stdout]    |              ^^^^^^^^^ help: convert the identifier to snake case: `get_trains`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `GetStations` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub fn GetStations() -> Option<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetStationsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetTrainsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainItem` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod TrainItem;
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `train_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainStation` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod TrainStation;
[INFO] [stdout]   |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `routeName` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/TrainItem.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     pub routeName: String,
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainNum` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/TrainItem.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub trainNum: String,
[INFO] [stdout]   |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainID` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/TrainItem.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub trainID: String,
[INFO] [stdout]   |         ^^^^^^^ help: convert the identifier to snake case: `train_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainTimely` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub trainTimely: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `destCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub destCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `eventCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub eventCode: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub origCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origSchDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub origSchDep: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `originTZ` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub originTZ: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainState` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub trainState: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `updatedAt` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub updatedAt: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `updated_at`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schArr` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/TrainStation.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub schArr: String,
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `sch_arr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainStation.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub schDep: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainStation.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub arrCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `depCmnt` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainStation.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub depCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/raw/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod RawResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawStation` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/raw/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod RawStation;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub OBJECTID: Option<i64>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `objectid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DestCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub DestCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EventCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub EventCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Heading` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub Heading: Option<String>,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `heading`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainNum` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub TrainNum: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Velocity` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub Velocity: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub OrigCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RouteName` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub RouteName: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub OrigSchDep: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub OriginTZ: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainState` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub TrainState: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station1` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub Station1: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station2` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub Station2: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station3` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub Station3: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station4` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub Station4: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station5` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub Station5: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station6` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub Station6: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station7` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub Station7: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station8` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub Station8: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station9` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub Station9: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station10` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub Station10: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station11` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub Station11: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station12` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub Station12: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station13` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub Station13: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station14` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub Station14: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station15` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub Station15: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station16` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub Station16: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station17` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub Station17: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station18` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub Station18: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station19` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub Station19: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station20` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub Station20: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station21` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub Station21: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station22` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub Station22: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station23` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub Station23: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station24` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub Station24: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station25` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub Station25: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station26` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub Station26: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station27` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub Station27: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station28` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub Station28: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station29` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub Station29: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station30` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub Station30: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station31` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub Station31: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station32` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub Station32: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station33` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub Station33: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station34` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub Station34: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station35` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub Station35: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station36` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub Station36: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station37` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub Station37: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station38` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub Station38: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station39` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub Station39: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station40` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub Station40: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station41` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub Station41: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station42` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub Station42: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station43` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub Station43: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station44` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub Station44: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station45` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub Station45: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station46` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub Station46: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `ConvertRawTrains` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod ConvertRawTrains;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ConvertRawTrains` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/ConvertRawTrains.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn ConvertRawTrains(raw: RawResponse) -> Option<GetTrainsResponse> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rS` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:175:17
[INFO] [stdout]     |
[INFO] [stdout] 175 |             let rS: RawStation = serde_json::from_str(s.unwrap().as_str()).unwrap();
[INFO] [stdout]     |                 ^^ help: convert the identifier to snake case: `r_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `convertTime` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:251:4
[INFO] [stdout]     |
[INFO] [stdout] 251 | fn convertTime(time: String, tz: String) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^ help: convert the identifier to snake case: `convert_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `getNameFromStationCode` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:269:4
[INFO] [stdout]     |
[INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_name_from_station_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `stationCode` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:269:27
[INFO] [stdout]     |
[INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String {
[INFO] [stdout]     |                           ^^^^^^^^^^^ help: convert the identifier to snake case: `station_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `stringToUnix` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:285:4
[INFO] [stdout]     |
[INFO] [stdout] 285 | fn stringToUnix(string_time: String) -> i64 {
[INFO] [stdout]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `string_to_unix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `readStations` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:295:4
[INFO] [stdout]     |
[INFO] [stdout] 295 | fn readStations() -> std::vec::IntoIter<Stations> {
[INFO] [stdout]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `read_stations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetStationsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetTrainsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainItem` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod TrainItem;
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `train_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainStation` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod TrainStation;
[INFO] [stdout]   |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `routeName` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainItem.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     pub routeName: String,
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainNum` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainItem.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub trainNum: String,
[INFO] [stdout]   |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainID` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainItem.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub trainID: String,
[INFO] [stdout]   |         ^^^^^^^ help: convert the identifier to snake case: `train_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainTimely` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub trainTimely: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `destCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub destCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `eventCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub eventCode: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub origCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origSchDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub origSchDep: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `originTZ` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub originTZ: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainState` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub trainState: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `updatedAt` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub updatedAt: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `updated_at`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schArr` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainStation.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub schArr: String,
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `sch_arr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainStation.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub schDep: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainStation.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub arrCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `depCmnt` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainStation.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub depCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/raw/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod RawResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawStation` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/raw/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod RawStation;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub OBJECTID: Option<i64>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `objectid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DestCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub DestCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EventCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub EventCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Heading` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub Heading: Option<String>,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `heading`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainNum` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub TrainNum: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Velocity` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub Velocity: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub OrigCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RouteName` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub RouteName: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub OrigSchDep: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub OriginTZ: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainState` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub TrainState: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station1` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub Station1: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station2` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub Station2: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station3` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub Station3: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station4` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub Station4: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station5` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub Station5: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station6` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub Station6: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station7` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub Station7: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station8` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub Station8: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station9` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub Station9: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station10` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub Station10: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station11` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub Station11: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station12` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub Station12: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station13` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub Station13: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station14` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub Station14: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station15` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub Station15: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station16` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub Station16: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station17` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub Station17: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station18` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub Station18: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station19` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub Station19: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station20` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub Station20: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station21` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub Station21: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station22` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub Station22: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station23` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub Station23: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station24` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub Station24: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station25` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub Station25: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station26` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub Station26: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station27` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub Station27: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station28` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub Station28: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station29` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub Station29: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station30` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub Station30: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station31` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub Station31: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station32` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub Station32: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station33` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub Station33: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station34` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub Station34: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station35` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub Station35: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station36` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub Station36: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station37` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub Station37: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station38` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub Station38: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station39` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub Station39: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station40` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub Station40: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station41` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub Station41: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station42` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub Station42: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station43` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub Station43: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station44` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub Station44: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station45` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub Station45: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station46` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub Station46: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `utils::ConvertRawTrains::chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]    --> src/bin/./utils/ConvertRawTrains.rs:265:17
[INFO] [stdout]     |
[INFO] [stdout] 265 |     let u = Utc.timestamp(unix, 0).with_timezone(&timezone);
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/bin/./utils/ConvertRawTrains.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let mut trains = raw.features.unwrap();
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/bin/./utils/ConvertRawTrains.rs:260:9
[INFO] [stdout]     |
[INFO] [stdout] 260 |     let mut unix = timezone.from_local_datetime(&dt.unwrap()).single();
[INFO] [stdout]     |         ----^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetStationsResponse` is never constructed
[INFO] [stdout]  --> src/bin/./utils/../structs/GetStationsResponse.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct GetStationsResponse {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Stations` is never constructed
[INFO] [stdout]   --> src/bin/./utils/../structs/GetStationsResponse.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Stations {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetTrainsResponse` is never constructed
[INFO] [stdout]  --> src/bin/./utils/../structs/final/GetTrainsResponse.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct GetTrainsResponse {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TrainItem` is never constructed
[INFO] [stdout]  --> src/bin/./utils/../structs/final/TrainItem.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct TrainItem {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TrainStation` is never constructed
[INFO] [stdout]  --> src/bin/./utils/../structs/final/TrainStation.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct TrainStation {
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawResponse` is never constructed
[INFO] [stdout]  --> src/bin/./utils/../structs/raw/RawResponse.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct RawResponse {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawFeature` is never constructed
[INFO] [stdout]  --> src/bin/./utils/../structs/raw/RawResponse.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct RawFeature {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawGeometry` is never constructed
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct RawGeometry {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawProperty` is never constructed
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct RawProperty {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawStation` is never constructed
[INFO] [stdout]  --> src/bin/./utils/../structs/raw/RawStation.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct RawStation {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `getTrains` should have a snake case name
[INFO] [stdout]   --> src/bin/main.rs:34:10
[INFO] [stdout]    |
[INFO] [stdout] 34 | async fn getTrains() -> String {
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to snake case: `get_trains`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `CACHE_EXPIRY_SECONDS` should have a snake case name
[INFO] [stdout]   --> src/bin/main.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let CACHE_EXPIRY_SECONDS = 30;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cache_expiry_seconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `getTrainsRaw` should have a snake case name
[INFO] [stdout]   --> src/bin/main.rs:74:10
[INFO] [stdout]    |
[INFO] [stdout] 74 | async fn getTrainsRaw() -> String {
[INFO] [stdout]    |          ^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_raw`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `getStations` should have a snake case name
[INFO] [stdout]   --> src/bin/main.rs:88:10
[INFO] [stdout]    |
[INFO] [stdout] 88 | async fn getStations() -> String {
[INFO] [stdout]    |          ^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetStationsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/final/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetTrainsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainItem` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/final/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod TrainItem;
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `train_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainStation` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/final/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod TrainStation;
[INFO] [stdout]   |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `routeName` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/final/TrainItem.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     pub routeName: String,
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainNum` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/final/TrainItem.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub trainNum: String,
[INFO] [stdout]   |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainID` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/final/TrainItem.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub trainID: String,
[INFO] [stdout]   |         ^^^^^^^ help: convert the identifier to snake case: `train_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainTimely` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainItem.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub trainTimely: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `destCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainItem.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub destCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `eventCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainItem.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub eventCode: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainItem.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub origCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origSchDep` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainItem.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub origSchDep: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `originTZ` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainItem.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub originTZ: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainState` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainItem.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub trainState: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `updatedAt` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainItem.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub updatedAt: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `updated_at`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schArr` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/final/TrainStation.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub schArr: String,
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `sch_arr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schDep` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainStation.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub schDep: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainStation.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub arrCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `depCmnt` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainStation.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub depCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawResponse` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/raw/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod RawResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawStation` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/raw/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod RawStation;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub OBJECTID: Option<i64>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `objectid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DestCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub DestCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EventCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub EventCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Heading` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub Heading: Option<String>,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `heading`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainNum` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub TrainNum: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Velocity` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub Velocity: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub OrigCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RouteName` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub RouteName: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub OrigSchDep: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub OriginTZ: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainState` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub TrainState: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station1` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub Station1: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station2` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub Station2: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station3` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub Station3: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station4` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub Station4: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station5` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub Station5: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station6` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub Station6: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station7` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub Station7: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station8` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub Station8: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station9` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub Station9: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station10` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub Station10: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station11` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub Station11: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station12` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub Station12: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station13` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub Station13: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station14` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub Station14: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station15` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub Station15: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station16` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub Station16: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station17` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub Station17: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station18` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub Station18: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station19` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub Station19: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station20` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub Station20: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station21` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub Station21: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station22` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub Station22: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station23` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub Station23: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station24` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub Station24: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station25` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub Station25: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station26` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub Station26: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station27` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub Station27: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station28` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub Station28: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station29` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub Station29: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station30` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub Station30: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station31` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub Station31: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station32` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub Station32: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station33` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub Station33: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station34` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub Station34: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station35` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub Station35: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station36` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub Station36: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station37` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub Station37: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station38` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub Station38: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station39` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub Station39: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station40` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub Station40: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station41` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub Station41: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station42` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub Station42: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station43` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub Station43: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station44` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub Station44: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station45` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub Station45: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station46` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub Station46: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `ConvertRawTrains` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod ConvertRawTrains;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ConvertRawTrains` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/ConvertRawTrains.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn ConvertRawTrains(raw: RawResponse) -> Option<GetTrainsResponse> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rS` should have a snake case name
[INFO] [stdout]    --> src/bin/./utils/ConvertRawTrains.rs:175:17
[INFO] [stdout]     |
[INFO] [stdout] 175 |             let rS: RawStation = serde_json::from_str(s.unwrap().as_str()).unwrap();
[INFO] [stdout]     |                 ^^ help: convert the identifier to snake case: `r_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `convertTime` should have a snake case name
[INFO] [stdout]    --> src/bin/./utils/ConvertRawTrains.rs:251:4
[INFO] [stdout]     |
[INFO] [stdout] 251 | fn convertTime(time: String, tz: String) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^ help: convert the identifier to snake case: `convert_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `getNameFromStationCode` should have a snake case name
[INFO] [stdout]    --> src/bin/./utils/ConvertRawTrains.rs:269:4
[INFO] [stdout]     |
[INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_name_from_station_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `stationCode` should have a snake case name
[INFO] [stdout]    --> src/bin/./utils/ConvertRawTrains.rs:269:27
[INFO] [stdout]     |
[INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String {
[INFO] [stdout]     |                           ^^^^^^^^^^^ help: convert the identifier to snake case: `station_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `stringToUnix` should have a snake case name
[INFO] [stdout]    --> src/bin/./utils/ConvertRawTrains.rs:285:4
[INFO] [stdout]     |
[INFO] [stdout] 285 | fn stringToUnix(string_time: String) -> i64 {
[INFO] [stdout]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `string_to_unix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `readStations` should have a snake case name
[INFO] [stdout]    --> src/bin/./utils/ConvertRawTrains.rs:295:4
[INFO] [stdout]     |
[INFO] [stdout] 295 | fn readStations() -> std::vec::IntoIter<Stations> {
[INFO] [stdout]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `read_stations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetStationsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/final/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetTrainsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainItem` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/final/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod TrainItem;
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `train_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainStation` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/final/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod TrainStation;
[INFO] [stdout]   |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `routeName` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/final/TrainItem.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     pub routeName: String,
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainNum` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/final/TrainItem.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub trainNum: String,
[INFO] [stdout]   |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainID` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/final/TrainItem.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub trainID: String,
[INFO] [stdout]   |         ^^^^^^^ help: convert the identifier to snake case: `train_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainTimely` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainItem.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub trainTimely: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `destCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainItem.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub destCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `eventCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainItem.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub eventCode: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainItem.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub origCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origSchDep` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainItem.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub origSchDep: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `originTZ` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainItem.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub originTZ: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainState` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainItem.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub trainState: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `updatedAt` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainItem.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub updatedAt: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `updated_at`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schArr` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/final/TrainStation.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub schArr: String,
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `sch_arr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schDep` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainStation.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub schDep: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainStation.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub arrCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `depCmnt` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainStation.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub depCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawResponse` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/raw/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod RawResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawStation` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/raw/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod RawStation;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub OBJECTID: Option<i64>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `objectid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DestCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub DestCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EventCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub EventCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Heading` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub Heading: Option<String>,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `heading`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainNum` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub TrainNum: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Velocity` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub Velocity: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub OrigCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RouteName` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub RouteName: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub OrigSchDep: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub OriginTZ: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainState` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub TrainState: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station1` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub Station1: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station2` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub Station2: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station3` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub Station3: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station4` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub Station4: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station5` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub Station5: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station6` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub Station6: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station7` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub Station7: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station8` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub Station8: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station9` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub Station9: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station10` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub Station10: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station11` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub Station11: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station12` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub Station12: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station13` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub Station13: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station14` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub Station14: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station15` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub Station15: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station16` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub Station16: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station17` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub Station17: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station18` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub Station18: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station19` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub Station19: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station20` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub Station20: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station21` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub Station21: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station22` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub Station22: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station23` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub Station23: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station24` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub Station24: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station25` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub Station25: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station26` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub Station26: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station27` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub Station27: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station28` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub Station28: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station29` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub Station29: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station30` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub Station30: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station31` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub Station31: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station32` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub Station32: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station33` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub Station33: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station34` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub Station34: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station35` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub Station35: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station36` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub Station36: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station37` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub Station37: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station38` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub Station38: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station39` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub Station39: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station40` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub Station40: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station41` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub Station41: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station42` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub Station42: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station43` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub Station43: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station44` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub Station44: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station45` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub Station45: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station46` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub Station46: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
[INFO] running `Command { std: "docker" "inspect" "15b5e97e03654b55d1e94ff2b79e12e1a8a2b697a632f5922d6b711102e53455", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "15b5e97e03654b55d1e94ff2b79e12e1a8a2b697a632f5922d6b711102e53455", kill_on_drop: false }`
[INFO] [stdout] 15b5e97e03654b55d1e94ff2b79e12e1a8a2b697a632f5922d6b711102e53455
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 78d1709743f09b7b93a45e6a4ae14dc7205d38e7cf2d474f3c7d7a62358be694
[INFO] running `Command { std: "docker" "start" "-a" "78d1709743f09b7b93a45e6a4ae14dc7205d38e7cf2d474f3c7d7a62358be694", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `structs::GetStationsResponse::GetStationsResponse`
[INFO] [stdout]   --> src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use structs::GetStationsResponse::GetStationsResponse;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `utils::ConvertRawTrains::chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:265:17
[INFO] [stdout]     |
[INFO] [stdout] 265 |     let u = Utc.timestamp(unix, 0).with_timezone(&timezone);
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./bin/utils/ConvertRawTrains.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let mut trains = raw.features.unwrap();
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:260:9
[INFO] [stdout]     |
[INFO] [stdout] 260 |     let mut unix = timezone.from_local_datetime(&dt.unwrap()).single();
[INFO] [stdout]     |         ----^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetStationsResponse` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/GetStationsResponse.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct GetStationsResponse {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Stations` is never constructed
[INFO] [stdout]   --> src/./bin/utils/../structs/GetStationsResponse.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Stations {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetTrainsResponse` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/final/GetTrainsResponse.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct GetTrainsResponse {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TrainItem` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainItem.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct TrainItem {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TrainStation` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainStation.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct TrainStation {
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawResponse` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/raw/RawResponse.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct RawResponse {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawFeature` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/raw/RawResponse.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct RawFeature {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawGeometry` is never constructed
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct RawGeometry {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawProperty` is never constructed
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct RawProperty {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawStation` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/raw/RawStation.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct RawStation {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `GetTrains` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn GetTrains() -> Option<GetTrainsResponse> {
[INFO] [stdout]    |              ^^^^^^^^^ help: convert the identifier to snake case: `get_trains`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `GetStations` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub fn GetStations() -> Option<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetStationsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetTrainsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainItem` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod TrainItem;
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `train_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainStation` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod TrainStation;
[INFO] [stdout]   |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `routeName` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/TrainItem.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     pub routeName: String,
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainNum` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/TrainItem.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub trainNum: String,
[INFO] [stdout]   |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainID` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/TrainItem.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub trainID: String,
[INFO] [stdout]   |         ^^^^^^^ help: convert the identifier to snake case: `train_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainTimely` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub trainTimely: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `destCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub destCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `eventCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub eventCode: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub origCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origSchDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub origSchDep: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `originTZ` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub originTZ: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainState` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub trainState: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `updatedAt` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub updatedAt: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `updated_at`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schArr` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/TrainStation.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub schArr: String,
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `sch_arr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainStation.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub schDep: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainStation.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub arrCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `depCmnt` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainStation.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub depCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/raw/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod RawResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawStation` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/raw/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod RawStation;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub OBJECTID: Option<i64>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `objectid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DestCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub DestCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EventCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub EventCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Heading` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub Heading: Option<String>,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `heading`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainNum` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub TrainNum: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Velocity` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub Velocity: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub OrigCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RouteName` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub RouteName: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub OrigSchDep: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub OriginTZ: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainState` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub TrainState: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station1` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub Station1: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station2` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub Station2: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station3` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub Station3: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station4` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub Station4: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station5` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub Station5: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station6` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub Station6: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station7` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub Station7: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station8` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub Station8: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station9` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub Station9: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station10` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub Station10: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station11` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub Station11: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station12` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub Station12: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station13` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub Station13: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station14` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub Station14: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station15` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub Station15: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station16` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub Station16: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station17` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub Station17: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station18` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub Station18: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station19` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub Station19: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station20` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub Station20: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station21` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub Station21: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station22` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub Station22: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station23` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub Station23: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station24` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub Station24: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station25` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub Station25: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station26` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub Station26: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station27` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub Station27: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station28` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub Station28: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station29` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub Station29: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station30` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub Station30: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station31` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub Station31: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station32` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub Station32: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station33` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub Station33: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station34` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub Station34: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station35` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub Station35: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station36` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub Station36: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station37` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub Station37: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station38` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub Station38: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station39` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub Station39: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station40` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub Station40: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station41` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub Station41: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station42` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub Station42: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station43` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub Station43: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station44` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub Station44: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station45` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub Station45: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station46` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub Station46: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `ConvertRawTrains` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod ConvertRawTrains;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ConvertRawTrains` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/ConvertRawTrains.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn ConvertRawTrains(raw: RawResponse) -> Option<GetTrainsResponse> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rS` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:175:17
[INFO] [stdout]     |
[INFO] [stdout] 175 |             let rS: RawStation = serde_json::from_str(s.unwrap().as_str()).unwrap();
[INFO] [stdout]     |                 ^^ help: convert the identifier to snake case: `r_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `convertTime` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:251:4
[INFO] [stdout]     |
[INFO] [stdout] 251 | fn convertTime(time: String, tz: String) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^ help: convert the identifier to snake case: `convert_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `getNameFromStationCode` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:269:4
[INFO] [stdout]     |
[INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_name_from_station_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `stationCode` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:269:27
[INFO] [stdout]     |
[INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String {
[INFO] [stdout]     |                           ^^^^^^^^^^^ help: convert the identifier to snake case: `station_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `stringToUnix` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:285:4
[INFO] [stdout]     |
[INFO] [stdout] 285 | fn stringToUnix(string_time: String) -> i64 {
[INFO] [stdout]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `string_to_unix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `readStations` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:295:4
[INFO] [stdout]     |
[INFO] [stdout] 295 | fn readStations() -> std::vec::IntoIter<Stations> {
[INFO] [stdout]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `read_stations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetStationsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetTrainsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainItem` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod TrainItem;
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `train_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainStation` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod TrainStation;
[INFO] [stdout]   |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `routeName` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainItem.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     pub routeName: String,
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainNum` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainItem.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub trainNum: String,
[INFO] [stdout]   |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainID` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainItem.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub trainID: String,
[INFO] [stdout]   |         ^^^^^^^ help: convert the identifier to snake case: `train_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainTimely` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub trainTimely: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `destCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub destCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `eventCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub eventCode: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub origCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origSchDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub origSchDep: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `originTZ` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub originTZ: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainState` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub trainState: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `updatedAt` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub updatedAt: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `updated_at`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schArr` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainStation.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub schArr: String,
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `sch_arr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainStation.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub schDep: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainStation.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub arrCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `depCmnt` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainStation.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub depCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/raw/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod RawResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawStation` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/raw/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod RawStation;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub OBJECTID: Option<i64>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `objectid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DestCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub DestCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EventCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub EventCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Heading` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub Heading: Option<String>,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `heading`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainNum` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub TrainNum: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Velocity` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub Velocity: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub OrigCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RouteName` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub RouteName: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub OrigSchDep: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub OriginTZ: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainState` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub TrainState: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station1` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub Station1: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station2` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub Station2: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station3` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub Station3: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station4` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub Station4: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station5` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub Station5: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station6` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub Station6: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station7` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub Station7: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station8` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub Station8: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station9` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub Station9: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station10` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub Station10: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station11` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub Station11: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station12` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub Station12: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station13` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub Station13: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station14` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub Station14: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station15` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub Station15: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station16` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub Station16: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station17` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub Station17: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station18` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub Station18: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling amtrack_rs v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: structure field `Station19` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub Station19: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station20` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub Station20: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station21` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub Station21: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station22` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub Station22: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station23` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub Station23: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station24` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub Station24: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station25` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub Station25: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station26` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub Station26: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station27` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub Station27: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station28` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub Station28: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station29` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub Station29: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station30` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub Station30: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station31` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub Station31: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station32` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub Station32: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station33` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub Station33: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station34` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub Station34: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station35` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub Station35: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station36` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub Station36: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station37` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub Station37: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station38` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub Station38: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station39` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub Station39: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station40` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub Station40: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station41` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub Station41: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station42` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub Station42: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station43` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub Station43: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station44` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub Station44: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station45` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub Station45: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station46` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub Station46: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `structs::GetStationsResponse::GetStationsResponse`
[INFO] [stdout]   --> src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use structs::GetStationsResponse::GetStationsResponse;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `utils::ConvertRawTrains::chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]    --> src/bin/./utils/ConvertRawTrains.rs:265:17
[INFO] [stdout]     |
[INFO] [stdout] 265 |     let u = Utc.timestamp(unix, 0).with_timezone(&timezone);
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `utils::ConvertRawTrains::chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:265:17
[INFO] [stdout]     |
[INFO] [stdout] 265 |     let u = Utc.timestamp(unix, 0).with_timezone(&timezone);
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/bin/./utils/ConvertRawTrains.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let mut trains = raw.features.unwrap();
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/bin/./utils/ConvertRawTrains.rs:260:9
[INFO] [stdout]     |
[INFO] [stdout] 260 |     let mut unix = timezone.from_local_datetime(&dt.unwrap()).single();
[INFO] [stdout]     |         ----^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetStationsResponse` is never constructed
[INFO] [stdout]  --> src/bin/./utils/../structs/GetStationsResponse.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct GetStationsResponse {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Stations` is never constructed
[INFO] [stdout]   --> src/bin/./utils/../structs/GetStationsResponse.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Stations {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetTrainsResponse` is never constructed
[INFO] [stdout]  --> src/bin/./utils/../structs/final/GetTrainsResponse.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct GetTrainsResponse {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TrainItem` is never constructed
[INFO] [stdout]  --> src/bin/./utils/../structs/final/TrainItem.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct TrainItem {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TrainStation` is never constructed
[INFO] [stdout]  --> src/bin/./utils/../structs/final/TrainStation.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct TrainStation {
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawResponse` is never constructed
[INFO] [stdout]  --> src/bin/./utils/../structs/raw/RawResponse.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct RawResponse {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawFeature` is never constructed
[INFO] [stdout]  --> src/bin/./utils/../structs/raw/RawResponse.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct RawFeature {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawGeometry` is never constructed
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct RawGeometry {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawProperty` is never constructed
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct RawProperty {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawStation` is never constructed
[INFO] [stdout]  --> src/bin/./utils/../structs/raw/RawStation.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct RawStation {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `getTrains` should have a snake case name
[INFO] [stdout]   --> src/bin/main.rs:34:10
[INFO] [stdout]    |
[INFO] [stdout] 34 | async fn getTrains() -> String {
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to snake case: `get_trains`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `CACHE_EXPIRY_SECONDS` should have a snake case name
[INFO] [stdout]   --> src/bin/main.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let CACHE_EXPIRY_SECONDS = 30;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cache_expiry_seconds`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `getTrainsRaw` should have a snake case name
[INFO] [stdout]   --> src/bin/main.rs:74:10
[INFO] [stdout]    |
[INFO] [stdout] 74 | async fn getTrainsRaw() -> String {
[INFO] [stdout]    |          ^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_raw`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `getStations` should have a snake case name
[INFO] [stdout]   --> src/bin/main.rs:88:10
[INFO] [stdout]    |
[INFO] [stdout] 88 | async fn getStations() -> String {
[INFO] [stdout]    |          ^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetStationsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/final/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetTrainsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainItem` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/final/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod TrainItem;
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `train_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainStation` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/final/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod TrainStation;
[INFO] [stdout]   |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `routeName` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/final/TrainItem.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     pub routeName: String,
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainNum` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/final/TrainItem.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub trainNum: String,
[INFO] [stdout]   |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainID` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/final/TrainItem.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub trainID: String,
[INFO] [stdout]   |         ^^^^^^^ help: convert the identifier to snake case: `train_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainTimely` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainItem.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub trainTimely: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `destCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainItem.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub destCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `eventCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainItem.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub eventCode: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainItem.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub origCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origSchDep` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainItem.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub origSchDep: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `originTZ` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainItem.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub originTZ: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainState` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainItem.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub trainState: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `updatedAt` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainItem.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub updatedAt: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `updated_at`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schArr` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/final/TrainStation.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub schArr: String,
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `sch_arr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schDep` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainStation.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub schDep: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainStation.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub arrCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `depCmnt` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/final/TrainStation.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub depCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawResponse` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/raw/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod RawResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawStation` should have a snake case name
[INFO] [stdout]  --> src/bin/./structs/raw/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod RawStation;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub OBJECTID: Option<i64>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `objectid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DestCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub DestCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EventCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub EventCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Heading` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub Heading: Option<String>,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `heading`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainNum` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub TrainNum: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Velocity` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub Velocity: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub OrigCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RouteName` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub RouteName: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub OrigSchDep: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub OriginTZ: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainState` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub TrainState: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station1` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub Station1: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station2` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub Station2: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station3` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub Station3: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station4` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub Station4: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station5` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub Station5: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station6` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub Station6: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station7` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub Station7: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station8` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub Station8: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station9` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub Station9: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station10` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub Station10: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station11` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub Station11: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station12` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub Station12: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station13` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub Station13: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station14` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub Station14: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station15` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub Station15: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station16` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub Station16: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station17` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub Station17: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station18` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub Station18: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station19` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub Station19: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station20` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub Station20: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station21` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub Station21: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station22` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub Station22: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station23` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub Station23: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station24` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub Station24: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station25` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub Station25: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station26` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub Station26: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station27` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub Station27: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station28` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub Station28: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station29` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub Station29: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station30` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub Station30: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station31` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub Station31: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station32` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub Station32: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station33` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub Station33: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station34` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub Station34: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station35` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub Station35: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station36` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub Station36: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station37` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub Station37: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station38` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub Station38: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station39` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub Station39: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station40` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub Station40: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station41` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub Station41: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station42` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub Station42: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station43` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub Station43: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station44` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub Station44: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station45` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub Station45: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station46` should have a snake case name
[INFO] [stdout]   --> src/bin/./structs/raw/RawResponse.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub Station46: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `ConvertRawTrains` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod ConvertRawTrains;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ConvertRawTrains` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/ConvertRawTrains.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn ConvertRawTrains(raw: RawResponse) -> Option<GetTrainsResponse> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rS` should have a snake case name
[INFO] [stdout]    --> src/bin/./utils/ConvertRawTrains.rs:175:17
[INFO] [stdout]     |
[INFO] [stdout] 175 |             let rS: RawStation = serde_json::from_str(s.unwrap().as_str()).unwrap();
[INFO] [stdout]     |                 ^^ help: convert the identifier to snake case: `r_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `convertTime` should have a snake case name
[INFO] [stdout]    --> src/bin/./utils/ConvertRawTrains.rs:251:4
[INFO] [stdout]     |
[INFO] [stdout] 251 | fn convertTime(time: String, tz: String) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^ help: convert the identifier to snake case: `convert_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `getNameFromStationCode` should have a snake case name
[INFO] [stdout]    --> src/bin/./utils/ConvertRawTrains.rs:269:4
[INFO] [stdout]     |
[INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_name_from_station_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `stationCode` should have a snake case name
[INFO] [stdout]    --> src/bin/./utils/ConvertRawTrains.rs:269:27
[INFO] [stdout]     |
[INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String {
[INFO] [stdout]     |                           ^^^^^^^^^^^ help: convert the identifier to snake case: `station_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `stringToUnix` should have a snake case name
[INFO] [stdout]    --> src/bin/./utils/ConvertRawTrains.rs:285:4
[INFO] [stdout]     |
[INFO] [stdout] 285 | fn stringToUnix(string_time: String) -> i64 {
[INFO] [stdout]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `string_to_unix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `readStations` should have a snake case name
[INFO] [stdout]    --> src/bin/./utils/ConvertRawTrains.rs:295:4
[INFO] [stdout]     |
[INFO] [stdout] 295 | fn readStations() -> std::vec::IntoIter<Stations> {
[INFO] [stdout]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `read_stations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetStationsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/final/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetTrainsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainItem` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/final/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod TrainItem;
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `train_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainStation` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/final/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod TrainStation;
[INFO] [stdout]   |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `routeName` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/final/TrainItem.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     pub routeName: String,
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainNum` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/final/TrainItem.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub trainNum: String,
[INFO] [stdout]   |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainID` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/final/TrainItem.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub trainID: String,
[INFO] [stdout]   |         ^^^^^^^ help: convert the identifier to snake case: `train_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainTimely` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainItem.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub trainTimely: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `destCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainItem.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub destCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `eventCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainItem.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub eventCode: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainItem.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub origCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origSchDep` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainItem.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub origSchDep: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `originTZ` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainItem.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub originTZ: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainState` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainItem.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub trainState: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `updatedAt` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainItem.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub updatedAt: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `updated_at`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schArr` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/final/TrainStation.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub schArr: String,
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `sch_arr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schDep` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainStation.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub schDep: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainStation.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub arrCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `depCmnt` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/final/TrainStation.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub depCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawResponse` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/raw/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod RawResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawStation` should have a snake case name
[INFO] [stdout]  --> src/bin/./utils/../structs/raw/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod RawStation;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub OBJECTID: Option<i64>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `objectid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DestCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub DestCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EventCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub EventCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Heading` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub Heading: Option<String>,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `heading`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainNum` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub TrainNum: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Velocity` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub Velocity: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigCode` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub OrigCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RouteName` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub RouteName: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub OrigSchDep: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub OriginTZ: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainState` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub TrainState: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station1` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub Station1: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station2` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub Station2: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station3` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub Station3: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station4` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub Station4: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station5` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub Station5: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station6` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub Station6: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station7` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub Station7: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station8` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub Station8: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station9` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub Station9: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station10` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub Station10: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station11` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub Station11: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station12` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub Station12: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station13` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub Station13: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station14` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub Station14: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station15` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub Station15: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station16` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub Station16: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station17` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub Station17: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station18` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub Station18: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station19` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub Station19: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station20` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub Station20: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station21` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub Station21: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station22` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub Station22: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station23` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub Station23: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station24` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub Station24: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station25` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub Station25: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station26` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub Station26: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station27` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub Station27: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station28` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub Station28: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station29` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub Station29: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station30` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub Station30: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station31` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub Station31: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station32` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub Station32: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station33` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub Station33: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station34` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub Station34: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station35` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub Station35: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station36` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub Station36: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station37` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub Station37: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station38` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub Station38: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station39` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub Station39: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station40` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub Station40: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station41` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub Station41: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station42` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub Station42: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station43` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub Station43: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station44` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub Station44: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station45` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub Station45: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station46` should have a snake case name
[INFO] [stdout]   --> src/bin/./utils/../structs/raw/RawResponse.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub Station46: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/./bin/utils/ConvertRawTrains.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let mut trains = raw.features.unwrap();
[INFO] [stdout]    |         ----^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:260:9
[INFO] [stdout]     |
[INFO] [stdout] 260 |     let mut unix = timezone.from_local_datetime(&dt.unwrap()).single();
[INFO] [stdout]     |         ----^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetStationsResponse` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/GetStationsResponse.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct GetStationsResponse {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Stations` is never constructed
[INFO] [stdout]   --> src/./bin/utils/../structs/GetStationsResponse.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Stations {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetTrainsResponse` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/final/GetTrainsResponse.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct GetTrainsResponse {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TrainItem` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainItem.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct TrainItem {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TrainStation` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainStation.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct TrainStation {
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawResponse` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/raw/RawResponse.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct RawResponse {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawFeature` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/raw/RawResponse.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct RawFeature {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawGeometry` is never constructed
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct RawGeometry {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawProperty` is never constructed
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct RawProperty {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RawStation` is never constructed
[INFO] [stdout]  --> src/./bin/utils/../structs/raw/RawStation.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct RawStation {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `GetTrains` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn GetTrains() -> Option<GetTrainsResponse> {
[INFO] [stdout]    |              ^^^^^^^^^ help: convert the identifier to snake case: `get_trains`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `GetStations` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub fn GetStations() -> Option<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetStationsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetTrainsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainItem` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod TrainItem;
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `train_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainStation` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod TrainStation;
[INFO] [stdout]   |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `routeName` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/TrainItem.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     pub routeName: String,
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainNum` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/TrainItem.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub trainNum: String,
[INFO] [stdout]   |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainID` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/TrainItem.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub trainID: String,
[INFO] [stdout]   |         ^^^^^^^ help: convert the identifier to snake case: `train_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainTimely` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub trainTimely: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `destCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub destCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `eventCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub eventCode: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub origCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origSchDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub origSchDep: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `originTZ` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub originTZ: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainState` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub trainState: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `updatedAt` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainItem.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub updatedAt: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `updated_at`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schArr` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/final/TrainStation.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub schArr: String,
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `sch_arr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainStation.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub schDep: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainStation.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub arrCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `depCmnt` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/final/TrainStation.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub depCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/raw/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod RawResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawStation` should have a snake case name
[INFO] [stdout]  --> src/./bin/structs/raw/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod RawStation;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub OBJECTID: Option<i64>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `objectid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DestCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub DestCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EventCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub EventCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Heading` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub Heading: Option<String>,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `heading`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainNum` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub TrainNum: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Velocity` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub Velocity: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub OrigCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RouteName` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub RouteName: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub OrigSchDep: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub OriginTZ: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainState` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub TrainState: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station1` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub Station1: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station2` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub Station2: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station3` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub Station3: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station4` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub Station4: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station5` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub Station5: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station6` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub Station6: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station7` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub Station7: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station8` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub Station8: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station9` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub Station9: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station10` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub Station10: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station11` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub Station11: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station12` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub Station12: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station13` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub Station13: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station14` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub Station14: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station15` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub Station15: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station16` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub Station16: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station17` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub Station17: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station18` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub Station18: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station19` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub Station19: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station20` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub Station20: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station21` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub Station21: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station22` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub Station22: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station23` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub Station23: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station24` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub Station24: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station25` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub Station25: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station26` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub Station26: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station27` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub Station27: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station28` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub Station28: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station29` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub Station29: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station30` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub Station30: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station31` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub Station31: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station32` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub Station32: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station33` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub Station33: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station34` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub Station34: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station35` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub Station35: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station36` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub Station36: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station37` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub Station37: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station38` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub Station38: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station39` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub Station39: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station40` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub Station40: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station41` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub Station41: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station42` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub Station42: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station43` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub Station43: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station44` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub Station44: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station45` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub Station45: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station46` should have a snake case name
[INFO] [stdout]   --> src/./bin/structs/raw/RawResponse.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub Station46: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `ConvertRawTrains` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod ConvertRawTrains;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ConvertRawTrains` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/ConvertRawTrains.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn ConvertRawTrains(raw: RawResponse) -> Option<GetTrainsResponse> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rS` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:175:17
[INFO] [stdout]     |
[INFO] [stdout] 175 |             let rS: RawStation = serde_json::from_str(s.unwrap().as_str()).unwrap();
[INFO] [stdout]     |                 ^^ help: convert the identifier to snake case: `r_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `convertTime` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:251:4
[INFO] [stdout]     |
[INFO] [stdout] 251 | fn convertTime(time: String, tz: String) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^ help: convert the identifier to snake case: `convert_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `getNameFromStationCode` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:269:4
[INFO] [stdout]     |
[INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_name_from_station_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `stationCode` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:269:27
[INFO] [stdout]     |
[INFO] [stdout] 269 | fn getNameFromStationCode(stationCode: String) -> String {
[INFO] [stdout]     |                           ^^^^^^^^^^^ help: convert the identifier to snake case: `station_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `stringToUnix` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:285:4
[INFO] [stdout]     |
[INFO] [stdout] 285 | fn stringToUnix(string_time: String) -> i64 {
[INFO] [stdout]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `string_to_unix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `readStations` should have a snake case name
[INFO] [stdout]    --> src/./bin/utils/ConvertRawTrains.rs:295:4
[INFO] [stdout]     |
[INFO] [stdout] 295 | fn readStations() -> std::vec::IntoIter<Stations> {
[INFO] [stdout]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `read_stations`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetStationsResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetStationsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `GetTrainsResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod GetTrainsResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainItem` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod TrainItem;
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `train_item`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `TrainStation` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod TrainStation;
[INFO] [stdout]   |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `routeName` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainItem.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     pub routeName: String,
[INFO] [stdout]   |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainNum` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainItem.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub trainNum: String,
[INFO] [stdout]   |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainID` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainItem.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub trainID: String,
[INFO] [stdout]   |         ^^^^^^^ help: convert the identifier to snake case: `train_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainTimely` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub trainTimely: String,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `destCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub destCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `eventCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub eventCode: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub origCode: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `origSchDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub origSchDep: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `originTZ` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub originTZ: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `trainState` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub trainState: String,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `updatedAt` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainItem.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub updatedAt: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `updated_at`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schArr` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/final/TrainStation.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub schArr: String,
[INFO] [stdout]   |         ^^^^^^ help: convert the identifier to snake case: `sch_arr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `schDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainStation.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub schDep: String,
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `arrCmnt` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainStation.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub arrCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `depCmnt` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/final/TrainStation.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub depCmnt: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawResponse` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/raw/mod.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod RawResponse;
[INFO] [stdout]   |         ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `RawStation` should have a snake case name
[INFO] [stdout]  --> src/./bin/utils/../structs/raw/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod RawStation;
[INFO] [stdout]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OBJECTID` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub OBJECTID: Option<i64>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `objectid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `DestCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub DestCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `EventCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub EventCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Heading` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub Heading: Option<String>,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `heading`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainNum` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub TrainNum: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Velocity` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub Velocity: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigCode` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub OrigCode: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RouteName` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub RouteName: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OrigSchDep` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub OrigSchDep: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `OriginTZ` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub OriginTZ: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `TrainState` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub TrainState: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station1` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub Station1: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station2` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub Station2: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station3` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub Station3: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station4` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub Station4: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station5` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub Station5: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station6` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub Station6: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station7` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub Station7: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station8` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub Station8: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station9` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub Station9: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station10` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub Station10: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station11` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub Station11: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station12` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub Station12: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station13` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub Station13: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station14` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub Station14: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station15` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub Station15: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station16` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub Station16: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station17` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:55:9
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub Station17: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station18` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub Station18: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station19` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub Station19: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station20` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub Station20: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station21` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub Station21: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station22` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub Station22: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station23` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub Station23: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station24` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub Station24: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station25` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub Station25: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station26` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub Station26: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station27` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub Station27: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station28` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub Station28: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station29` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub Station29: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station30` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub Station30: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station31` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub Station31: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station32` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub Station32: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station33` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub Station33: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station34` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub Station34: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station35` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub Station35: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station36` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub Station36: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station37` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub Station37: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station38` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub Station38: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station39` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub Station39: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station40` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub Station40: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station41` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub Station41: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station42` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub Station42: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station43` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub Station43: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station44` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub Station44: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station45` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub Station45: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Station46` should have a snake case name
[INFO] [stdout]   --> src/./bin/utils/../structs/raw/RawResponse.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub Station46: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.40s
[INFO] running `Command { std: "docker" "inspect" "78d1709743f09b7b93a45e6a4ae14dc7205d38e7cf2d474f3c7d7a62358be694", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78d1709743f09b7b93a45e6a4ae14dc7205d38e7cf2d474f3c7d7a62358be694", kill_on_drop: false }`
[INFO] [stdout] 78d1709743f09b7b93a45e6a4ae14dc7205d38e7cf2d474f3c7d7a62358be694
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 931e7210a8f62e2c41362a60d718ad33b15a0c70608eb7a8348a3125c4a26786
[INFO] running `Command { std: "docker" "start" "-a" "931e7210a8f62e2c41362a60d718ad33b15a0c70608eb7a8348a3125c4a26786", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `structs::GetStationsResponse::GetStationsResponse`
[INFO] [stderr]   --> src/lib.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use structs::GetStationsResponse::GetStationsResponse;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `utils::ConvertRawTrains::chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stderr]    --> src/./bin/utils/ConvertRawTrains.rs:265:17
[INFO] [stderr]     |
[INFO] [stderr] 265 |     let u = Utc.timestamp(unix, 0).with_timezone(&timezone);
[INFO] [stderr]     |                 ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/./bin/utils/ConvertRawTrains.rs:28:9
[INFO] [stderr]    |
[INFO] [stderr] 28 |     let mut trains = raw.features.unwrap();
[INFO] [stderr]    |         ----^^^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/./bin/utils/ConvertRawTrains.rs:260:9
[INFO] [stderr]     |
[INFO] [stderr] 260 |     let mut unix = timezone.from_local_datetime(&dt.unwrap()).single();
[INFO] [stderr]     |         ----^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: struct `GetStationsResponse` is never constructed
[INFO] [stderr]  --> src/./bin/utils/../structs/GetStationsResponse.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct GetStationsResponse {
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Stations` is never constructed
[INFO] [stderr]   --> src/./bin/utils/../structs/GetStationsResponse.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub struct Stations {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `GetTrainsResponse` is never constructed
[INFO] [stderr]  --> src/./bin/utils/../structs/final/GetTrainsResponse.rs:5:12
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub struct GetTrainsResponse {
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TrainItem` is never constructed
[INFO] [stderr]  --> src/./bin/utils/../structs/final/TrainItem.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct TrainItem {
[INFO] [stderr]   |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TrainStation` is never constructed
[INFO] [stderr]  --> src/./bin/utils/../structs/final/TrainStation.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct TrainStation {
[INFO] [stderr]   |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RawResponse` is never constructed
[INFO] [stderr]  --> src/./bin/utils/../structs/raw/RawResponse.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct RawResponse {
[INFO] [stderr]   |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RawFeature` is never constructed
[INFO] [stderr]  --> src/./bin/utils/../structs/raw/RawResponse.rs:9:12
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub struct RawFeature {
[INFO] [stderr]   |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RawGeometry` is never constructed
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:17:12
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub struct RawGeometry {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RawProperty` is never constructed
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:23:12
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub struct RawProperty {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RawStation` is never constructed
[INFO] [stderr]  --> src/./bin/utils/../structs/raw/RawStation.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct RawStation {
[INFO] [stderr]   |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `GetTrains` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub async fn GetTrains() -> Option<GetTrainsResponse> {
[INFO] [stderr]    |              ^^^^^^^^^ help: convert the identifier to snake case: `get_trains`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `GetStations` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:25:8
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub fn GetStations() -> Option<String> {
[INFO] [stderr]    |        ^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations`
[INFO] [stderr] 
[INFO] [stderr] warning: module `GetStationsResponse` should have a snake case name
[INFO] [stderr]  --> src/./bin/structs/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod GetStationsResponse;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response`
[INFO] [stderr] 
[INFO] [stderr] warning: module `GetTrainsResponse` should have a snake case name
[INFO] [stderr]  --> src/./bin/structs/final/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod GetTrainsResponse;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response`
[INFO] [stderr] 
[INFO] [stderr] warning: module `TrainItem` should have a snake case name
[INFO] [stderr]  --> src/./bin/structs/final/mod.rs:2:9
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub mod TrainItem;
[INFO] [stderr]   |         ^^^^^^^^^ help: convert the identifier to snake case: `train_item`
[INFO] [stderr] 
[INFO] [stderr] warning: module `TrainStation` should have a snake case name
[INFO] [stderr]  --> src/./bin/structs/final/mod.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub mod TrainStation;
[INFO] [stderr]   |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `routeName` should have a snake case name
[INFO] [stderr]  --> src/./bin/structs/final/TrainItem.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 |     pub routeName: String,
[INFO] [stderr]   |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `trainNum` should have a snake case name
[INFO] [stderr]  --> src/./bin/structs/final/TrainItem.rs:6:9
[INFO] [stderr]   |
[INFO] [stderr] 6 |     pub trainNum: String,
[INFO] [stderr]   |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `trainID` should have a snake case name
[INFO] [stderr]  --> src/./bin/structs/final/TrainItem.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 7 |     pub trainID: String,
[INFO] [stderr]   |         ^^^^^^^ help: convert the identifier to snake case: `train_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `trainTimely` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/final/TrainItem.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 10 |     pub trainTimely: String,
[INFO] [stderr]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `destCode` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/final/TrainItem.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub destCode: String,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `eventCode` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/final/TrainItem.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub eventCode: String,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `origCode` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/final/TrainItem.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub origCode: String,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `origSchDep` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/final/TrainItem.rs:17:9
[INFO] [stderr]    |
[INFO] [stderr] 17 |     pub origSchDep: String,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `originTZ` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/final/TrainItem.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub originTZ: String,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `trainState` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/final/TrainItem.rs:19:9
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub trainState: String,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `updatedAt` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/final/TrainItem.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub updatedAt: String,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `updated_at`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `schArr` should have a snake case name
[INFO] [stderr]  --> src/./bin/structs/final/TrainStation.rs:9:9
[INFO] [stderr]   |
[INFO] [stderr] 9 |     pub schArr: String,
[INFO] [stderr]   |         ^^^^^^ help: convert the identifier to snake case: `sch_arr`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `schDep` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/final/TrainStation.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 10 |     pub schDep: String,
[INFO] [stderr]    |         ^^^^^^ help: convert the identifier to snake case: `sch_dep`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `arrCmnt` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/final/TrainStation.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub arrCmnt: String,
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `depCmnt` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/final/TrainStation.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub depCmnt: String,
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt`
[INFO] [stderr] 
[INFO] [stderr] warning: module `RawResponse` should have a snake case name
[INFO] [stderr]  --> src/./bin/structs/raw/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod RawResponse;
[INFO] [stderr]   |         ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response`
[INFO] [stderr] 
[INFO] [stderr] warning: module `RawStation` should have a snake case name
[INFO] [stderr]  --> src/./bin/structs/raw/mod.rs:2:9
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub mod RawStation;
[INFO] [stderr]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `OBJECTID` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:24:9
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub OBJECTID: Option<i64>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `objectid`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `DestCode` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:27:9
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub DestCode: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `EventCode` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:28:9
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub EventCode: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Heading` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:29:9
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub Heading: Option<String>,
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case: `heading`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `TrainNum` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub TrainNum: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Velocity` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 31 |     pub Velocity: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `OrigCode` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:32:9
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub OrigCode: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `RouteName` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:33:9
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub RouteName: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `OrigSchDep` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:34:9
[INFO] [stderr]    |
[INFO] [stderr] 34 |     pub OrigSchDep: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `OriginTZ` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:35:9
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub OriginTZ: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `TrainState` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:36:9
[INFO] [stderr]    |
[INFO] [stderr] 36 |     pub TrainState: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station1` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:39:9
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub Station1: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station2` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:40:9
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub Station2: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station3` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:41:9
[INFO] [stderr]    |
[INFO] [stderr] 41 |     pub Station3: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station4` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:42:9
[INFO] [stderr]    |
[INFO] [stderr] 42 |     pub Station4: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station5` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:43:9
[INFO] [stderr]    |
[INFO] [stderr] 43 |     pub Station5: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station6` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:44:9
[INFO] [stderr]    |
[INFO] [stderr] 44 |     pub Station6: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station7` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:45:9
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub Station7: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station8` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:46:9
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub Station8: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station9` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:47:9
[INFO] [stderr]    |
[INFO] [stderr] 47 |     pub Station9: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station10` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:48:9
[INFO] [stderr]    |
[INFO] [stderr] 48 |     pub Station10: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station11` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:49:9
[INFO] [stderr]    |
[INFO] [stderr] 49 |     pub Station11: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station12` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:50:9
[INFO] [stderr]    |
[INFO] [stderr] 50 |     pub Station12: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station13` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:51:9
[INFO] [stderr]    |
[INFO] [stderr] 51 |     pub Station13: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station14` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:52:9
[INFO] [stderr]    |
[INFO] [stderr] 52 |     pub Station14: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station15` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:53:9
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub Station15: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station16` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:54:9
[INFO] [stderr]    |
[INFO] [stderr] 54 |     pub Station16: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station17` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:55:9
[INFO] [stderr]    |
[INFO] [stderr] 55 |     pub Station17: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station18` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub Station18: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station19` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:57:9
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub Station19: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station20` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:58:9
[INFO] [stderr]    |
[INFO] [stderr] 58 |     pub Station20: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station21` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:59:9
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub Station21: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station22` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:60:9
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub Station22: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station23` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:61:9
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub Station23: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station24` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:62:9
[INFO] [stderr]    |
[INFO] [stderr] 62 |     pub Station24: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station25` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:63:9
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub Station25: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station26` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:64:9
[INFO] [stderr]    |
[INFO] [stderr] 64 |     pub Station26: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station27` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:65:9
[INFO] [stderr]    |
[INFO] [stderr] 65 |     pub Station27: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station28` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:66:9
[INFO] [stderr]    |
[INFO] [stderr] 66 |     pub Station28: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station29` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:67:9
[INFO] [stderr]    |
[INFO] [stderr] 67 |     pub Station29: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station30` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:68:9
[INFO] [stderr]    |
[INFO] [stderr] 68 |     pub Station30: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station31` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:69:9
[INFO] [stderr]    |
[INFO] [stderr] 69 |     pub Station31: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station32` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:70:9
[INFO] [stderr]    |
[INFO] [stderr] 70 |     pub Station32: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station33` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:71:9
[INFO] [stderr]    |
[INFO] [stderr] 71 |     pub Station33: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station34` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:72:9
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub Station34: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station35` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:73:9
[INFO] [stderr]    |
[INFO] [stderr] 73 |     pub Station35: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station36` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:74:9
[INFO] [stderr]    |
[INFO] [stderr] 74 |     pub Station36: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station37` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:75:9
[INFO] [stderr]    |
[INFO] [stderr] 75 |     pub Station37: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station38` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:76:9
[INFO] [stderr]    |
[INFO] [stderr] 76 |     pub Station38: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station39` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:77:9
[INFO] [stderr]    |
[INFO] [stderr] 77 |     pub Station39: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station40` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:78:9
[INFO] [stderr]    |
[INFO] [stderr] 78 |     pub Station40: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station41` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:79:9
[INFO] [stderr]    |
[INFO] [stderr] 79 |     pub Station41: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station42` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:80:9
[INFO] [stderr]    |
[INFO] [stderr] 80 |     pub Station42: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station43` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:81:9
[INFO] [stderr]    |
[INFO] [stderr] 81 |     pub Station43: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station44` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:82:9
[INFO] [stderr]    |
[INFO] [stderr] 82 |     pub Station44: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station45` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:83:9
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub Station45: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station46` should have a snake case name
[INFO] [stderr]   --> src/./bin/structs/raw/RawResponse.rs:84:9
[INFO] [stderr]    |
[INFO] [stderr] 84 |     pub Station46: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46`
[INFO] [stderr] 
[INFO] [stderr] warning: module `ConvertRawTrains` should have a snake case name
[INFO] [stderr]  --> src/./bin/utils/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod ConvertRawTrains;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains`
[INFO] [stderr] 
[INFO] [stderr] warning: function `ConvertRawTrains` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/ConvertRawTrains.rs:24:8
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub fn ConvertRawTrains(raw: RawResponse) -> Option<GetTrainsResponse> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `rS` should have a snake case name
[INFO] [stderr]    --> src/./bin/utils/ConvertRawTrains.rs:175:17
[INFO] [stderr]     |
[INFO] [stderr] 175 |             let rS: RawStation = serde_json::from_str(s.unwrap().as_str()).unwrap();
[INFO] [stderr]     |                 ^^ help: convert the identifier to snake case: `r_s`
[INFO] [stderr] 
[INFO] [stderr] warning: function `convertTime` should have a snake case name
[INFO] [stderr]    --> src/./bin/utils/ConvertRawTrains.rs:251:4
[INFO] [stderr]     |
[INFO] [stderr] 251 | fn convertTime(time: String, tz: String) -> String {
[INFO] [stderr]     |    ^^^^^^^^^^^ help: convert the identifier to snake case: `convert_time`
[INFO] [stderr] 
[INFO] [stderr] warning: function `getNameFromStationCode` should have a snake case name
[INFO] [stderr]    --> src/./bin/utils/ConvertRawTrains.rs:269:4
[INFO] [stderr]     |
[INFO] [stderr] 269 | fn getNameFromStationCode(stationCode: String) -> String {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_name_from_station_code`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `stationCode` should have a snake case name
[INFO] [stderr]    --> src/./bin/utils/ConvertRawTrains.rs:269:27
[INFO] [stderr]     |
[INFO] [stderr] 269 | fn getNameFromStationCode(stationCode: String) -> String {
[INFO] [stderr]     |                           ^^^^^^^^^^^ help: convert the identifier to snake case: `station_code`
[INFO] [stderr] 
[INFO] [stderr] warning: function `stringToUnix` should have a snake case name
[INFO] [stderr]    --> src/./bin/utils/ConvertRawTrains.rs:285:4
[INFO] [stderr]     |
[INFO] [stderr] 285 | fn stringToUnix(string_time: String) -> i64 {
[INFO] [stderr]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `string_to_unix`
[INFO] [stderr] 
[INFO] [stderr] warning: function `readStations` should have a snake case name
[INFO] [stderr]    --> src/./bin/utils/ConvertRawTrains.rs:295:4
[INFO] [stderr]     |
[INFO] [stderr] 295 | fn readStations() -> std::vec::IntoIter<Stations> {
[INFO] [stderr]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `read_stations`
[INFO] [stderr] 
[INFO] [stderr] warning: module `GetStationsResponse` should have a snake case name
[INFO] [stderr]  --> src/./bin/utils/../structs/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod GetStationsResponse;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response`
[INFO] [stderr] 
[INFO] [stderr] warning: module `GetTrainsResponse` should have a snake case name
[INFO] [stderr]  --> src/./bin/utils/../structs/final/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod GetTrainsResponse;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response`
[INFO] [stderr] 
[INFO] [stderr] warning: module `TrainItem` should have a snake case name
[INFO] [stderr]  --> src/./bin/utils/../structs/final/mod.rs:2:9
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub mod TrainItem;
[INFO] [stderr]   |         ^^^^^^^^^ help: convert the identifier to snake case: `train_item`
[INFO] [stderr] 
[INFO] [stderr] warning: module `TrainStation` should have a snake case name
[INFO] [stderr]  --> src/./bin/utils/../structs/final/mod.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub mod TrainStation;
[INFO] [stderr]   |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `routeName` should have a snake case name
[INFO] [stderr]  --> src/./bin/utils/../structs/final/TrainItem.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 |     pub routeName: String,
[INFO] [stderr]   |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `trainNum` should have a snake case name
[INFO] [stderr]  --> src/./bin/utils/../structs/final/TrainItem.rs:6:9
[INFO] [stderr]   |
[INFO] [stderr] 6 |     pub trainNum: String,
[INFO] [stderr]   |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `trainID` should have a snake case name
[INFO] [stderr]  --> src/./bin/utils/../structs/final/TrainItem.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 7 |     pub trainID: String,
[INFO] [stderr]   |         ^^^^^^^ help: convert the identifier to snake case: `train_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `trainTimely` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/final/TrainItem.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 10 |     pub trainTimely: String,
[INFO] [stderr]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `destCode` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/final/TrainItem.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub destCode: String,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `eventCode` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/final/TrainItem.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub eventCode: String,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `origCode` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/final/TrainItem.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub origCode: String,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `origSchDep` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/final/TrainItem.rs:17:9
[INFO] [stderr]    |
[INFO] [stderr] 17 |     pub origSchDep: String,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `originTZ` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/final/TrainItem.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub originTZ: String,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `trainState` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/final/TrainItem.rs:19:9
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub trainState: String,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `updatedAt` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/final/TrainItem.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub updatedAt: String,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `updated_at`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `schArr` should have a snake case name
[INFO] [stderr]  --> src/./bin/utils/../structs/final/TrainStation.rs:9:9
[INFO] [stderr]   |
[INFO] [stderr] 9 |     pub schArr: String,
[INFO] [stderr]   |         ^^^^^^ help: convert the identifier to snake case: `sch_arr`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `schDep` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/final/TrainStation.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 10 |     pub schDep: String,
[INFO] [stderr]    |         ^^^^^^ help: convert the identifier to snake case: `sch_dep`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `arrCmnt` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/final/TrainStation.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub arrCmnt: String,
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `depCmnt` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/final/TrainStation.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub depCmnt: String,
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt`
[INFO] [stderr] 
[INFO] [stderr] warning: module `RawResponse` should have a snake case name
[INFO] [stderr]  --> src/./bin/utils/../structs/raw/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod RawResponse;
[INFO] [stderr]   |         ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response`
[INFO] [stderr] 
[INFO] [stderr] warning: module `RawStation` should have a snake case name
[INFO] [stderr]  --> src/./bin/utils/../structs/raw/mod.rs:2:9
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub mod RawStation;
[INFO] [stderr]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `OBJECTID` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:24:9
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub OBJECTID: Option<i64>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `objectid`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `DestCode` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:27:9
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub DestCode: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `EventCode` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:28:9
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub EventCode: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Heading` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:29:9
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub Heading: Option<String>,
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case: `heading`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `TrainNum` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub TrainNum: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Velocity` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 31 |     pub Velocity: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `OrigCode` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:32:9
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub OrigCode: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `RouteName` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:33:9
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub RouteName: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `OrigSchDep` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:34:9
[INFO] [stderr]    |
[INFO] [stderr] 34 |     pub OrigSchDep: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `OriginTZ` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:35:9
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub OriginTZ: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `TrainState` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:36:9
[INFO] [stderr]    |
[INFO] [stderr] 36 |     pub TrainState: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station1` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:39:9
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub Station1: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station2` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:40:9
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub Station2: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station3` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:41:9
[INFO] [stderr]    |
[INFO] [stderr] 41 |     pub Station3: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station4` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:42:9
[INFO] [stderr]    |
[INFO] [stderr] 42 |     pub Station4: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station5` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:43:9
[INFO] [stderr]    |
[INFO] [stderr] 43 |     pub Station5: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station6` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:44:9
[INFO] [stderr]    |
[INFO] [stderr] 44 |     pub Station6: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station7` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:45:9
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub Station7: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station8` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:46:9
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub Station8: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station9` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:47:9
[INFO] [stderr]    |
[INFO] [stderr] 47 |     pub Station9: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station10` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:48:9
[INFO] [stderr]    |
[INFO] [stderr] 48 |     pub Station10: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station11` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:49:9
[INFO] [stderr]    |
[INFO] [stderr] 49 |     pub Station11: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station12` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:50:9
[INFO] [stderr]    |
[INFO] [stderr] 50 |     pub Station12: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station13` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:51:9
[INFO] [stderr]    |
[INFO] [stderr] 51 |     pub Station13: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station14` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:52:9
[INFO] [stderr]    |
[INFO] [stderr] 52 |     pub Station14: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station15` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:53:9
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub Station15: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station16` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:54:9
[INFO] [stderr]    |
[INFO] [stderr] 54 |     pub Station16: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station17` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:55:9
[INFO] [stderr]    |
[INFO] [stderr] 55 |     pub Station17: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station18` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub Station18: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station19` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:57:9
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub Station19: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station20` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:58:9
[INFO] [stderr]    |
[INFO] [stderr] 58 |     pub Station20: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station21` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:59:9
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub Station21: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station22` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:60:9
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub Station22: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station23` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:61:9
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub Station23: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station24` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:62:9
[INFO] [stderr]    |
[INFO] [stderr] 62 |     pub Station24: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station25` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:63:9
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub Station25: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station26` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:64:9
[INFO] [stderr]    |
[INFO] [stderr] 64 |     pub Station26: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station27` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:65:9
[INFO] [stderr]    |
[INFO] [stderr] 65 |     pub Station27: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station28` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:66:9
[INFO] [stderr]    |
[INFO] [stderr] 66 |     pub Station28: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station29` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:67:9
[INFO] [stderr]    |
[INFO] [stderr] 67 |     pub Station29: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station30` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:68:9
[INFO] [stderr]    |
[INFO] [stderr] 68 |     pub Station30: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station31` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:69:9
[INFO] [stderr]    |
[INFO] [stderr] 69 |     pub Station31: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station32` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:70:9
[INFO] [stderr]    |
[INFO] [stderr] 70 |     pub Station32: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station33` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:71:9
[INFO] [stderr]    |
[INFO] [stderr] 71 |     pub Station33: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station34` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:72:9
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub Station34: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station35` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:73:9
[INFO] [stderr]    |
[INFO] [stderr] 73 |     pub Station35: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station36` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:74:9
[INFO] [stderr]    |
[INFO] [stderr] 74 |     pub Station36: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station37` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:75:9
[INFO] [stderr]    |
[INFO] [stderr] 75 |     pub Station37: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station38` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:76:9
[INFO] [stderr]    |
[INFO] [stderr] 76 |     pub Station38: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station39` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:77:9
[INFO] [stderr]    |
[INFO] [stderr] 77 |     pub Station39: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station40` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:78:9
[INFO] [stderr]    |
[INFO] [stderr] 78 |     pub Station40: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station41` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:79:9
[INFO] [stderr]    |
[INFO] [stderr] 79 |     pub Station41: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station42` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:80:9
[INFO] [stderr]    |
[INFO] [stderr] 80 |     pub Station42: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station43` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:81:9
[INFO] [stderr]    |
[INFO] [stderr] 81 |     pub Station43: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station44` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:82:9
[INFO] [stderr]    |
[INFO] [stderr] 82 |     pub Station44: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station45` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:83:9
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub Station45: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station46` should have a snake case name
[INFO] [stderr]   --> src/./bin/utils/../structs/raw/RawResponse.rs:84:9
[INFO] [stderr]    |
[INFO] [stderr] 84 |     pub Station46: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46`
[INFO] [stderr] 
[INFO] [stderr] warning: `amtrack_rs` (lib) generated 180 warnings (run `cargo fix --lib -p amtrack_rs` to apply 3 suggestions)
[INFO] [stderr] warning: `amtrack_rs` (lib test) generated 180 warnings (180 duplicates)
[INFO] [stderr] warning: use of deprecated method `utils::ConvertRawTrains::chrono::TimeZone::timestamp`: use `timestamp_opt()` instead
[INFO] [stderr]    --> src/bin/./utils/ConvertRawTrains.rs:265:17
[INFO] [stderr]     |
[INFO] [stderr] 265 |     let u = Utc.timestamp(unix, 0).with_timezone(&timezone);
[INFO] [stderr]     |                 ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/bin/./utils/ConvertRawTrains.rs:28:9
[INFO] [stderr]    |
[INFO] [stderr] 28 |     let mut trains = raw.features.unwrap();
[INFO] [stderr]    |         ----^^^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/bin/./utils/ConvertRawTrains.rs:260:9
[INFO] [stderr]     |
[INFO] [stderr] 260 |     let mut unix = timezone.from_local_datetime(&dt.unwrap()).single();
[INFO] [stderr]     |         ----^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: struct `GetStationsResponse` is never constructed
[INFO] [stderr]  --> src/bin/./utils/../structs/GetStationsResponse.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct GetStationsResponse {
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Stations` is never constructed
[INFO] [stderr]   --> src/bin/./utils/../structs/GetStationsResponse.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub struct Stations {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `GetTrainsResponse` is never constructed
[INFO] [stderr]  --> src/bin/./utils/../structs/final/GetTrainsResponse.rs:5:12
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub struct GetTrainsResponse {
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TrainItem` is never constructed
[INFO] [stderr]  --> src/bin/./utils/../structs/final/TrainItem.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct TrainItem {
[INFO] [stderr]   |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TrainStation` is never constructed
[INFO] [stderr]  --> src/bin/./utils/../structs/final/TrainStation.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct TrainStation {
[INFO] [stderr]   |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RawResponse` is never constructed
[INFO] [stderr]  --> src/bin/./utils/../structs/raw/RawResponse.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct RawResponse {
[INFO] [stderr]   |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RawFeature` is never constructed
[INFO] [stderr]  --> src/bin/./utils/../structs/raw/RawResponse.rs:9:12
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub struct RawFeature {
[INFO] [stderr]   |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RawGeometry` is never constructed
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:17:12
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub struct RawGeometry {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RawProperty` is never constructed
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:23:12
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub struct RawProperty {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RawStation` is never constructed
[INFO] [stderr]  --> src/bin/./utils/../structs/raw/RawStation.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct RawStation {
[INFO] [stderr]   |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `getTrains` should have a snake case name
[INFO] [stderr]   --> src/bin/main.rs:34:10
[INFO] [stderr]    |
[INFO] [stderr] 34 | async fn getTrains() -> String {
[INFO] [stderr]    |          ^^^^^^^^^ help: convert the identifier to snake case: `get_trains`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable `CACHE_EXPIRY_SECONDS` should have a snake case name
[INFO] [stderr]   --> src/bin/main.rs:35:9
[INFO] [stderr]    |
[INFO] [stderr] 35 |     let CACHE_EXPIRY_SECONDS = 30;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cache_expiry_seconds`
[INFO] [stderr] 
[INFO] [stderr] warning: function `getTrainsRaw` should have a snake case name
[INFO] [stderr]   --> src/bin/main.rs:74:10
[INFO] [stderr]    |
[INFO] [stderr] 74 | async fn getTrainsRaw() -> String {
[INFO] [stderr]    |          ^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_raw`
[INFO] [stderr] 
[INFO] [stderr] warning: function `getStations` should have a snake case name
[INFO] [stderr]   --> src/bin/main.rs:88:10
[INFO] [stderr]    |
[INFO] [stderr] 88 | async fn getStations() -> String {
[INFO] [stderr]    |          ^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations`
[INFO] [stderr] 
[INFO] [stderr] warning: module `GetStationsResponse` should have a snake case name
[INFO] [stderr]  --> src/bin/./structs/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod GetStationsResponse;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response`
[INFO] [stderr] 
[INFO] [stderr] warning: module `GetTrainsResponse` should have a snake case name
[INFO] [stderr]  --> src/bin/./structs/final/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod GetTrainsResponse;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response`
[INFO] [stderr] 
[INFO] [stderr] warning: module `TrainItem` should have a snake case name
[INFO] [stderr]  --> src/bin/./structs/final/mod.rs:2:9
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub mod TrainItem;
[INFO] [stderr]   |         ^^^^^^^^^ help: convert the identifier to snake case: `train_item`
[INFO] [stderr] 
[INFO] [stderr] warning: module `TrainStation` should have a snake case name
[INFO] [stderr]  --> src/bin/./structs/final/mod.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub mod TrainStation;
[INFO] [stderr]   |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `routeName` should have a snake case name
[INFO] [stderr]  --> src/bin/./structs/final/TrainItem.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 |     pub routeName: String,
[INFO] [stderr]   |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `trainNum` should have a snake case name
[INFO] [stderr]  --> src/bin/./structs/final/TrainItem.rs:6:9
[INFO] [stderr]   |
[INFO] [stderr] 6 |     pub trainNum: String,
[INFO] [stderr]   |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `trainID` should have a snake case name
[INFO] [stderr]  --> src/bin/./structs/final/TrainItem.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 7 |     pub trainID: String,
[INFO] [stderr]   |         ^^^^^^^ help: convert the identifier to snake case: `train_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `trainTimely` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/final/TrainItem.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 10 |     pub trainTimely: String,
[INFO] [stderr]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `destCode` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/final/TrainItem.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub destCode: String,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `eventCode` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/final/TrainItem.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub eventCode: String,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `origCode` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/final/TrainItem.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub origCode: String,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `origSchDep` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/final/TrainItem.rs:17:9
[INFO] [stderr]    |
[INFO] [stderr] 17 |     pub origSchDep: String,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `originTZ` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/final/TrainItem.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub originTZ: String,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `trainState` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/final/TrainItem.rs:19:9
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub trainState: String,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `updatedAt` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/final/TrainItem.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub updatedAt: String,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `updated_at`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `schArr` should have a snake case name
[INFO] [stderr]  --> src/bin/./structs/final/TrainStation.rs:9:9
[INFO] [stderr]   |
[INFO] [stderr] 9 |     pub schArr: String,
[INFO] [stderr]   |         ^^^^^^ help: convert the identifier to snake case: `sch_arr`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `schDep` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/final/TrainStation.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 10 |     pub schDep: String,
[INFO] [stderr]    |         ^^^^^^ help: convert the identifier to snake case: `sch_dep`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `arrCmnt` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/final/TrainStation.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub arrCmnt: String,
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `depCmnt` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/final/TrainStation.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub depCmnt: String,
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt`
[INFO] [stderr] 
[INFO] [stderr] warning: module `RawResponse` should have a snake case name
[INFO] [stderr]  --> src/bin/./structs/raw/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod RawResponse;
[INFO] [stderr]   |         ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response`
[INFO] [stderr] 
[INFO] [stderr] warning: module `RawStation` should have a snake case name
[INFO] [stderr]  --> src/bin/./structs/raw/mod.rs:2:9
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub mod RawStation;
[INFO] [stderr]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `OBJECTID` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:24:9
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub OBJECTID: Option<i64>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `objectid`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `DestCode` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:27:9
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub DestCode: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `EventCode` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:28:9
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub EventCode: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Heading` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:29:9
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub Heading: Option<String>,
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case: `heading`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `TrainNum` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub TrainNum: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Velocity` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 31 |     pub Velocity: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `OrigCode` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:32:9
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub OrigCode: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `RouteName` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:33:9
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub RouteName: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `OrigSchDep` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:34:9
[INFO] [stderr]    |
[INFO] [stderr] 34 |     pub OrigSchDep: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `OriginTZ` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:35:9
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub OriginTZ: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `TrainState` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:36:9
[INFO] [stderr]    |
[INFO] [stderr] 36 |     pub TrainState: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station1` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:39:9
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub Station1: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station2` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:40:9
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub Station2: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station3` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:41:9
[INFO] [stderr]    |
[INFO] [stderr] 41 |     pub Station3: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station4` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:42:9
[INFO] [stderr]    |
[INFO] [stderr] 42 |     pub Station4: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station5` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:43:9
[INFO] [stderr]    |
[INFO] [stderr] 43 |     pub Station5: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5`
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stdout] running 2 tests
[INFO] [stderr] warning: structure field `Station6` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:44:9
[INFO] [stderr]    |
[INFO] [stderr] 44 |     pub Station6: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station7` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:45:9
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub Station7: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station8` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:46:9
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub Station8: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station9` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:47:9
[INFO] [stderr]    |
[INFO] [stderr] 47 |     pub Station9: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station10` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:48:9
[INFO] [stderr]    |
[INFO] [stderr] 48 |     pub Station10: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station11` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:49:9
[INFO] [stderr]    |
[INFO] [stderr] 49 |     pub Station11: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station12` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:50:9
[INFO] [stderr]    |
[INFO] [stdout] test tests::test_get_stations ... ok
[INFO] [stderr] 50 |     pub Station12: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station13` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:51:9
[INFO] [stderr]    |
[INFO] [stderr] 51 |     pub Station13: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station14` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:52:9
[INFO] [stderr]    |
[INFO] [stderr] 52 |     pub Station14: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station15` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:53:9
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub Station15: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station16` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:54:9
[INFO] [stderr]    |
[INFO] [stderr] 54 |     pub Station16: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station17` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:55:9
[INFO] [stderr]    |
[INFO] [stderr] 55 |     pub Station17: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station18` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub Station18: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station19` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:57:9
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub Station19: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station20` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:58:9
[INFO] [stderr]    |
[INFO] [stderr] 58 |     pub Station20: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station21` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:59:9
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub Station21: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station22` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:60:9
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub Station22: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station23` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:61:9
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub Station23: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station24` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:62:9
[INFO] [stderr]    |
[INFO] [stderr] 62 |     pub Station24: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station25` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:63:9
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub Station25: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station26` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:64:9
[INFO] [stderr]    |
[INFO] [stderr] 64 |     pub Station26: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station27` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:65:9
[INFO] [stderr]    |
[INFO] [stderr] 65 |     pub Station27: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station28` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:66:9
[INFO] [stderr]    |
[INFO] [stderr] 66 |     pub Station28: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station29` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:67:9
[INFO] [stderr]    |
[INFO] [stderr] 67 |     pub Station29: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station30` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:68:9
[INFO] [stderr]    |
[INFO] [stderr] 68 |     pub Station30: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station31` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:69:9
[INFO] [stderr]    |
[INFO] [stderr] 69 |     pub Station31: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station32` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:70:9
[INFO] [stderr]    |
[INFO] [stderr] 70 |     pub Station32: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station33` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:71:9
[INFO] [stderr]    |
[INFO] [stderr] 71 |     pub Station33: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station34` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:72:9
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub Station34: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station35` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:73:9
[INFO] [stderr]    |
[INFO] [stderr] 73 |     pub Station35: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station36` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:74:9
[INFO] [stderr]    |
[INFO] [stderr] 74 |     pub Station36: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station37` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:75:9
[INFO] [stderr]    |
[INFO] [stderr] 75 |     pub Station37: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station38` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:76:9
[INFO] [stderr]    |
[INFO] [stderr] 76 |     pub Station38: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station39` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:77:9
[INFO] [stderr]    |
[INFO] [stderr] 77 |     pub Station39: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station40` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:78:9
[INFO] [stderr]    |
[INFO] [stderr] 78 |     pub Station40: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station41` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:79:9
[INFO] [stderr]    |
[INFO] [stderr] 79 |     pub Station41: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station42` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:80:9
[INFO] [stderr]    |
[INFO] [stderr] 80 |     pub Station42: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station43` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:81:9
[INFO] [stderr]    |
[INFO] [stderr] 81 |     pub Station43: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station44` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:82:9
[INFO] [stderr]    |
[INFO] [stderr] 82 |     pub Station44: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station45` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:83:9
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub Station45: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station46` should have a snake case name
[INFO] [stderr]   --> src/bin/./structs/raw/RawResponse.rs:84:9
[INFO] [stderr]    |
[INFO] [stderr] 84 |     pub Station46: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46`
[INFO] [stderr] 
[INFO] [stderr] warning: module `ConvertRawTrains` should have a snake case name
[INFO] [stderr]  --> src/bin/./utils/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod ConvertRawTrains;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains`
[INFO] [stderr] 
[INFO] [stderr] warning: function `ConvertRawTrains` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/ConvertRawTrains.rs:24:8
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub fn ConvertRawTrains(raw: RawResponse) -> Option<GetTrainsResponse> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `convert_raw_trains`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `rS` should have a snake case name
[INFO] [stderr]    --> src/bin/./utils/ConvertRawTrains.rs:175:17
[INFO] [stderr]     |
[INFO] [stderr] 175 |             let rS: RawStation = serde_json::from_str(s.unwrap().as_str()).unwrap();
[INFO] [stderr]     |                 ^^ help: convert the identifier to snake case: `r_s`
[INFO] [stderr] 
[INFO] [stderr] warning: function `convertTime` should have a snake case name
[INFO] [stderr]    --> src/bin/./utils/ConvertRawTrains.rs:251:4
[INFO] [stderr]     |
[INFO] [stderr] 251 | fn convertTime(time: String, tz: String) -> String {
[INFO] [stderr]     |    ^^^^^^^^^^^ help: convert the identifier to snake case: `convert_time`
[INFO] [stderr] 
[INFO] [stderr] warning: function `getNameFromStationCode` should have a snake case name
[INFO] [stderr]    --> src/bin/./utils/ConvertRawTrains.rs:269:4
[INFO] [stderr]     |
[INFO] [stderr] 269 | fn getNameFromStationCode(stationCode: String) -> String {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_name_from_station_code`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `stationCode` should have a snake case name
[INFO] [stderr]    --> src/bin/./utils/ConvertRawTrains.rs:269:27
[INFO] [stderr]     |
[INFO] [stderr] 269 | fn getNameFromStationCode(stationCode: String) -> String {
[INFO] [stderr]     |                           ^^^^^^^^^^^ help: convert the identifier to snake case: `station_code`
[INFO] [stderr] 
[INFO] [stderr] warning: function `stringToUnix` should have a snake case name
[INFO] [stderr]    --> src/bin/./utils/ConvertRawTrains.rs:285:4
[INFO] [stderr]     |
[INFO] [stderr] 285 | fn stringToUnix(string_time: String) -> i64 {
[INFO] [stderr]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `string_to_unix`
[INFO] [stderr] 
[INFO] [stderr] warning: function `readStations` should have a snake case name
[INFO] [stderr]    --> src/bin/./utils/ConvertRawTrains.rs:295:4
[INFO] [stderr]     |
[INFO] [stderr] 295 | fn readStations() -> std::vec::IntoIter<Stations> {
[INFO] [stderr]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `read_stations`
[INFO] [stderr] 
[INFO] [stderr] warning: module `GetStationsResponse` should have a snake case name
[INFO] [stderr]  --> src/bin/./utils/../structs/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod GetStationsResponse;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_stations_response`
[INFO] [stderr] 
[INFO] [stderr] warning: module `GetTrainsResponse` should have a snake case name
[INFO] [stderr]  --> src/bin/./utils/../structs/final/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod GetTrainsResponse;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_trains_response`
[INFO] [stderr] 
[INFO] [stderr] warning: module `TrainItem` should have a snake case name
[INFO] [stderr]  --> src/bin/./utils/../structs/final/mod.rs:2:9
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub mod TrainItem;
[INFO] [stderr]   |         ^^^^^^^^^ help: convert the identifier to snake case: `train_item`
[INFO] [stderr] 
[INFO] [stderr] warning: module `TrainStation` should have a snake case name
[INFO] [stderr]  --> src/bin/./utils/../structs/final/mod.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub mod TrainStation;
[INFO] [stderr]   |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `train_station`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `routeName` should have a snake case name
[INFO] [stderr]  --> src/bin/./utils/../structs/final/TrainItem.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 |     pub routeName: String,
[INFO] [stderr]   |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `trainNum` should have a snake case name
[INFO] [stderr]  --> src/bin/./utils/../structs/final/TrainItem.rs:6:9
[INFO] [stderr]   |
[INFO] [stderr] 6 |     pub trainNum: String,
[INFO] [stderr]   |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `trainID` should have a snake case name
[INFO] [stderr]  --> src/bin/./utils/../structs/final/TrainItem.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 7 |     pub trainID: String,
[INFO] [stderr]   |         ^^^^^^^ help: convert the identifier to snake case: `train_id`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `trainTimely` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/final/TrainItem.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 10 |     pub trainTimely: String,
[INFO] [stderr]    |         ^^^^^^^^^^^ help: convert the identifier to snake case: `train_timely`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `destCode` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/final/TrainItem.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub destCode: String,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `eventCode` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/final/TrainItem.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub eventCode: String,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `origCode` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/final/TrainItem.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub origCode: String,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `origSchDep` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/final/TrainItem.rs:17:9
[INFO] [stderr]    |
[INFO] [stderr] 17 |     pub origSchDep: String,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `originTZ` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/final/TrainItem.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub originTZ: String,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `trainState` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/final/TrainItem.rs:19:9
[INFO] [stderr]    |
[INFO] [stderr] 19 |     pub trainState: String,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `updatedAt` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/final/TrainItem.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr] 20 |     pub updatedAt: String,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `updated_at`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `schArr` should have a snake case name
[INFO] [stderr]  --> src/bin/./utils/../structs/final/TrainStation.rs:9:9
[INFO] [stderr]   |
[INFO] [stderr] 9 |     pub schArr: String,
[INFO] [stderr]   |         ^^^^^^ help: convert the identifier to snake case: `sch_arr`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `schDep` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/final/TrainStation.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 10 |     pub schDep: String,
[INFO] [stderr]    |         ^^^^^^ help: convert the identifier to snake case: `sch_dep`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `arrCmnt` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/final/TrainStation.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub arrCmnt: String,
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case: `arr_cmnt`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `depCmnt` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/final/TrainStation.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub depCmnt: String,
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case: `dep_cmnt`
[INFO] [stderr] 
[INFO] [stderr] warning: module `RawResponse` should have a snake case name
[INFO] [stderr]  --> src/bin/./utils/../structs/raw/mod.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub mod RawResponse;
[INFO] [stderr]   |         ^^^^^^^^^^^ help: convert the identifier to snake case: `raw_response`
[INFO] [stderr] 
[INFO] [stderr] warning: module `RawStation` should have a snake case name
[INFO] [stderr]  --> src/bin/./utils/../structs/raw/mod.rs:2:9
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub mod RawStation;
[INFO] [stderr]   |         ^^^^^^^^^^ help: convert the identifier to snake case: `raw_station`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `OBJECTID` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:24:9
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub OBJECTID: Option<i64>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `objectid`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `DestCode` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:27:9
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub DestCode: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `dest_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `EventCode` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:28:9
[INFO] [stderr]    |
[INFO] [stderr] 28 |     pub EventCode: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `event_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Heading` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:29:9
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub Heading: Option<String>,
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case: `heading`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `TrainNum` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub TrainNum: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `train_num`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Velocity` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 31 |     pub Velocity: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `velocity`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `OrigCode` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:32:9
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub OrigCode: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `orig_code`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `RouteName` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:33:9
[INFO] [stderr]    |
[INFO] [stderr] 33 |     pub RouteName: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `route_name`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `OrigSchDep` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:34:9
[INFO] [stderr]    |
[INFO] [stderr] 34 |     pub OrigSchDep: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `orig_sch_dep`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `OriginTZ` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:35:9
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub OriginTZ: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `origin_tz`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `TrainState` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:36:9
[INFO] [stderr]    |
[INFO] [stderr] 36 |     pub TrainState: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `train_state`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station1` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:39:9
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub Station1: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station1`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station2` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:40:9
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub Station2: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station2`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station3` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:41:9
[INFO] [stderr]    |
[INFO] [stderr] 41 |     pub Station3: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station3`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station4` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:42:9
[INFO] [stderr]    |
[INFO] [stderr] 42 |     pub Station4: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station4`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station5` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:43:9
[INFO] [stderr]    |
[INFO] [stderr] 43 |     pub Station5: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station5`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station6` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:44:9
[INFO] [stderr]    |
[INFO] [stderr] 44 |     pub Station6: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station6`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station7` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:45:9
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub Station7: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station7`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station8` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:46:9
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub Station8: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station8`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station9` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:47:9
[INFO] [stderr]    |
[INFO] [stderr] 47 |     pub Station9: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station9`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station10` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:48:9
[INFO] [stderr]    |
[INFO] [stderr] 48 |     pub Station10: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station10`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station11` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:49:9
[INFO] [stderr]    |
[INFO] [stderr] 49 |     pub Station11: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station11`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station12` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:50:9
[INFO] [stderr]    |
[INFO] [stderr] 50 |     pub Station12: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station12`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station13` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:51:9
[INFO] [stderr]    |
[INFO] [stderr] 51 |     pub Station13: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station13`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station14` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:52:9
[INFO] [stderr]    |
[INFO] [stderr] 52 |     pub Station14: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station14`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station15` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:53:9
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub Station15: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station15`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station16` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:54:9
[INFO] [stderr]    |
[INFO] [stderr] 54 |     pub Station16: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station16`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station17` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:55:9
[INFO] [stderr]    |
[INFO] [stderr] 55 |     pub Station17: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station17`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station18` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 |     pub Station18: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station18`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station19` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:57:9
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub Station19: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station19`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station20` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:58:9
[INFO] [stderr]    |
[INFO] [stderr] 58 |     pub Station20: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station20`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station21` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:59:9
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub Station21: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station21`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station22` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:60:9
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub Station22: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station22`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station23` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:61:9
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub Station23: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station23`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station24` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:62:9
[INFO] [stderr]    |
[INFO] [stderr] 62 |     pub Station24: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station24`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station25` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:63:9
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub Station25: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station25`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station26` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:64:9
[INFO] [stderr]    |
[INFO] [stderr] 64 |     pub Station26: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station26`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station27` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:65:9
[INFO] [stderr]    |
[INFO] [stderr] 65 |     pub Station27: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station27`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station28` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:66:9
[INFO] [stderr]    |
[INFO] [stderr] 66 |     pub Station28: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station28`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station29` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:67:9
[INFO] [stderr]    |
[INFO] [stderr] 67 |     pub Station29: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station29`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station30` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:68:9
[INFO] [stderr]    |
[INFO] [stderr] 68 |     pub Station30: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station30`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station31` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:69:9
[INFO] [stderr]    |
[INFO] [stderr] 69 |     pub Station31: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station31`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station32` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:70:9
[INFO] [stderr]    |
[INFO] [stderr] 70 |     pub Station32: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station32`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station33` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:71:9
[INFO] [stderr]    |
[INFO] [stderr] 71 |     pub Station33: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station33`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station34` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:72:9
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub Station34: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station34`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station35` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:73:9
[INFO] [stderr]    |
[INFO] [stderr] 73 |     pub Station35: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station35`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station36` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:74:9
[INFO] [stderr]    |
[INFO] [stderr] 74 |     pub Station36: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station36`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station37` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:75:9
[INFO] [stderr]    |
[INFO] [stderr] 75 |     pub Station37: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station37`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station38` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:76:9
[INFO] [stderr]    |
[INFO] [stderr] 76 |     pub Station38: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station38`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station39` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:77:9
[INFO] [stderr]    |
[INFO] [stderr] 77 |     pub Station39: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station39`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station40` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:78:9
[INFO] [stderr]    |
[INFO] [stderr] 78 |     pub Station40: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station40`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station41` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:79:9
[INFO] [stderr]    |
[INFO] [stderr] 79 |     pub Station41: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station41`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station42` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:80:9
[INFO] [stderr]    |
[INFO] [stderr] 80 |     pub Station42: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station42`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station43` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:81:9
[INFO] [stderr]    |
[INFO] [stderr] 81 |     pub Station43: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station43`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station44` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:82:9
[INFO] [stderr]    |
[INFO] [stderr] 82 |     pub Station44: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station44`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station45` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:83:9
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub Station45: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station45`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Station46` should have a snake case name
[INFO] [stderr]   --> src/bin/./utils/../structs/raw/RawResponse.rs:84:9
[INFO] [stderr]    |
[INFO] [stderr] 84 |     pub Station46: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `station46`
[INFO] [stderr] 
[INFO] [stderr] warning: `amtrack_rs` (bin "main" test) generated 181 warnings (run `cargo fix --bin "main" --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/amtrack_rs-b483dfb734366846)
[INFO] [stdout] test tests::test_get_trains ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_get_trains stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_get_trains' (26) panicked at src/lib.rs:16:10:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Request, url: "https://maps.amtrak.com/services/MapDataService/trains/getTrainsData", source: hyper_util::client::legacy::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55dfaab91382 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55dfaab91382 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55dfaab91382 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55dfaab91382 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55dfaaba2adf - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55dfaaba2adf - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55dfaab5cfc1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55dfaab5cfc1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55dfaab69d52 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55dfaab6ed0f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x55dfaab6eba1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x55dfaaab8ece - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x55dfaaab8ece - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55dfaab6f47f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x55dfaab6f47f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x55dfaab6f22a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x55dfaab69e89 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55dfaab50a9d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x55dfaabaccc0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55dfaabac196 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x55dfaa718454 - core::result::Result<T,E>::unwrap::h057fbc5c8436248c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x55dfaa718454 - amtrack_rs::GetTrains::{{closure}}::hf13d0273cfc32aba
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:16:10
[INFO] [stdout]   22:     0x55dfaa70d13a - amtrack_rs::tests::test_get_trains::{{closure}}::h2651e2e8d5ec97bb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:46:36
[INFO] [stdout]   23:     0x55dfaa7177d2 - <core::pin::Pin<P> as core::future::future::Future>::poll::heb925153727dc761
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x55dfaa71778d - <core::pin::Pin<P> as core::future::future::Future>::poll::h94453c597d654cb7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x55dfaa725c3d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h4440c0dde952668a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:73
[INFO] [stdout]   26:     0x55dfaa725b8b - tokio::runtime::coop::with_budget::h258e2f6afc1c5d12
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x55dfaa725b8b - tokio::runtime::coop::budget::h695eaef56f48daf8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x55dfaa725b8b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hdf34f912416ac914
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:25
[INFO] [stdout]   29:     0x55dfaa722ce0 - tokio::runtime::scheduler::current_thread::Context::enter::h49992e68d44c18e9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:423:19
[INFO] [stdout]   30:     0x55dfaa7250a0 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h6e046f6fbd8d450b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:695:44
[INFO] [stdout]   31:     0x55dfaa7242a4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h1bede194f612a3f1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:68
[INFO] [stdout]   32:     0x55dfaa72043b - tokio::runtime::context::scoped::Scoped<T>::set::h0d08f7d674a2776a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x55dfaa712e59 - tokio::runtime::context::set_scheduler::{{closure}}::h5e54df2c807472d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x55dfaa71f4c2 - std::thread::local::LocalKey<T>::try_with::hb810a8b160cc9581
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   35:     0x55dfaa71edce - std::thread::local::LocalKey<T>::with::hbcd9b6bd6feb0d98
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   36:     0x55dfaa712e0d - tokio::runtime::context::set_scheduler::h0bd26a14fa245808
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x55dfaa724050 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hb15222e60789deb7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:27
[INFO] [stdout]   38:     0x55dfaa7242e3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h21e5f3367554bd2c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:683:24
[INFO] [stdout]   39:     0x55dfaa722273 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h53ac02c239c84ef0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:191:33
[INFO] [stdout]   40:     0x55dfaa72f170 - tokio::runtime::context::runtime::enter_runtime::h791ae42fad1c45fa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x55dfaa722021 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hee229ad4a02d595c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:179:9
[INFO] [stdout]   42:     0x55dfaa72fc7a - tokio::runtime::runtime::Runtime::block_on_inner::h07ba358773be9879
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/runtime.rs:361:52
[INFO] [stdout]   43:     0x55dfaa72fe75 - tokio::runtime::runtime::Runtime::block_on::heaf54cea1723622d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/runtime.rs:335:18
[INFO] [stdout]   44:     0x55dfaa70cf71 - amtrack_rs::tests::test_get_trains::ha003a008cc947308
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:46:17
[INFO] [stdout]   45:     0x55dfaa70d2f7 - amtrack_rs::tests::test_get_trains::{{closure}}::hc46d0e0f0f8c465b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:45:31
[INFO] [stdout]   46:     0x55dfaa70e3c6 - core::ops::function::FnOnce::call_once::h00fdf2ac1d67d2ad
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x55dfaaab8c8b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x55dfaaab8c8b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   49:     0x55dfaaace8f5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   50:     0x55dfaaace8f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   51:     0x55dfaaace8f5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   52:     0x55dfaaace8f5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   53:     0x55dfaaace8f5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   54:     0x55dfaaace8f5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   55:     0x55dfaaace8f5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   56:     0x55dfaaaa50e4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   57:     0x55dfaaaa50e4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   58:     0x55dfaaaa89aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   59:     0x55dfaaaa89aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   60:     0x55dfaaaa89aa - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   61:     0x55dfaaaa89aa - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   62:     0x55dfaaaa89aa - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x55dfaaaa89aa - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   64:     0x55dfaaaa89aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   65:     0x55dfaab64fef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   66:     0x55dfaab64fef - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   67:     0x78b57c7a9aa4 - <unknown>
[INFO] [stdout]   68:     0x78b57c836a34 - clone
[INFO] [stdout]   69:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_get_trains
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "931e7210a8f62e2c41362a60d718ad33b15a0c70608eb7a8348a3125c4a26786", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "931e7210a8f62e2c41362a60d718ad33b15a0c70608eb7a8348a3125c4a26786", kill_on_drop: false }`
[INFO] [stdout] 931e7210a8f62e2c41362a60d718ad33b15a0c70608eb7a8348a3125c4a26786
