telex/lib.rs
1//! Telex - A DX-first TUI framework for building AI terminal applications.
2//!
3//! **Coming soon.** This crate is under active development.
4//!
5//! For updates, see: <https://github.com/telex-tui/telex-tui>
6
7/// Placeholder - full API coming soon.
8pub fn version() -> &'static str {
9 "0.1.0"
10}