Skip to main content

Crate euv_docs

Crate euv_docs 

Source
Expand description

euv-docs — a VuePress-style documentation site powered by euv + euv-ui.

Markdown sources live in docs/; build.rs compiles them into the DocsSite static consumed here at runtime.

Structs§

Rc
A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.
RefCell
A mutable memory location with dynamically checked borrow rules

Traits§

Debug
? formatting.

Functions§

main
WASM entry point: injects global styles and mounts the app.

Derive Macros§

Debug
Derive macro generating an impl of the trait Debug.