Hey Rustaceans! Got an easy question? Ask here (25/2021)!

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

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

    Logging implementation for Rust (by rust-lang)

  • Cant you use https://crates.io/crates/log , and implement your own logger that sends the actual output over a mpsc channel to a logging thread that is allowed to block, and can handle your other requirements ? ( https://docs.rs/log/0.4.14/log/ - implementing a logger )

  • Guzzle

    Guzzle, an extensible PHP HTTP client

  • In PHP I use guzzle as the HTTP client. I use it to: get a login page -> get a captcha image -> proccess the captcha image -> then post the login form data. The PHP code likes:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • rust

    Empowering everyone to build reliable and efficient software.

  • Const floats are currently under discussion here. The normal process would just be an RFC + pull request, but floats are surprisingly weird.

  • nvim-rs

    A rust library for neovim clients

  • I guess this:

  • crates.io-index

    Registry index for crates.io

  • error: failed to resolve patches for `https://github.com/rust-lang/crates.io-index` Caused by: failed to load source for dependency `compiler_builtins`

  • nfd-rs

    OS-native file dialogs on Linux, OS X and Windows

  • For specifically file dialogs, you don't actually need to have an iced component for that. You can have a button with an onclick of something like nfd. Iced at the moment does not support multiple windows though. I'm unsure of menubar stuff.

  • globe

    Interactive ASCII globe generator

  • You can use the workspace as your git repo and crate. Take a look at this layout for example.

  • 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