Docs.rs
sixtyfps-corelib-0.1.2
sixtyfps-corelib 0.1.2
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
ogoffart
tronical
Dependencies
auto_enums ^0.7
normal
cfg-if ^1
normal
const-field-offset ^0.1
normal
derive_more ^0.99.5
normal
euclid ^0.22.1
normal
image ^0.23.12
normal
instant ^0.1
normal
lyon_algorithms ^0.17.1
normal
lyon_geom ^0.17.0
normal
lyon_path ^0.17.3
normal
once_cell ^1.5
normal
pin-weak ^1
normal
rgb ^0.8.27
normal
scoped-tls-hkt ^0.1
normal
scopeguard ^1.1.0
normal
sixtyfps-corelib-macros =0.1.2
normal
slab ^0.4.3
normal
static_assertions ^1.1
normal
strum ^0.21
normal
strum_macros ^0.21
normal
triomphe ^0.1.1
normal
unicode-segmentation ^1.8.0
normal
vtable ^0.1.1
normal
weak-table ^0.3
normal
pin-weak ^1
dev
pathfinder_geometry ^0.5.1
normal
instant ^0.1
normal
wasm-bindgen ^0.2
normal
web-sys ^0.3
normal
Versions
86.36%
of the crate is documented
Go to latest version
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
☰
Module slice
Structs
?
Module
sixtyfps_corelib
::
slice
[
−
]
[src]
Expand description
FFI-friendly slice
Structs
Slice
That’s basically the same as
&'a [T]
but
repr(C)