orisnik 0.0.0

Reserved crate name for the Rust port of Oris — a Rust and Zig port of Dimitar Lazarov's HPHA (2007). No implementation yet; see https://github.com/PCfVW/oris.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! # orisnik
//!
//! Reserved crate name for the Rust port of [Oris](https://github.com/PCfVW/oris) —
//! a Rust and Zig port of Dimitar Lazarov's HPHA (2007).
//!
//! **No implementation yet.** This 0.0.0 release reserves the name on crates.io
//! while the design documents (`BRIEF.md`, `ROADMAP.md`) settle. Track progress at
//! <https://github.com/PCfVW/oris>.

#![doc(html_root_url = "https://docs.rs/orisnik/0.0.0")]
#![deny(unsafe_op_in_unsafe_fn)]