File tree 16 files changed +48
-0
lines changed
16 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 19
19
#[ crate_type = "rlib" ] ;
20
20
#[ crate_type = "dylib" ] ;
21
21
#[ 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" ) ] ;
22
25
#[ allow( missing_doc) ] ;
23
26
#[ feature( managed_boxes) ] ;
24
27
#[ allow( deprecated_owned_vector) ] ;
Original file line number Diff line number Diff line change 16
16
#[ crate_type = "rlib" ] ;
17
17
#[ crate_type = "dylib" ] ;
18
18
#[ 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" ) ] ;
19
22
20
23
#[ feature( macro_rules, managed_boxes, default_type_params) ] ;
21
24
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ Simple compression
18
18
#[ crate_type = "rlib" ] ;
19
19
#[ crate_type = "dylib" ] ;
20
20
#[ 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" ) ] ;
21
24
22
25
use std:: libc:: { c_void, size_t, c_int} ;
23
26
use std:: libc;
Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ fn main() {
43
43
#[ crate_type = "rlib" ] ;
44
44
#[ crate_type = "dylib" ] ;
45
45
#[ 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" ) ] ;
46
49
47
50
#[ feature( macro_registrar, managed_boxes) ] ;
48
51
Original file line number Diff line number Diff line change 80
80
#[ crate_type = "rlib" ] ;
81
81
#[ crate_type = "dylib" ] ;
82
82
#[ 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" ) ] ;
83
86
#[ allow( missing_doc) ] ;
84
87
#[ allow( deprecated_owned_vector) ] ;
85
88
Original file line number Diff line number Diff line change 27
27
#[ crate_type = "rlib" ] ;
28
28
#[ crate_type = "dylib" ] ;
29
29
#[ 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" ) ] ;
30
33
#[ allow( deprecated_owned_vector) ] ;
31
34
32
35
use std:: cell:: Cell ;
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ fn main() {
40
40
#[ crate_type = "rlib" ] ;
41
41
#[ crate_type = "dylib" ] ;
42
42
#[ 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" ) ] ;
43
46
44
47
#[ feature( macro_registrar, managed_boxes) ] ;
45
48
Original file line number Diff line number Diff line change 14
14
#[ crate_type = "rlib" ] ;
15
15
#[ crate_type = "dylib" ] ;
16
16
#[ 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" ) ] ;
17
20
#[ allow( deprecated_owned_vector) ] ;
18
21
19
22
extern crate rand;
Original file line number Diff line number Diff line change 32
32
#[ crate_type = "rlib" ] ;
33
33
#[ crate_type = "dylib" ] ;
34
34
#[ 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" ) ] ;
35
38
36
39
#[ allow( deprecated_owned_vector) ] ;
37
40
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ Core encoding and decoding interfaces.
18
18
#[ crate_type = "rlib" ] ;
19
19
#[ crate_type = "dylib" ] ;
20
20
#[ 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" ) ] ;
21
24
#[ allow( missing_doc) ] ;
22
25
#[ forbid( non_camel_case_types) ] ;
23
26
#[ feature( macro_rules, managed_boxes, default_type_params) ] ;
Original file line number Diff line number Diff line change 16
16
#[ crate_type = "rlib" ] ;
17
17
#[ crate_type = "dylib" ] ;
18
18
#[ 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" ) ] ;
19
22
20
23
#[ allow( deprecated_owned_vector) ] ;
21
24
Original file line number Diff line number Diff line change 28
28
#[ license = "MIT/ASL2" ] ;
29
29
#[ crate_type = "rlib" ] ;
30
30
#[ crate_type = "dylib" ] ;
31
+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
32
+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
33
+ html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
31
34
32
35
#[ feature( asm, macro_rules) ] ;
33
36
#[ allow( deprecated_owned_vector) ] ;
Original file line number Diff line number Diff line change 12
12
#[ crate_type = "rlib" ] ;
13
13
#[ crate_type = "dylib" ] ;
14
14
#[ license = "MIT/ASL2" ] ;
15
+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
16
+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
17
+ html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
15
18
16
19
#[ allow( missing_doc) ] ;
17
20
#[ allow( deprecated_owned_vector) ] ;
Original file line number Diff line number Diff line change 14
14
#[ crate_type = "rlib" ] ;
15
15
#[ crate_type = "dylib" ] ;
16
16
#[ 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" ) ] ;
17
20
#[ feature( default_type_params) ] ;
18
21
#[ allow( deprecated_owned_vector) ] ;
19
22
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ Examples of string representations:
58
58
#[ crate_type = "rlib" ] ;
59
59
#[ crate_type = "dylib" ] ;
60
60
#[ license = "MIT/ASL2" ] ;
61
+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
62
+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
63
+ html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
61
64
62
65
#[ allow( deprecated_owned_vector) ] ;
63
66
Original file line number Diff line number Diff line change 12
12
#[ crate_type = "rlib" ] ;
13
13
#[ crate_type = "dylib" ] ;
14
14
#[ license = "MIT/ASL2" ] ;
15
+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
16
+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
17
+ html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
15
18
#[ allow( deprecated_owned_vector, visible_private_types) ] ;
16
19
17
20
extern crate serialize;
You can’t perform that action at this time.
0 commit comments