Downloadig files or git repositories from the web

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • gitoxide

    An idiomatic, lean, fast & safe pure Rust implementation of Git

  • Also have a look at gitoxide. It is not feature complete, but if what you need is supported, it may be worth considering.

  • git2-rs

    libgit2 bindings for Rust

  • There are clone methods that do all that. The clone example shows how to use it with status callbacks. Remove all the callbacks, and it is just Repository::clone("url", "destination")

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • [Gitoxide in October] The first security issue and usable `gix status`

    1 project | /r/rust | 23 Nov 2023
  • Gitoxide: An idiomatic, lean, fast and safe pure Rust implementation of Git

    1 project | news.ycombinator.com | 30 Sep 2023
  • [Gitoxide in July] worktree checkouts with streaming for `git-lfs` files, and `crates-index` uses `gix`

    1 project | /r/rust | 23 Aug 2023
  • [Gitoxide in June]: robust fetch negotiations and `gix corpus` with `tracing` integration

    1 project | /r/rust | 24 Jul 2023
  • [Gitoxide in May]: Greater pack resolution performance and the beginnings of negotiation algorithms

    1 project | /r/rust | 22 Jun 2023