Expand description
Main documentation is in https://github.com/fzyzcjy/flutter_rust_bridge
Re-exports
pub use crate::utils::get_symbols_if_no_duplicates;
Modules
Macros
Structs
Functions
- the
all_configs
here is used only for multi-blocks, because the current block needs information from all other blocks, andindex
refers to the index of current block to deal with. - Initializes logging to file and standard output. All logs with level
debug
(with parameterverbose
=true or system variableRUST_LOG
=“debug”) or above will be recorded in./logs/<date>.log
. Logs with levelinfo
and above will be output to standard output, with colored tag.