#string #traits #reverse #append #function #strip #left

string-sharp

traits implementing on string similar to c#

10 releases

0.1.10 Dec 19, 2022
0.1.9 Dec 19, 2022

#287 in Date and time

Download history 1/week @ 2024-02-23 1/week @ 2024-03-01 1/week @ 2024-03-15 73/week @ 2024-03-22 4/week @ 2024-03-29

73 downloads per month

MIT license

6.5MB
636 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-014ff969103f8148.exe, (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