//! # `golia` — namespace placeholder
//!
//! This crate **does not provide any functionality**. It exists only to reserve
//! the `golia` name on crates.io for Golia's open-source Rust ecosystem.
//!
//! ## Where to look instead
//!
//! Golia's actually-useful crates live under their own names:
//!
//! - [`roka-qr`](https://crates.io/crates/roka-qr) — zero-dependency QR code
//! encoder + decoder with built-in PNG/PBM I/O.
//! - [`roka-totp`](https://crates.io/crates/roka-totp) — zero-dependency TOTP /
//! HOTP implementation with QR code support (via `roka-qr`).
//!
//! See [the GitHub organization](https://github.com/goliajp) for the full list.
//!
//! ## Why this placeholder exists
//!
//! Reserving the namespace prevents impersonation and keeps the door open for a
//! future meta-crate that re-exports the rest of the ecosystem, in the style of
//! `aws-sdk` or `cloudflare`.