vectx 0.0.0

Name reservation for vectx — the descriptive language between AI and the vector world. Functional implementation not yet released.
Documentation
//! # vectx — name reservation
//!
//! This crate is a **placeholder** reserving the `vectx` name on crates.io.
//! It contains no functional code yet.
//!
//! ## What vectx is
//!
//! The descriptive language between AI and the vector world. AI is the
//! primary author — every spec and ergonomic choice is downstream of that.
//! The primary consumer surface is people using Claude via Claude Code or
//! the Claude CLI.
//!
//! ## Where to go
//!
//! - Source / docs: <https://github.com/goliajp/vectx>
//! - Issues: <https://github.com/goliajp/vectx/issues>
//! - License: MIT
//!
//! When a functional `0.x` release lands, this crate is replaced with a
//! real implementation.

#![doc(html_root_url = "https://docs.rs/vectx/0.0.0")]
#![forbid(unsafe_code)]