Skip to main content

process

Function process 

Source
pub fn process(app: &App, presets: &[Preset]) -> Result<ProcessOutput>
Expand description

Parse app.date, resolve the effective format, and render a string.

  • presets is passed as a slice to avoid unnecessary allocation.
  • All error paths bubble up via Result, ready for unit testing.