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 1111#![ warn( rust_2018_idioms, missing_docs) ]
1212#![ warn( clippy:: dbg_macro, clippy:: print_stdout) ]
1313#![ doc = include_str ! ( "../README.md" ) ]
14+ #![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
1415
1516use std:: borrow:: Borrow ;
1617
Original file line number Diff line number Diff line change 1111#![ warn( rust_2018_idioms, missing_docs) ]
1212#![ warn( clippy:: dbg_macro) ]
1313#![ doc = include_str ! ( "../README.md" ) ]
14+ #![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
1415
1516use phper_sys:: * ;
1617
Original file line number Diff line number Diff line change 1111#![ warn( rust_2018_idioms, missing_docs) ]
1212#![ warn( clippy:: dbg_macro, clippy:: print_stdout) ]
1313#![ doc = include_str ! ( "../README.md" ) ]
14+ #![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
1415#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
1516
1617pub use phper;
Original file line number Diff line number Diff line change 1111#![ warn( rust_2018_idioms, missing_docs) ]
1212#![ warn( clippy:: dbg_macro, clippy:: print_stdout) ]
1313#![ doc = include_str ! ( "../README.md" ) ]
14+ #![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
1415
1516// TODO Write a bridge macro for easy usage about register functions and
1617// classes, like `cxx`.
Original file line number Diff line number Diff line change 1919// TODO unsafe_op_in_unsafe_fn warning in edition 2024, temporary suppression.
2020#![ allow( unsafe_op_in_unsafe_fn) ]
2121#![ doc = include_str ! ( "../README.md" ) ]
22+ #![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
2223
2324include ! ( concat!( env!( "OUT_DIR" ) , "/php_bindings.rs" ) ) ;
Original file line number Diff line number Diff line change 1212#![ warn( clippy:: dbg_macro, clippy:: print_stdout) ]
1313#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
1414#![ doc = include_str ! ( "../README.md" ) ]
15+ #![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
1516
1617pub mod cli;
1718mod context;
Original file line number Diff line number Diff line change 1111#![ warn( rust_2018_idioms, missing_docs) ]
1212#![ warn( clippy:: dbg_macro, clippy:: print_stdout) ]
1313#![ doc = include_str ! ( "../README.md" ) ]
14+ #![ doc( html_logo_url = "https://avatars.githubusercontent.com/u/112468984?s=200&v=4" ) ]
1415#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
1516
1617#[ macro_use]
You can’t perform that action at this time.
0 commit comments