rsplitter

Crates.iorsplitter
lib.rsrsplitter
version0.2.0
sourcesrc
created_at2022-05-29 19:10:51.528149
updated_at2022-08-21 11:53:36.592817
descriptionSplitter is a tool to split words from text that contains no spaces.
homepage
repository
max_upload_size
id596611
size1,114,747
Omar MHAIMDAT (omarmhaimdat)

documentation

README

Rsplitter Documentation

Introduction

Rsplitter is a library for splitting a words into a joint list of words.

Installation

cargo install rsplitter

Usage

use rsplitter::split;

fn main() {
    let words = split("rustisgreat");
    println!("{:?}", words);
}
Commit count: 0

cargo fmt