Docs.rs
beet_rsx-0.0.7
beet_rsx 0.0.7
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
mrchantey
Dependencies
beet_core ^0.0.7
normal
beet_dom ^0.0.7
normal
beet_rsx_macros ^0.0.7
normal
bevy ^0.17.0
normal
extend ^1
normal
flume ^0.11
normal
http ^1
normal
prettyplease ^0.2
normal
rapidhash ^1
normal
ron ^0.8
normal
optional
send_wrapper ^0.6
normal
serde ^1
normal
optional
strum ^0.26
normal
strum_macros ^0.26
normal
thiserror ^1
normal
beet_core ^0.0.7
dev
serde ^1
dev
sweet ^0.4.2
dev
tokio ^1
dev
console_error_panic_hook ^0.1
normal
console_log ^1
normal
js-sys ^0.3
normal
wasm-bindgen ^0.2
normal
wasm-bindgen-futures ^0.4
normal
web-sys ^0.3
normal
Versions
9.57%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Crate beet_rsx
beet_
rsx
0.0.7
All Items
Crate Items
Modules
Macros
Attribute Macros
Derive Macros
Crate
beet_
rsx
Copy item path
Source
Expand description
Modules
§
apply_
snippets
exports
prelude
reactivity
templating
Macros
§
rsx
Parse [
rsmtl
] tokens into a [
Bundle
].
rsx_
combinator
used for testing, create combinator instance from a string literal
rsx_
combinator_
tokens
used for testing, create combinator tokens from a string literal
rsx_
tokens
used for testing, this macro expands to a tokens respresentation of a bundle
Attribute Macros
§
template
Mark a function as a template function. This creates a struct of the same name, passing all prop attributes to the fields.
Derive Macros
§
Attribute
Block
Types that can be used as an attribute block, where each field is applied as
Attributes
of the entity. Use [
#[field(flatten)]
] for the key to be discarded, and the value to be applied by calling
into_bundle
. This allows for a nested
AttributeBlock
.
Buildable
Allow a struct to be included as a
#[field(flatten)]
of another struct
Props
Adds a builder pattern to a struct enabling construction as an rsx component