split-char-from-str 0.0.0

A small utility to split a string into the first or last character (type `char`) and the rest (type `&str`)
Documentation
[lib]
name = "split_char_from_str"
path = "lib.rs"

[package]
authors = ["khai96_ <hvksmr1996@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "parsing", "text-processing"]
description = "A small utility to split a string into the first or last character (type `char`) and the rest (type `&str`)"
documentation = "https://docs.rs/split-char-from-str"
edition = "2021"
include = ["/*.rs", "/Cargo.toml", "/README.md", "/LICENSE.md"]
keywords = ["split", "first", "last", "character"]
license = "MIT"
name = "split-char-from-str"
readme = "README.md"
repository = "https://github.com/KSXGitHub/split-char-from-str.git"
version = "0.0.0"