datahugger 0.5.5

Tool for fetching data and metadata from DOI or URL.
Documentation
1
2
3
4
5
6
#[derive(Debug)]
pub enum ErrorStatus {
    Permanent,  // Don't retry
    Temporary,  // Safe to retry
    Persistent, // Was retried, still failing
}