Explorar o código

src/lib.rs: add link to icon / favicon for doc, and also create favicon

Quentin Monnet %!s(int64=8) %!d(string=hai) anos
pai
achega
f6ccfc2488
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  1. BIN=BIN
      misc/rbpf.ico
  2. 3 0
      src/lib.rs

BIN=BIN
misc/rbpf.ico


+ 3 - 0
src/lib.rs

@@ -9,6 +9,9 @@
 // copied, modified, or distributed except according to those terms.
 
 
+#![doc(html_logo_url = "https://raw.githubusercontent.com/qmonnet/rbpf/master/rbpf.png",
+       html_favicon_url = "https://raw.githubusercontent.com/qmonnet/rbpf/master/rbpf.ico")]
+
 // One day we'll uncomment this!
 // #![warn(missing_docs)]