File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11
11
#![ warn( rust_2018_idioms, missing_docs) ]
12
12
#![ warn( clippy:: dbg_macro, clippy:: print_stdout) ]
13
13
#![ doc = include_str ! ( "../README.md" ) ]
14
+ #![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
14
15
15
16
use std:: borrow:: Borrow ;
16
17
Original file line number Diff line number Diff line change 11
11
#![ warn( rust_2018_idioms, missing_docs) ]
12
12
#![ warn( clippy:: dbg_macro) ]
13
13
#![ doc = include_str ! ( "../README.md" ) ]
14
+ #![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
14
15
15
16
use phper_sys:: * ;
16
17
Original file line number Diff line number Diff line change 11
11
#![ warn( rust_2018_idioms, missing_docs) ]
12
12
#![ warn( clippy:: dbg_macro, clippy:: print_stdout) ]
13
13
#![ doc = include_str ! ( "../README.md" ) ]
14
+ #![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
14
15
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
15
16
16
17
pub use phper;
Original file line number Diff line number Diff line change 11
11
#![ warn( rust_2018_idioms, missing_docs) ]
12
12
#![ warn( clippy:: dbg_macro, clippy:: print_stdout) ]
13
13
#![ doc = include_str ! ( "../README.md" ) ]
14
+ #![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
14
15
15
16
// TODO Write a bridge macro for easy usage about register functions and
16
17
// classes, like `cxx`.
Original file line number Diff line number Diff line change 19
19
// TODO unsafe_op_in_unsafe_fn warning in edition 2024, temporary suppression.
20
20
#![ allow( unsafe_op_in_unsafe_fn) ]
21
21
#![ doc = include_str ! ( "../README.md" ) ]
22
+ #![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
22
23
23
24
include ! ( concat!( env!( "OUT_DIR" ) , "/php_bindings.rs" ) ) ;
Original file line number Diff line number Diff line change 12
12
#![ warn( clippy:: dbg_macro, clippy:: print_stdout) ]
13
13
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
14
14
#![ doc = include_str ! ( "../README.md" ) ]
15
+ #![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
15
16
16
17
pub mod cli;
17
18
mod context;
Original file line number Diff line number Diff line change 11
11
#![ warn( rust_2018_idioms, missing_docs) ]
12
12
#![ warn( clippy:: dbg_macro, clippy:: print_stdout) ]
13
13
#![ doc = include_str ! ( "../README.md" ) ]
14
+ #![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
14
15
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
15
16
16
17
#[ macro_use]
You can’t perform that action at this time.
0 commit comments