Advertisement
NLinker

Untitled

Jul 30th, 2018
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rust 0.76 KB | None | 0 0
  1. HKT in Rust
  2. https://github.com/rust-lang/rfcs/issues/324#issuecomment-167742186
  3.  
  4. if [ ! -d ~/rust-installer ]; then
  5.     mkdir ~/rust-installer
  6.     curl -sL https://static.rust-lang.org/rustup.sh -o ~/rust-installer/rustup.sh
  7.     sh ~/rust-installer/rustup.sh --prefix=~/rust --spec=nightly --disable-sudo -y
  8. fi
  9.  
  10. https://blog.frankel.ch/open-your-classes-and-methods-in-kotlin/
  11. https://stackoverflow.com/questions/48557630/how-to-user-querydsl-and-generate-file-in-kotlin
  12. https://amarszalek.net/blog/2018/04/02/reactive-web-services-kotlin-spring-boot-2/
  13. https://medium.com/@dime.kotevski/writing-a-restful-backend-using-kotlin-and-spring-boot-9f162c96e428
  14. https://blog.frankel.ch/open-your-classes-and-methods-in-kotlin/
  15. http://www.baeldung.com/spring-boot-kotlin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement