Crate git_next_core

Source

Modules§

Macros§

  • The pipe operator |> allows you to establish “pipelines” of functions in a flexible manner.
  • Works similar to pike but pike_opt keeps going as long as the proceding functions retuns None. Returns the first Some value.
  • Works similar to pike but pike_res exits the pipeline early if a function returns an Err()
  • Converts the value into a String by calling the std::fmt::Display::to_string on the value.

Structs§

Enums§