faster-chars-count 0.3.0

Library for counting length of chars faster than Chars::count()
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[features]
default = ["runtime_detect"]
runtime_detect = ["std"]
std = []

[package]
authors = ["aobatact <aobatact144@gmail.com>"]
description = "Library for counting length of chars faster than Chars::count()"
edition = "2021"
license = "MIT"
name = "faster-chars-count"
repository = "https://github.com/aobatact/faster_chars_count"
resolver = "2"
rust-version = "1.56"
version = "0.3.0"