oxanus 2.0.0

DEPRECATED: renamed to oxana. Use oxana 2.x instead.
Documentation
1
2
3
4
5
fn main() {
    println!(
        "cargo:warning=oxanus is deprecated and has been renamed to oxana. Migrate to oxana = \"2\" and update oxanus paths and attributes to oxana."
    );
}