mirror of https://git.sr.ht/~stygianentity/bincode
added doc icon
This commit is contained in:
parent
bffe2dfeeb
commit
b15b85797e
|
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
#![allow(unstable)]
|
#![allow(unstable)]
|
||||||
|
|
||||||
|
#![doc(html_logo_url = "./icon.png")]
|
||||||
|
|
||||||
extern crate "rustc-serialize" as rustc_serialize;
|
extern crate "rustc-serialize" as rustc_serialize;
|
||||||
|
|
||||||
use std::old_io::{Buffer, MemWriter};
|
use std::old_io::{Buffer, MemWriter};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue