known-facts

Crates.ioknown-facts
lib.rsknown-facts
version0.0.0
created_at2025-05-10 12:33:02.625799+00
updated_at2025-05-10 12:33:02.625799+00
descriptionWell-known facts.
homepagehttps://github.com/known-facts/known-facts
repositoryhttps://github.com/known-facts/known-facts
max_upload_size
id1668345
size4,845
Arto Bendiken (artob)

documentation

README

Known Facts

License Compatibility Package Documentation

🚧 We are building in public. This is presently under heavy construction.

✨ Features

  • Supports opting out of any feature using comprehensive feature flags.
  • Adheres to the Rust API Guidelines in its naming conventions.
  • 100% free and unencumbered public domain software.

🛠️ Prerequisites

  • Rust 1.85+ (2024 edition)

⬇️ Installation

Installation via Cargo

cargo add known-facts

Installation in Cargo.toml (with all features enabled)

[dependencies]
known-facts = "0.1"

Installation in Cargo.toml (with only specific features enabled)

[dependencies]
known-facts = { version = "0.1", default-features = false, features = ["unstable"] }

👉 Examples

Importing the library

use known_facts;

📚 Reference

https://docs.rs/known-facts/

👨‍💻 Development

git clone https://github.com/known-facts/known-facts.git

Share on X Share on Reddit Share on Hacker News Share on Facebook Share on LinkedIn

Commit count: 0

cargo fmt