Skip Navigation
Proc macro sandboxing
  • It’s just compile time code execution.

    The difference between those macros („procedural macros“) and regular macros is that while regular macros are pretty much only templated code that is unfolded, proc macros contain code that is run at compile time, so they are more powerful but also more dangerous from a security perspective as you would expect just compiling a program to be safe.

    Also: is copy pasting ChatGPT answers a thing now even when you, as you said, don’t even know what it means??

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AS
    astarob @sh.itjust.works
    Posts 0
    Comments 10