]> git.lizzy.rs Git - rust.git/commit
auto merge of #9236 : steveklabnik/rust/rustpkg_init, r=catamorphism
authorbors <bors@rust-lang.org>
Tue, 17 Sep 2013 18:00:46 +0000 (11:00 -0700)
committerbors <bors@rust-lang.org>
Tue, 17 Sep 2013 18:00:46 +0000 (11:00 -0700)
commit023aab453c53fdeee8a99da2766ba562b224785c
tree8e4ddf062b4ce64ee3fdc5049d38c2f28c10015f
parent72e7c62ec4ecddadeccb928ac488a8715d80aef7
parent77bbf23b4a6782b3e460c7eea339b858d98ae676
auto merge of #9236 : steveklabnik/rust/rustpkg_init, r=catamorphism

Closes #9045

Built on top of #9235, which isn't strictly needed for now, but I imagine I will use part of. Unsure.

I mostly wanted to start this off to get some feedback from @catamorphism and others. These are the directories that actually need made, but I was thinking about adding a few other things:

1. an `examples` directory, since it seems like that's a common pattern
2. a `.gitignore` file that ignores `build`. And anything else that makes sense
3. a sample module that'd actually compile

Feedback?