We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87433b commit d8851b4Copy full SHA for d8851b4
src/string_utils.rs
@@ -1,3 +1,5 @@
1
+// https://stackoverflow.com/a/54494217
2
+
3
use std::ops::{Bound, RangeBounds};
4
5
pub trait StringUtils {
0 commit comments