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 parameterverbose=true or system variableRUST_LOG=“debug”) or above will be recorded in./logs/<date>.log. Logs with levelinfoand above will be output to standard output, with colored tag.