Docs.rs
diffmatchpatch-0.0.4
diffmatchpatch 0.0.4
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andelf
Dependencies
percent-encoding ^2.2.0
normal
criterion ^0.4.0
dev
regex ^1
dev
Versions
50.65%
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
ToChars
diffmatchpatch
0.0.4
ToChars
Required Methods
to_chars
Implementations on Foreign Types
&str
String
Implementors
In crate diffmatchpatch
diffmatchpatch
Trait
ToChars
Copy item path
Source
pub trait ToChars { // Required method fn
to_chars
(&self) ->
Vec
<
char
>; }
Required Methods
§
Source
fn
to_chars
(&self) ->
Vec
<
char
>
Implementations on Foreign Types
§
Source
§
impl
ToChars
for &
str
Source
§
fn
to_chars
(&self) ->
Vec
<
char
>
Source
§
impl
ToChars
for
String
Source
§
fn
to_chars
(&self) ->
Vec
<
char
>
Implementors
§