Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

rust-templates

This repository contains various rust templates which will help developers learn faster

Rust

  • Focus on safety, speed and concurrency
  • memory safe without garbage collection
  • println! is a macro defined in std::fmt
  • Rust checks formatting correctness at compile time

Formatting

  • fmt::Debug: Format text for debugging purposes using {:?}
  • fmt::Display: Format text in user-friendly sense using {}

About

This repository contains various rust templates which will help developers learn faster

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages