Expand description

Main documentation is in https://github.com/fzyzcjy/flutter_rust_bridge

Macros

Structs

Functions

check api defined by users, if no duplicates, then generate all symbols (api function name), including those generated implicitly by frb
Initializes logging to file and standard output. All logs with level debug(with parameter verbose=true or system variable RUST_LOG=“debug”) or above will be recorded in ./logs/<date>.log. Logs with level info and above will be output to standard output, with colored tag.