doc.sh 104 B

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