SabrinaJewson / inline-proc.rs

Inline procedural macros for Rust
https://docs.rs/inline-proc
53 stars 2 forks source link

Where `metadata::ron!` come from ? #2

Closed ardyfeb closed 2 years ago

ardyfeb commented 2 years ago

What package that provide metadata::ron! in example ?

SabrinaJewson commented 2 years ago

It's not actually a macro that comes from anywhere, I just needed a syntax to embed arbitrary data within Rust code.

ardyfeb commented 2 years ago

I see, thanks :D