Hey Rustaceans! Got a question? Ask here! (20/2022)!

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
  • explaine.rs

    An interactive Rust syntax playground

  • For people who want to see it in action: https://jrvidal.github.io/explaine.rs/

  • syn

    Parser for Rust source code

  • If such a service doesn't already exist, I guess the starting place would be to use the syn library. Instead of just dumping out tokens, the original source code would be annotated with explanations for each little bit of syntax. I'd have to think about how exactly to present that to increase comprehension.

  • 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
  • talent-plan

    open source training courses about distributed database and distributed systems

  • I am doing pingcap's talent plan recently, where you need to implement a custom Deserializer for REdis Serialization Protocol for the building block 3. What confuses me most is the implementation of `EnumAccess` and `VariantAccess`. One of my attempt looks like the following:

  • serde-RESP

    Redis RESP protocol serialization and deserialization with serde

  • The only hack I know is this, where a custom Deserialize is implemented instead of using the serde_derive's Deserialize.

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