In https://docs.rs/[package]/...
, the RHS lists objects like "Modules, Macros, ...". However, how do you see what annotations it exposes?
As a helpful example—this is not the whole question, just an example—serde_json
claims to expose only the json
macro. However, I know that there are additional macros you can use to annotate struct fields (like "rename"). I clicked into all of the submodules and I didn't find it.