Skip to main content

vernier_cli/
lib.rs

1//! Name reservation for `vernier-cli`.
2//!
3//! This v0.0.0 release exists only to claim the `vernier-cli` name on
4//! crates.io. The real CLI tool will land at v0.1.0 — see
5//! <https://github.com/vernier-rs/vernier> for status.
6//!
7//! Published as a library so the v0.0.0 placeholder doesn't stand up a
8//! `vernier` binary that conflicts with anything users may already have
9//! installed under that name.
10#![forbid(unsafe_code)]