Docs.rs
seshat-unicode-0.3.1
seshat-unicode 0.3.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
aspschn
Dependencies
num ^0.3.0
normal
xml-rs ^0.8
dev
Versions
10.23%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Segmentation
seshat
0.3.1
Segmentation
Required Methods
break_graphemes
Implementations on Foreign Types
str
Implementors
In seshat::
unicode
seshat
::
unicode
Trait
Segmentation
Copy item path
Source
pub trait Segmentation { // Required method fn
break_graphemes
(&self) ->
BreakGraphemes
<'_>
ⓘ
; }
Required Methods
§
Source
fn
break_graphemes
(&self) ->
BreakGraphemes
<'_>
ⓘ
Implementations on Foreign Types
§
Source
§
impl
Segmentation
for
str
Source
§
fn
break_graphemes
(&self) ->
BreakGraphemes
<'_>
ⓘ
Implementors
§