Skip to content

psnilesh/LearningRust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Rust

A repository with silly programs for getting familiar with Rust.

How to

Refer official testing guide for basic usages of cargo test.

Enable stdout for unit tests

$ cargo run test -- --show-output

Format code using Rustfmt

$ cargo fmt

Copy git/pre-commit to .git/hooks to automatically check codestyle before every commit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published