doc.sh 98 B

123
  1. #!/bin/sh
  2. LIB=(target/liburl*)
  3. rustdoc src/lib.rs -L target/deps -L target --extern url=$LIB "$@"