Codebase docs & Rust

Maybe a daft question, but how does documentation attaching work with a Rust repo. I can manually attach the documentation for my dependencies with@ and the URL to the crates docs.

However, I can also run cargo doc and have every dependency docs generated (including my current projects) and stored locally in target/doc/.

I wanted to try adding that folder with @; however, you can only submit external links and not local directories. Does this mean that the full documentation stored locally is automatically loaded into the “codebase” context of the AI and will be incorporated in all AI actions?

Without seeing the docs listed in the cursor settings, it’s hard to tell if this is the case.