Skip to main content

init

Function init 

Source
pub fn init()
Expand description

ยงConventions

  • Errors: Use anyhow::Result for return types where appropriate.
  • Logging: Use tracing macros (info!, warn!, error!, debug!, trace!).