Hacker News new | ask | show | jobs
by anuragsoni 2982 days ago
It'd be interesting to explore something similar to the bitstring[1] library for Ocaml. Where should one start if exploring syntax extensions for Rust. I haven't looked into rust in a while now so i'm not sure how far one can get with macros these days.

[1] https://github.com/xguerin/bitstring

1 comments

“Macros 1.2” is what you want to look up; it’s in FCP right now!