pubmed 0.2.1

A wrapper around the PubMed API
Documentation
1
2
3
4
5
6
7
#[cfg(debug_assertions)]
pub(crate) fn missing_tag_warning(s: &str) {
    panic!("{}", s);
}

#[cfg(not(debug_assertions))]
pub(crate) fn missing_tag_warning(_s: &str) {}