Skip to content

raftio/codingchallenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codingchallenges

Solutions to Coding Challenges implemented in Rust.

Crates

Crate Description
wc Unix wc tool — counts lines, words, and bytes in files
json-parser JSON parser and validator
compression Huffman encoding compression tool

Usage

# Build all
make build

# Test all
make test

# Run a specific tool
make run-wc ARGS="path/to/file.txt"
make run-json-parser ARGS="path/to/file.json"
make run-compression ARGS="path/to/file.txt"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors