Advertisement
NLinker

Good articles on Rust

Aug 11th, 2017
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. http://hermanradtke.com/2015/06/22/effectively-using-iterators-in-rust.html
  2. http://exercism.io/languages/rust/about
  3. https://www.ibm.com/developerworks/library/l-dynamic-libraries/index.html
  4.  
  5. http://doc.crates.io/build-script.html
  6. https://github.com/rust-lang/cargo/blob/master/src/doc/build-script.md
  7.  
  8. # You cannot statically link shared library in Linux
  9. https://stackoverflow.com/questions/725472/static-link-of-shared-library-function-in-gcc
  10. https://www.ibm.com/developerworks/library/l-dynamic-libraries/index.html
  11.  
  12. # Cross compile from Linux to Windows
  13. https://arrayfire.com/cross-compile-to-windows-from-linux/
  14. https://stackoverflow.com/questions/30196051/using-i686-w64-mingw32-g-for-static-libraries
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement