Crate mutual_strip

Crate mutual_strip 

Source
Expand description

This crate contains two elements: trait Strip and function mutual_strip allowing strippig a sequence from the both sides of string simultaneously

Traits§

MutualStrip
Trait implementing a mutual_strip method for String and &str structures. This method strips argument sequense from the both sides of the string

Functions§

mutual_strip
Function striping the second argument sequence from the both sides of the string in the first argument