Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ABOUT.md to xrust docs #69

Merged
merged 1 commit into from
Jan 28, 2016
Merged

Conversation

hjr3
Copy link
Contributor

@hjr3 hjr3 commented Jan 28, 2016

No description provided.

@@ -0,0 +1,5 @@
Rust is a systems programming language focused on three goals: safety, speed, and concurrency. Rust does not use a garbage collector, but instead ensures safety and optimizes code at compile time. The concept of _ownership_ is how Rust achieves its largest goal, memory safety.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a good blog post or something about ownership? I can't see what it might mean without a bit of extra context.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, merged before reading this. This is explained in "The Book". Maybe adding a link to that chapter would be helpful.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened #70

@EduardoBautista
Copy link
Contributor

This looks good, thanks!

EduardoBautista added a commit that referenced this pull request Jan 28, 2016
Add ABOUT.md to xrust docs
@EduardoBautista EduardoBautista merged commit 2a48826 into exercism:master Jan 28, 2016
@petertseng petertseng mentioned this pull request Mar 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants