openscotch-py 0.0.0

Name reservation placeholder; first functional release will be 0.1.0.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! # openscotch-py — name reservation placeholder
//!
//! This `0.0.0` upload is a **permanent reservation**. The
//! `openscotch-py` Rust crate is the internal pyo3 cdylib that
//! produces the [`openscotch`](https://pypi.org/project/openscotch/)
//! Python wheel; it is not published functionally on crates.io.
//!
//! Track development at
//! [github.com/mbeschastn0v/openscotch](https://github.com/mbeschastn0v/openscotch).
#![doc(html_root_url = "https://docs.rs/openscotch-py/0.0.0")]
#![deny(missing_docs)]