---
title: "One Rust Codebase, Three Interfaces"
description: "Sharing core logic across CLI, REST, and TUI."
author: "Mohammad-Pouya Ghourchiani"
canonical: "https://ghourchiani.ir/blog/aurum-three-interfaces"
date: "2026-09-05"
lang: "en"
---
# One Rust Codebase, Three Interfaces

Sharing core logic across CLI, REST, and TUI.

## Direct answer

This note documents a real workflow from production tooling — not a generic tutorial rewrite.

## Links

- Project: [/projects/aurum-rs](/projects/aurum-rs)
- Expertise: [/expertise/rust](/expertise/rust)
- Author: [/about](/about)
