Skip to content

acmcarther/stockpile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stockpile

�u Build Status

An alternative resolution strategy for Cargo crates.

See Stackage to learn what its all about.

Idiosyncratic development practices

Rust

  • Indent 2 spaces, not 4
  • Name internal crates using the directory structure, such as: tools/cli -> "tools-cli"
  • Do not bundle imports from the same package onto one line: instead, fully qualify each import.

General

  • Do not bundle configuration and code changes into the same PR

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages