reclaim-rust-sdk 0.1.0

A Rust SDK for Reclaim Protocol
Documentation
1
2
3
pub fn replace_all(input: &str, from: &str, to: &str) -> String {
    input.replace(from, to)
}