#operations #package #string #return #strcmp #strin #strrev

app strops

A String operations package for Rust similar to C

7 releases

0.1.4 Aug 31, 2020
0.1.4-test-1 Sep 1, 2020
0.1.3 Aug 31, 2020

#97 in #return

MIT license

3KB
60 lines

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

No runtime deps