This website works better with JavaScript
Home
Explore
Help
Sign In
darkrenaissance
/
rust-url
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
e26b42e617
Branches
Tags
main
upstream
v257
v258
rust-url
/
doc.sh
doc.sh
98 B
History
Raw
1
2
3
#!/bin/sh
LIB=(target/liburl*)
rustdoc src/lib.rs -L target/deps -L target --extern url=$LIB "$@"