strops 0.1.0

A String operations package for Rust similar to C
strops-0.1.0 is not a library.
Visit the last successful build: strops-0.1.4-test-1

strops: String Library for rust.

Functions:

  • strcmp(s1: &String,s2: &String) -> i8 Return 0 if strings match
  • strin(s1: &String,n: u32) -> char Return char at the index provided
  • strrev(s1: &String) -> String Returns Reverse string