Docs.rs
sixtyfps-compilerlib-0.0.1
sixtyfps-compilerlib 0.0.1
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
ogoffart
tronical
Dependencies
by_address ^1.0.4
normal
codemap ^0.1
normal
codemap-diagnostic ^0.1.1
normal
css-color-parser2 ^1.0.1
normal
derive_more ^0.99.5
normal
itertools ^0.9
normal
lyon ^0.16
normal
num_enum ^0.5.1
normal
once_cell ^1
normal
proc-macro2 ^1.0.17
normal
quote ^1.0
normal
rowan ^0.10.0
normal
thiserror ^1
normal
regex ^1.3.7
dev
Versions
26.45%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition ElementRc
sixtyfps_compilerlib
::
object_tree
?
[
−
]
[src]
Type Definition
sixtyfps_compilerlib
::
object_tree
::
ElementRc
type ElementRc =
Rc
<
RefCell
<
Element
>>;