Skip to content

yasu-programming/rust-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Blog

A simple blog application built with Rust.

Features

  • Create, read, update, and delete blog posts
  • Simple command-line interface
  • File-based storage for posts

Prerequisites

  • Rust (latest stable version)
  • Cargo (comes with Rust)

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd rust-blog
  2. Build the project:

    cargo build

Usage

Run the blog application:

cargo run

Development

Building

cargo build

Running tests

cargo test

Code formatting

cargo fmt

Linting

cargo clippy

GitHub Codespaces

This project is configured for GitHub Codespaces with pre-installed Rust development tools and Claude Code CLI.

Project Structure

rust-blog/
├── src/
│   └── main.rs
├── Cargo.toml
└── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •