Docs.rs
maple_renderer-0.3.0
maple_renderer 0.3.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
ToothlessBrush
Dependencies
anyhow ^1.0.98
normal
bitflags ^2.9.1
normal
bytemuck ^1.23.2
normal
env_logger ^0.11.8
normal
image ^0.25.6
normal
log ^0.4.27
normal
maple_engine ^0.3.0
normal
parking_lot ^0.12.4
normal
pollster ^0.4.0
normal
raw-window-handle ^0.6.2
normal
rayon ^1.11.0
normal
thiserror ^2.0.16
normal
wgpu ^26.0.1
normal
console_error_panic_hook ^0.1.6
normal
console_log ^1.0
normal
wasm-bindgen ^0.2
normal
wasm-bindgen-futures ^0.4.30
normal
web-sys ^0.3
normal
wgpu ^26.0.1
normal
Versions
19.13%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
SendSync
maple_
renderer
0.3.0
Send
Sync
Implementors
In maple_
renderer::
platform
maple_renderer
::
platform
Trait
Send
Sync
Copy item path
Source
pub trait SendSync:
Send
+
Sync
{ }
Implementors
§
Source
§
impl<T:
Send
+
Sync
+ ?
Sized
>
SendSync
for T
Available on
non-WebAssembly
only.