Skip to content

ashee/rust-babysteps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the most rudimentary rust project.
Unlike gcc where you can compile several source files to object files and then
link them into an executable, rustc takes an .rc crate file instead.

Please note that myapp.rs which contains the main() entry point is implicitly
referenced in myapp.rc (i.e. myapp.rc does not explicity #[path = "myapp.rs"])

Please see this discussion thread in rust-lang mailing list 
http://comments.gmane.org/gmane.comp.lang.rust.devel/1538

About

Rudimentary rust project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages