I was trying to find API documentation for libtest recently. It’s there in the code, but not generated by ./x.py doc
, and I can’t find it on the web anywhere (I only found a chapter in the unstable book). Also, trying to use cargo doc
on that crate itself failed (internal libraries are special).
So, is there a way of generating API documentation for unstable internal crates?