Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static lib support #52

Open
alloc33 opened this issue Mar 7, 2025 · 1 comment
Open

Static lib support #52

alloc33 opened this issue Mar 7, 2025 · 1 comment

Comments

@alloc33
Copy link

alloc33 commented Mar 7, 2025

I wonder if there any way to generate dash docset for a linux kernel? There is no Cargo.toml, maybe some workaround using rustup?

@Robzz
Copy link
Owner

Robzz commented Mar 7, 2025

From a quick look at their makefiles it looks like they invoke rustdoc directly so cargo-docset would probably need a different mode of operation there for working with pre-generated rustdocs. The code is not exactly fresh in my mind right now, but IIRC it uses the file names to populate the docset index so the method should also work with pre-built docs and the existing code shouldn't be too hard to adapt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants