/*!
# Slash Formatter
This crate provides functions to deal with slashes and backslashes in strings.
## Examples
To see examples, check out the documentation for each function.
*/#![no_std]externcrate alloc;modbackslash;modfile_separator;modslash;pubusebackslash::*;pubusefile_separator::*;pubuseslash::*;