vectx/lib.rs
1//! # vectx — name reservation
2//!
3//! This crate is a **placeholder** reserving the `vectx` name on crates.io.
4//! It contains no functional code yet.
5//!
6//! ## What vectx is
7//!
8//! The descriptive language between AI and the vector world. AI is the
9//! primary author — every spec and ergonomic choice is downstream of that.
10//! The primary consumer surface is people using Claude via Claude Code or
11//! the Claude CLI.
12//!
13//! ## Where to go
14//!
15//! - Source / docs: <https://github.com/goliajp/vectx>
16//! - Issues: <https://github.com/goliajp/vectx/issues>
17//! - License: MIT
18//!
19//! When a functional `0.x` release lands, this crate is replaced with a
20//! real implementation.
21
22#![doc(html_root_url = "https://docs.rs/vectx/0.0.0")]
23#![forbid(unsafe_code)]