arfur-build 0.0.2

Internal build tool for Arfur. Not for public use.
Documentation
1
2
3
4
pub trait Library {
    /// Given a reference to self, resolve the link that needs to be downloaded.
    fn get_link(&self, version: &str, ni_version: &str) -> String;
}