Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Writing my first Rust crate: jsonwebtoken (wearewizards.io)
7 points by Keats on Nov 4, 2015 | hide | past | favorite | 1 comment


  > I think the main thing missing for me is built-in 
  > vendoring, to not be dependent on a third party 
  > (crates.io).
You can use git dependencies if you'd prefer, which can go to whatever domain you'd like.

(Also, you only need to hit crates.io to fetch the packages you don't have, after that initial download, it shouldn't need to touch the network again until you've modified your dependencies.)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: