Docs.rs
rerun-0.28.1
rerun 0.28.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
emilk
rerunio
Dependencies
ahash ^0.8
normal
anyhow ^1.0
normal
arrow ^56.1
normal
camino ^1.2
normal
cfg-if ^1.0
normal
crossbeam ^0.8.0
normal
document-features ^0.2.11
normal
env_filter ^0.1.3
normal
optional
indexmap ^2.11
normal
indicatif ^0.18.0
normal
itertools ^0.14.0
normal
log ^0.4.28
normal
optional
re_analytics ^0.28.1
normal
optional
re_arrow_util ^0.28.1
normal
re_auth ^0.28.1
normal
optional
re_build_info ^0.28.1
normal
re_byte_size ^0.28.1
normal
re_capabilities ^0.28.1
normal
re_chunk ^0.28.1
normal
re_chunk_store ^0.28.1
normal
optional
re_crash_handler ^0.28.1
normal
optional
re_data_source ^0.28.1
normal
optional
re_dataframe ^0.28.1
normal
optional
re_entity_db ^0.28.1
normal
re_error ^0.28.1
normal
re_format ^0.28.1
normal
re_grpc_server ^0.28.1
normal
optional
re_log ^0.28.1
normal
re_log_channel ^0.28.1
normal
re_log_encoding ^0.28.1
normal
re_log_types ^0.28.1
normal
re_mcap ^0.28.1
normal
optional
re_memory ^0.28.1
normal
re_protos ^0.28.1
normal
re_redap_client ^0.28.1
normal
re_sdk ^0.28.1
normal
optional
re_sdk_types ^0.28.1
normal
optional
re_server ^0.28.1
normal
optional
re_sorbet ^0.28.1
normal
re_tracing ^0.28.1
normal
re_uri ^0.28.1
normal
re_video ^0.28.1
normal
re_viewer ^0.28.1
normal
optional
re_web_viewer_server ^0.28.1
normal
optional
similar-asserts ^1.7.0
normal
tokio ^1.47.1
normal
re_build_tools ^0.28.1
build
clap ^4.5
normal
optional
jiff ^0.2.15
normal
optional
puffin ^0.19.1
normal
rayon ^1.11
normal
re_perf_telemetry ^0.28.1
normal
optional
unindent ^0.2.4
normal
optional
url ^2.5
normal
optional
Versions
100%
of the crate is documented
Platform
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
WasmNotSendSync
rerun
0.28.1
Wasm
NotSend
Sync
Implementors
In rerun::
external::
eframe::
egui_
wgpu::
wgpu
rerun
::
external
::
eframe
::
egui_wgpu
::
wgpu
Trait
Wasm
NotSend
Sync
Copy item path
Source
pub trait WasmNotSendSync:
WasmNotSend
+
WasmNotSync
{ }
Implementors
§
Source
§
impl<T>
WasmNotSendSync
for T
where T:
WasmNotSend
+
WasmNotSync
,