• @pinknoise@lemmy.ml
    link
    fedilink
    33 years ago

    There are multiple package managers (ab-) using github as a storage backend. I’m just waiting for the time I can’t compile my rust projects anymore because github is down temporarily… (I know cargo caches crates, but it could do a way better job at it)

    • Dreeg Ocedam
      link
      fedilink
      33 years ago

      Does that mean that it’s impossible to build Rust programs with crates.io dependencies (and Go programs etc…) in countries with US trade restrictions?

      • @pinknoise@lemmy.ml
        link
        fedilink
        63 years ago

        They store (source code) packages as github repos. E.g. rusts package manager cargo uses github repos for its “crates” (libraries). Which sucks because it’s a single point of failure, leaks my third party library usage to github and makes publishing, maintaining and contributing to libraries cumbersome.