I wanted to use some link for ANSI X9.62 but didn't find anything useful to link to (I'm all ears if someone has a good idea) but for the time being I'm removing the broken markup.
One more thing is that the code references stuff in cryptoki_sys (like raw structure names) I wonder if it's a good idea (and technically possible) to link to them in the docs (the disadvantage is "leaking" raw types but I'm not sure it's a big deal in practice).
Edit: btw I'm surprised that cargo rustdoc -- -D rustdoc::broken_intra_doc_links doesn't complain :( it seems it only detects broken references if they don't contain a space.
I wanted to use some link for
ANSI X9.62
but didn't find anything useful to link to (I'm all ears if someone has a good idea) but for the time being I'm removing the broken markup.One more thing is that the code references stuff in
cryptoki_sys
(like raw structure names) I wonder if it's a good idea (and technically possible) to link to them in the docs (the disadvantage is "leaking" raw types but I'm not sure it's a big deal in practice).Edit: btw I'm surprised that
cargo rustdoc -- -D rustdoc::broken_intra_doc_links
doesn't complain :( it seems it only detects broken references if they don't contain a space.