Docs.rs
kozan-core-0.1.0
kozan-core 0.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
darkyeg
Dependencies
app_units ^0.7
normal
euclid ^0.22
normal
kozan-macros ^0.1
normal
kozan-primitives ^0.1
normal
parley ^0.7
normal
selectors ^0.36
normal
servo_arc ^0.4
normal
smallvec ^1.13
normal
stylo_static_prefs ^0.14
normal
stylo ^0.14
normal
stylo_atoms ^0.14
normal
stylo_dom ^0.14
normal
stylo_traits ^0.14
normal
taffy ^0.9
normal
url ^2
normal
web_atoms ^0.2
normal
quick-xml ^0.39
dev
walkdir ^2
dev
Versions
68.11%
of the crate is documented
Platform
aarch64-apple-darwin
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
Skip to main content
Module node
kozan_
core
0.1.0
Module node
Module Items
Structs
Enums
In kozan_
core::
dom
kozan_core
::
dom
Module
node
Copy item path
Source
Structs
§
Node
Flags
Packed node metadata. 4 bytes per node.
Node
Meta
Per-node metadata stored in
Storage<NodeMeta>
.
Enums
§
Node
Type
Node type constants (stored in bits 0-3). Values match the DOM spec / Chrome’s
NodeType
enum.