Expand description

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

Re-exports

Modules

Macros

Structs

Functions

  • the all_configs here is used only for multi-blocks, because the current block needs information from all other blocks, and index refers to the index of current block to deal with.
  • 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.