Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rush

This project was my introduction to the Rust programming language, written to get familiar with its syntax, ownership model, and standard library while solving a practical problem.

Description

The program converts a positive integer given as a command-line argument into its full written-out form in French (e.g. 1234mille deux cent trente-quatre). It relies on a dictionary file (numbers.dict) mapping digits and number words, and handles scale words (mille, million, milliard, etc.) up to very large numbers.

Build

cargo build

Usage

cargo run <number>

Constraints

  • Written in Rust (2021 edition)
  • Built with Cargo
  • Relies on the num-traits crate

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages