Can I create cyclic dependencies in docs?
The Rust Programming Language Forum
Can I create cyclic dependencies in docs?
I have a crate with some common types in it, and various crates that depend on it and use these common types. If I push the common types into the dependencies, I end up with a cyclic dependency graph, and cargo build will not function (which is a limitation I fully understand). However, the documentation for the crate with common types would be more useful if I could link from the common types to some of the code in dependent crates that uses those types. Is there a way to have a cyclic depende...
0 comments
No comments yet.