Code Monkey home page Code Monkey logo

Comments (4)

gagbo avatar gagbo commented on July 21, 2024 1

The git index is how cargo does the dependency resolution/interacts with a registry, see https://doc.rust-lang.org/cargo/reference/registries.html#index-format

from ktra.

moriturus avatar moriturus commented on July 21, 2024

Hi @garyanaplan, thank you for using Ktra.

To come to the point, and unfortunately, it is not possible to restore deleted database and crates data from the index git repository.
A metadata sent by cargo when you hit cargo publish command is similar to the index data but not the same. The metadata can map onto the index data but not vice versa.
Additionally, the checksum of crate binary data is calculated when it is published so if you remove crates directory you cannot retrieve it too.

Feel free to write a comment if you have more questions 👍.

from ktra.

garyanaplan avatar garyanaplan commented on July 21, 2024

That's totally fine. I wanted to get a better idea of how things worked and you've made that very clear. Thank you!

from ktra.

mike-code avatar mike-code commented on July 21, 2024

@moriturus I have a follow up question.

What's the purpose of git index if it contains only a subset of data published to the database? It sounds redundant as it'd seem that database+crates tars (archives) should be enough but I'm surely missing something?

from ktra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.