strings in rust

This commit is contained in:
Erik Svedäng 2016-03-28 23:05:06 +02:00
parent a00052efdf
commit ed9ba14acb

View File

@ -9,6 +9,7 @@ http://stackoverflow.com/questions/2505385/classes-and-static-variables-in-share
# OWNERSHIP & BORROWING # OWNERSHIP & BORROWING
http://blog.piston.rs/2016/01/23/dynamo/ http://blog.piston.rs/2016/01/23/dynamo/
http://evincarofautumn.blogspot.se/2016/01/thoughts-on-using-fractional-types-to.html http://evincarofautumn.blogspot.se/2016/01/thoughts-on-using-fractional-types-to.html
http://andrewbrinker.github.io/blog/2016/03/27/string-types-in-rust/
# MODULES & FUNCTORS # MODULES & FUNCTORS
http://homepages.inf.ed.ac.uk/mfourman/teaching/mlCourse/notes/sml-modules.html http://homepages.inf.ed.ac.uk/mfourman/teaching/mlCourse/notes/sml-modules.html