3 unstable releases

Uses new Rust 2024

new 0.2.1 May 8, 2025
0.2.0 Apr 10, 2025
0.1.0 Feb 3, 2025

#213 in Value formatting

Download history 79/week @ 2025-01-30 30/week @ 2025-02-06 12/week @ 2025-02-13 9/week @ 2025-02-20 12/week @ 2025-02-27 131/week @ 2025-04-10 7/week @ 2025-04-17

138 downloads per month

GPL-3.0-only

6KB

Project Title

BT STRING UTILS

Description

Simple string utility to split and return parts of the string.

Usage

let content_first = get_first_ocurrance("First:Second:Third",":");
let content = get_first_of_split("First:Second:Third",":");

Version History

  • 0.1.0
    • Initial Release
  • 0.2.0
    • Add function to find the value of a given key in a Vector of Strings with the form "key=value"
    • Breaking change: Change Name of function due to typo. get_first_occurrance

License

GPL-3.0-only

No runtime deps