File tree Expand file tree Collapse file tree 16 files changed +48
-0
lines changed Expand file tree Collapse file tree 16 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 1919#[ crate_type = "rlib" ] ;
2020#[ crate_type = "dylib" ] ;
2121#[ license = "MIT/ASL2" ] ;
22+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
23+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
24+ html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
2225#[ allow( missing_doc) ] ;
2326#[ feature( managed_boxes) ] ;
2427#[ allow( deprecated_owned_vector) ] ;
Original file line number Diff line number Diff line change 1616#[ crate_type = "rlib" ] ;
1717#[ crate_type = "dylib" ] ;
1818#[ license = "MIT/ASL2" ] ;
19+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
20+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
21+ html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
1922
2023#[ feature( macro_rules, managed_boxes, default_type_params) ] ;
2124
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ Simple compression
1818#[ crate_type = "rlib" ] ;
1919#[ crate_type = "dylib" ] ;
2020#[ license = "MIT/ASL2" ] ;
21+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
22+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
23+ html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
2124
2225use std:: libc:: { c_void, size_t, c_int} ;
2326use std:: libc;
Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ fn main() {
4343#[ crate_type = "rlib" ] ;
4444#[ crate_type = "dylib" ] ;
4545#[ license = "MIT/ASL2" ] ;
46+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
47+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
48+ html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
4649
4750#[ feature( macro_registrar, managed_boxes) ] ;
4851
Original file line number Diff line number Diff line change 8080#[ crate_type = "rlib" ] ;
8181#[ crate_type = "dylib" ] ;
8282#[ license = "MIT/ASL2" ] ;
83+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
84+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
85+ html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
8386#[ allow( missing_doc) ] ;
8487#[ allow( deprecated_owned_vector) ] ;
8588
Original file line number Diff line number Diff line change 2727#[ crate_type = "rlib" ] ;
2828#[ crate_type = "dylib" ] ;
2929#[ license = "MIT/ASL2" ] ;
30+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
31+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
32+ html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
3033#[ allow( deprecated_owned_vector) ] ;
3134
3235use std:: cell:: Cell ;
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ fn main() {
4040#[ crate_type = "rlib" ] ;
4141#[ crate_type = "dylib" ] ;
4242#[ license = "MIT/ASL2" ] ;
43+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
44+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
45+ html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
4346
4447#[ feature( macro_registrar, managed_boxes) ] ;
4548
Original file line number Diff line number Diff line change 1414#[ crate_type = "rlib" ] ;
1515#[ crate_type = "dylib" ] ;
1616#[ license = "MIT/ASL2" ] ;
17+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
18+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
19+ html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
1720#[ allow( deprecated_owned_vector) ] ;
1821
1922extern crate rand;
Original file line number Diff line number Diff line change 3232#[ crate_type = "rlib" ] ;
3333#[ crate_type = "dylib" ] ;
3434#[ license = "MIT/ASL2" ] ;
35+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
36+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
37+ html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
3538
3639#[ allow( deprecated_owned_vector) ] ;
3740
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ Core encoding and decoding interfaces.
1818#[ crate_type = "rlib" ] ;
1919#[ crate_type = "dylib" ] ;
2020#[ license = "MIT/ASL2" ] ;
21+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
22+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
23+ html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
2124#[ allow( missing_doc) ] ;
2225#[ forbid( non_camel_case_types) ] ;
2326#[ feature( macro_rules, managed_boxes, default_type_params) ] ;
You can’t perform that action at this time.
0 commit comments