Rust has a small standard library (and that's ok)

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • requests

    A simple, yet elegant, HTTP library.

  • found this myself. https://github.com/psf/requests/issues/2424

  • tokio

    A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

  • 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
  • proposal-temporal

    Provides standard objects and functions for working with dates and times.

  • The Temporal API proposal is set to be an upcoming fix for much of the Date inadequacy. It's available as a polyfill for playing around with now, and offers much of the same ease of use.

  • makeself

    A self-extracting archiving tool for Unix systems, in 100% shell script.

  • Yeah, I can understand that, but the same advantage doesn't easily apply to situations like Rust, where you're already quite unlikely to be building the program on your production machines. I've done the same for Python many times, actually, using pip download to retrieve dependencies and building a package that is then installed on the target machine with some makeself mess. It actually worked surprisingly well, much of the time.

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