You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't exist yet since nobody needed it so far. But it should be relatively simple to add by creating a new binary in src/bin. Do you want to create a pull request?
@phil-opp wow thank you! I'll see if I can get libc using this instead of xargo. The work of migrating to cargo-xbuild is happening as part of: rust-lang/libc#1376
Activity
phil-opp commentedon Jul 2, 2019
It doesn't exist yet since nobody needed it so far. But it should be relatively simple to add by creating a new binary in src/bin. Do you want to create a pull request?
Nils-TUD commentedon Jul 2, 2019
As an intermediate solution, you can also use the normal
cargo doc
for it:gnzlbg commentedon Jul 2, 2019
Thanks, I'll stick to
xargo
for the time being - not sure when I'll have time to create a PR.phil-opp commentedon Jul 2, 2019
@gnzlbg Sure! Let's keep this issue open, maybe someone has time to implement it.
Add xdoc command.
Add xdoc command. (#39)
gnzlbg commentedon Jul 9, 2019
@phil-opp wow thank you! I'll see if I can get libc using this instead of
xargo
. The work of migrating tocargo-xbuild
is happening as part of: rust-lang/libc#1376phil-opp commentedon Jul 9, 2019
Thank @Aehmlo for that, I only pushed the merge button :D.
Oh wow, I didn't expect that. Let me know if you have any problems!
gnzlbg commentedon Jul 9, 2019
Thank you @Aehmlo !
All green - it just worked.
phil-opp commentedon Jul 9, 2019
Perfect, great to hear that!