Docs.rs
sauron-native-0.1.0
sauron-native 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ivanceras
Dependencies
gio ^0.6.0
normal
optional
gtk ^0.6.0
normal
optional
itui ^0.7.0
normal
optional
sauron ^0.10.0
normal
optional
sauron_vdom ^0.10.0
normal
termion ^1.5
normal
optional
wasm-bindgen ^0.2.42
normal
optional
web-sys ^0.3.19
normal
optional
cfg-if ^0.1.7
dev
failure ^0.1
dev
rand ^0.6
dev
stderrlog ^0.4
dev
structopt ^0.2
dev
wasm-bindgen-test ^0.2.33
dev
Versions
2.78%
of the crate is documented
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
sauron_
native
0.1.0
All Items
Crate Items
Re-exports
Modules
Structs
Enums
Traits
Type Aliases
Crate
sauron_native
Copy item path
Source
Re-exports
§
pub use backend::
Backend
;
pub use widget::
Widget
;
Modules
§
backend
builder
event
util
widget
Structs
§
Callback
A generic sized representation of a function that can be attached to a Node. The callback will essentially be owned by the element
Program
Holds the app and the dom updater This is passed into the event listener and the dispatch program will be called after the event is triggered.
Enums
§
Event
A container for generic event and the common values needed for the user.
Value
Value is an abstraction of the values used in the actual backend. Html and gtk-rs have different set of compatible values therefore a need for a storage of these intermediate value is needed
Traits
§
Component
Type Aliases
§
Attribute
Element
Node
Patch