Docs.rs
librashader-runtime-0.8.1
librashader-runtime 0.8.1
Permalink
Docs.rs crate page
MPL-2.0
OR
GPL-3.0-only
Links
Repository
crates.io
Source
Owners
chyyran
Dependencies
arc-swap ^1.7.1
normal
array-concat ^0.5.2
normal
bytemuck ^1.12.3
normal
image ^0.25.2
normal
librashader-common ^0.8.1
normal
librashader-pack ^0.8.1
normal
librashader-preprocess ^0.8.1
normal
librashader-presets ^0.8.1
normal
librashader-reflect ^0.8.1
normal
num-traits ^0.2.15
normal
Versions
90.85%
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
librashader_
runtime
0.8.1
Module ringbuffer
Module Items
Structs
Traits
In crate librashader_
runtime
librashader_runtime
Module
ringbuffer
Copy item path
Source
Expand description
Ringbuffer helpers
Structs
§
BoxRing
Buffer
A ring buffer that stores its contents in a box
Inline
Ring
Buffer
A ring buffer that stores its contents inline.
Traits
§
Ring
Buffer
General trait for ring buffers.