Embark on a comprehensive journey to master Ratatui, the powerful Rust library for building interactive terminal user interfaces, from the …
Tag: Rust
Articles tagged with Rust. Showing 80 articles.
Guides & Articles
Embark on a comprehensive journey to master SpaceTimeDB from the ground up, learning to build scalable real-time applications and …
A curated list of resources to deepen your Rust knowledge and connect with the community.
Chapters
Setting up the foundational Rust project for `mermtool`, a production-grade Mermaid analyzer and fixer. This chapter covers environment …
Explore Terminal User Interfaces (TUIs), their role in modern applications, and get started with Rust and Ratatui to build your first …
Chapter 2: Designing the Lexer: Tokenization of Mermaid Syntax - Building a strict, production-grade Mermaid code analyzer and fixer in …
Get started with Ratatui! This chapter guides you through setting up your first Rust TUI project, adding dependencies, and displaying a …
Chapter 3: Crafting the Parser: Building the Abstract Syntax Tree (AST) - Building Act as a senior Rust systems engineer and guide me …
Dive into the core of Ratatui by learning how to set up the main drawing loop and render your very first text-based frame in a Rust TUI …
Chapter 4: The Core AST: Representing Mermaid Structures in Rust - Building Act as a senior Rust systems engineer and guide me through …
Explore Ratatui widgets: the fundamental building blocks for creating interactive terminal user interfaces. Learn to use Block and Paragraph …
Learn how to make your Ratatui TUI applications interactive by handling user input and events with crossterm, including keyboard and …