Skip to main content

openscotch_py/
lib.rs

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