Docs.rs
glifparser-2.0.1
glifparser 2.0.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ctrlcctrlv
Dependencies
derivative ^2.2
normal
derive_more ^0.99
normal
dyn-clone ^1.0.9
normal
flo_curves ^0.6
normal
optional
float-cmp ^0.9
normal
image ^0.24
normal
optional
integer_or_float ^0.3
normal
itertools ^0.10
normal
kurbo ^0.9
normal
log ^0.4
normal
plist ^1.3
normal
serde ^1.0
normal
optional
skia-safe >0.0
normal
optional
spline ^0.2.0
normal
trees ^0.4
normal
xmltree ^0.10
normal
env_logger ^0.9
dev
lazy_static ^1
dev
test-log ^0.2
dev
Versions
18.11%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
Codepoint
glifparser
2.0.1
Codepoint
Required Methods
display
Implementations on Foreign Types
char
Trait Implementations
IntoXML
Implementors
In crate glifparser
glifparser
Trait
Codepoint
Copy item path
Source
pub trait Codepoint { // Required method fn
display
(&self) ->
String
; }
Required Methods
§
Source
fn
display
(&self) ->
String
Trait Implementations
§
Source
§
impl
IntoXML
for dyn
Codepoint
Source
§
fn
xml
(&self) ->
Element
Implementations on Foreign Types
§
Source
§
impl
Codepoint
for
char
Source
§
fn
display
(&self) ->
String
Implementors
§