sccache VS proc-macro-workshop

Compare sccache vs proc-macro-workshop and see what are their differences.

sccache

Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage. (by mozilla)

proc-macro-workshop

Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019] (by dtolnay)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
sccache proc-macro-workshop
70 26
5,347 3,787
3.0% -
9.4 4.2
1 day ago 18 days ago
Rust Rust
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sccache

Posts with mentions or reviews of sccache. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-22.

proc-macro-workshop

Posts with mentions or reviews of proc-macro-workshop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.
  • Why does the core not provide a "New" derive attribute?
    1 project | /r/rust | 9 Dec 2023
    Tangentially, the proc macro workshop walks through building a derive macro implementing a builder pattern. From experience, I can tell I couldn't ever write proc macros just by reading the manual, going through it is really helpful https://github.com/dtolnay/proc-macro-workshop/blob/master/README.md
  • Help on spans for proc macros
    1 project | /r/rust | 3 Jul 2023
    I am working on the proc macro workshop and am a little stuck on the builder portion of the workshop. Step 08-unrecognized-attributes wants you to handle the car where the field modifier has a misspelled portion (eac instead of each)
  • Practical Procedural Macros in Rust
    3 projects | news.ycombinator.com | 29 Jun 2023
    I would very much second the suggestion to do David Tolnay’s Proc Macro Workshop if you want to start understanding how to write them. I’d been writing Rust for years but always kind of avoided proc macros.

    When I had a need for them, I went through only the first section of the workshop and everything clicked. You can just do the derive macro section and all the strange and scary-looking macro syntax will make sense. I realized that there is only a bit of extra syntax but it’s used very often so it can seem a little overwhelming when reading macro code.

    https://github.com/dtolnay/proc-macro-workshop

  • Rust fact vs. fiction: 5 Insights from Google's Rust journey in 2022
    5 projects | /r/rust | 27 Jun 2023
  • A walkthough on how to write derive procedural macros
    1 project | /r/rust | 10 Jun 2023
    Another good one imo is the proc-macro-workshop.
  • Transitioning to Rust as a company
    8 projects | /r/rust | 2 Jun 2023
    Don't be afraid of proc macros and derive macros, they rule. Study the basic examples. Crates like darling and resources like David Tolnay's workshop will help. Write derives for your simpler traits and impress your colleagues.
  • What are your experiences with hack-and-learn events?
    2 projects | /r/rust | 15 May 2023
    Regarding 4, I think that macros are an interesting intermediate/advanced topic. I personally loved the material from https://github.com/dtolnay/proc-macro-workshop
  • Procedural Macros are really hard to understand
    3 projects | /r/rust | 4 Feb 2023
    It took me a while to get anything done. My mistake : I came accross the procedural macros workshop several times, and every time I dismissed it, thinking - meh I'll just hack together exactly what I need and move on. Then finally I figured there is no way around it. The builder exercise sounds boring but it covers the topic pretty well. And then I went on to the debug one and from there was able to build the proc macro I wanted.
  • MacroKata is really good!
    2 projects | /r/rust | 22 Dec 2022
    Hey! While researching, I found this: https://github.com/dtolnay/proc-macro-workshop
  • Anything C can do Rust can do Better
    58 projects | dev.to | 1 Dec 2022
    Rust Latam: procedural macros workshop - David Tolnay

What are some alternatives?

When comparing sccache and proc-macro-workshop you can also consider the following projects:

ccache - ccache – a fast compiler cache

cargo-expand - Subcommand to show result of macro expansion

cargo-chef - A cargo-subcommand to speed up Rust Docker builds using Docker layer caching.

rust-learnings - Collection of Rust learnings through implementation

rust-cache - A GitHub Action that implements smart caching for rust/cargo projects

style - css for rust

cache - Cache dependencies and build outputs in GitHub Actions

quote - Rust quasi-quoting

icecream - Distributed compiler with a central scheduler to share build load

style - Style Dart Backend Framework

mold - Mold: A Modern Linker 🦠

num-bigint - Big integer types for Rust