Rust Cheatsheet

Open-source Rust projects categorized as Cheatsheet

Rust Cheatsheet Projects

  • cheats.rs

    Rust Language Cheat Sheet - https://cheats.rs

  • Project mention: Using enums to represent state in Rust | news.ycombinator.com | 2023-09-22

    Reposting: https://cheats.rs/#memory-layout

    > Does the value take up the same width regardless of state?

    Yes. As the other commenter mentioned, it's the size of the largest variant (same as a union in C) + a tag (almost the same as an enum in C). In some cases, the compiler even manages to optimize out the tag.

  • pandocs

    The single, most comprehensive Game Boy technical reference.

  • Project mention: Gameboy Technical Reference for Homebrew Developers | news.ycombinator.com | 2023-11-23
  • 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
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Cheatsheet related posts

Index

Project Stars
1 cheats.rs 3,914
2 pandocs 560

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com