# KNF.rs: KNF for Rust [![License](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org) [![Compatibility](https://img.shields.io/badge/rust-1.70%2B-blue)](https://crates.io/crates/knf) [![Package](https://img.shields.io/crates/v/knf)](https://crates.io/crates/knf) 🚧 _We are building in public. This is presently under heavy construction._ ## 🛠️ Prerequisites - [Rust](https://rust-lang.org) 1.70+ ## ⬇️ Installation ### Installation via Cargo ```console $ cargo add knf ``` ## 👉 Examples ### Importing the library ```rust use knf::*; ``` ## 👨‍💻 Development ```console $ git clone https://github.com/HaltiaAI/knf.rs.git ``` - - - [![Share on Twitter](https://img.shields.io/badge/share%20on-twitter-03A9F4?logo=twitter)](https://twitter.com/share?url=https://github.com/HaltiaAI/knf.rs&text=KNF.rs:%20KNF%20for%20Rust) [![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://github.com/HaltiaAI/knf.rs&title=KNF.rs:%20KNF%20for%20Rust) [![Share on Hacker News](https://img.shields.io/badge/share%20on-hacker%20news-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://github.com/HaltiaAI/knf.rs&t=KNF.rs:%20KNF%20for%20Rust) [![Share on Facebook](https://img.shields.io/badge/share%20on-facebook-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/HaltiaAI/knf.rs)