#string #append #reverse #traits #left #strip #right

string-sharp

traits implementing on string similar to c#

10 releases

0.1.10 Dec 19, 2022
0.1.9 Dec 19, 2022

#263 in Date and time

MIT license

6.5MB
631 lines

Contains (rust library, 2.5MB) libautocfg-c67e13368e65a024.rlib, (DOS exe, 300KB) build-script-build.exe, (DOS exe, 300KB) build_script_build-c8fb5deff6336bb3.exe, (DOS exe, 370KB) build-script-build.exe, (DOS exe, 370KB) build_script_build-014ff969103f8, (DOS exe, 375KB) build-script-build.exe and 3 more.

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


lib.rs:

Common functions and traits for the library which has similar functions to string c# library This tool is intended to be used by rust developers coming from a c# background

Dependencies