Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

dragontea

The cover id is genrated from the url field in the json. It uses the default hashing in rust. An overlap in ids is unlikly due to the small ammount of items

pub fn generate_id_from_url(url: &str) -> u64 {
    let mut hasher = DefaultHasher::new();
    url.hash(&mut hasher);
    hasher.finish()
}

About

Scraped all the metadata from dragontea.ink

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors