Closed bilelmoussaoui closed 2 months ago
as it is much smaller and fits better the usage in the cli
As per the docs of parse:
This function exists for backward compatibility reasons. It is equivalent to calling parse_borrowed::<1>(s). In the future, this function will be deprecated in favor of parse_borrowed.
It might be a good idea to switch to parse_borrowed::<2>.
parse_borrowed::<2>
as it is much smaller and fits better the usage in the cli