Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
352 changes: 0 additions & 352 deletions src/badges.rs

This file was deleted.

9 changes: 0 additions & 9 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ mod error;
mod index;
mod load;

pub mod badges;
pub mod categories;
pub mod crate_owners;
pub mod crates;
Expand All @@ -56,14 +55,6 @@ pub use crate::load::{load_all, Loader};
#[derive(Default)]
#[non_exhaustive]
pub struct DbDump {
/// <table style="width:initial"><tr>
/// <th>badges.csv</th>
/// <td>crate_id</td>
/// <td>badge_type</td>
/// <td>attributes</td>
/// </tr></table>
pub badges: Vec<badges::Row>,

/// <table style="width:initial"><tr>
/// <th>categories.csv</th>
/// <td>id</td>
Expand Down
Loading