Skip to content

Commit d3511d5

Browse files
committed
chore: Remove rusty-data crate, clean stale references
- Delete rusty-data/ directory (35 files, ~816K) — fully superseded by arni - Update converter.rs doc comment: rusty_data::adapter -> arni - Update rusty-logging test filter: rusty_data=debug -> rusty_app=debug
1 parent 11df718 commit d3511d5

37 files changed

Lines changed: 2 additions & 18977 deletions

rusty-app/src/container/converter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ impl ContainerCredentials {
5555
/// # Example
5656
/// ```
5757
/// use rusty_app::container::converter::container_db_type_to_enum;
58-
/// use rusty_data::adapter::DatabaseType;
58+
/// use arni::DatabaseType;
5959
///
6060
/// assert_eq!(container_db_type_to_enum("postgres"), Some(DatabaseType::Postgres));
6161
/// assert_eq!(container_db_type_to_enum("mysql"), Some(DatabaseType::MySQL));

rusty-data/.DS_Store

-8 KB
Binary file not shown.

rusty-data/Cargo.toml

Lines changed: 0 additions & 49 deletions
This file was deleted.

rusty-data/docs/ADAPTER_VERIFICATION.md

Lines changed: 0 additions & 265 deletions
This file was deleted.

0 commit comments

Comments
 (0)