Docs.rs
makepad-draw-1.0.0
makepad-draw 1.0.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
makepaddev
Dependencies
ab_glyph_rasterizer ^0.1.8
normal
fxhash ^0.2.1
normal
makepad-html ^1.0.0
normal
makepad-platform ^1.0.0
normal
makepad-rustybuzz ^0.8.0
normal
makepad-vector ^1.0.0
normal
png ^0.17.13
normal
sdfer ^0.2.1
normal
ttf-parser ^0.25.1
normal
unicode-bidi ^0.3
normal
unicode-linebreak ^0.1.5
normal
unicode-segmentation ^1.11.0
normal
Versions
0.12%
of the crate is documented
Platform
aarch64-unknown-linux-gnu
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
Module borrow
makepad_
draw
1.0.0
Module borrow
Module Items
Enums
Traits
In makepad_
draw::
smallvec::
alloc
makepad_draw
::
smallvec
::
alloc
Module
borrow
Copy item path
1.36.0
·
Source
Expand description
A module for working with borrowed data.
Enums
§
Cow
A clone-on-write smart pointer.
Traits
§
Borrow
A trait for borrowing data.
Borrow
Mut
A trait for mutably borrowing data.
ToOwned
A generalization of
Clone
to borrowed data.