foxjazz / rust-string-sharp

string functions for rust similar to c# extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library that implements string traits from c# namings

traits implemented

  1. .indexof
  2. .indiciesof
  3. .reverse
  4. .left
  5. .right
  6. .strip_chars
  7. .strip
  8. .append
  9. .append_date
  10. .append_time
  11. .pad_right
  12. .pad_left

use string-sharp::*

please support the project either by adding to it or a small donation of litecoin or paypal

paypal donate_litecoin = LRyqEsNLk8rvVVkSqMrrXG82mqjpsVXvEH

About

string functions for rust similar to c# extensions


Languages

Language:Makefile 61.6%Language:Rust 21.5%Language:LLVM 16.9%