split-optional 1.0.0

It split from a source `str` to `Option<&'a str>` per an element.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
categories = ["rust-patterns"]
description = "It split from a source `str` to `Option<&'a str>` per an element."
edition = "2021"
keywords = ["str", "split", "optional", "string"]
license = "MIT"
name = "split-optional"
readme = "README.md"
repository = "https://github.com/usagi/split-optional"
resolver = "2"
version = "1.0.0"