A simple blog application built with Rust.
- Create, read, update, and delete blog posts
- Simple command-line interface
- File-based storage for posts
- Rust (latest stable version)
- Cargo (comes with Rust)
-
Clone the repository:
git clone <repository-url> cd rust-blog
-
Build the project:
cargo build
Run the blog application:
cargo run
cargo build
cargo test
cargo fmt
cargo clippy
This project is configured for GitHub Codespaces with pre-installed Rust development tools and Claude Code CLI.
rust-blog/
├── src/
│ └── main.rs
├── Cargo.toml
└── README.md