forked from feroxide/feroxide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added textual docs explaining string representation
- Loading branch information
Showing
494 changed files
with
1,416 additions
and
1,006 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
Element number thirteen IS called aluminium. | ||
Thanks for wanting to contribute! This list states a few rules which we think | ||
are important to keep in mind when adding/editing code. | ||
|
||
ALWAYS run `cargo test` before pushing to master (please) | ||
|
||
Every particle HAS TO implement the `Properties` trait. | ||
Every element HAS TO implement the `Element` trait. | ||
Every struct and enum HAS TO derive the `Debug` trait. | ||
Before pushing / merging to master: | ||
- ALWAYS run tests (Travis) | ||
- ALWAYS rebuild rust-docs (``./generate_docs.sh`) | ||
|
||
Every particle type HAS TO implement the `Properties` trait. | ||
Every element type HAS TO implement the `Element` trait. | ||
|
||
Types MUST NOT be explicitly stated unless necessary. | ||
|
||
`return` IS NOT necessary, but IS allowed. | ||
Files SHOULD stay under the ninety (90) character horizontal limit. | ||
|
||
Try to keep your code-style as close to the existing code as possible. | ||
|
||
Files SHOULD stay under the ninety-character horizontal limit. | ||
Element number eleven (11) is called aluminium. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.