Docs.rs
gpwgpu_core-0.2.0
gpwgpu_core 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
amfaber
Dependencies
bincode ^1.3.3
normal
bytemuck ^1.12.1
normal
nom ^7.1.3
normal
nom-supreme ^0.8.0
normal
once_cell ^1.18.0
normal
pollster ^0.3.0
normal
quote ^1.0.28
normal
regex ^1.7.1
normal
serde ^1.0.169
normal
slow_primes ^0.1.14
normal
syn ^2.0.33
normal
thiserror ^1.0.38
normal
wgpu ^23
normal
pollster ^0.3.0
dev
Versions
3.73%
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
gpwgpu_
core
0.2.0
In gpwgpu_
core::
parser
gpwgpu_core
::
parser
Function
parse_token_expr
Copy item path
Source
pub fn parse_token_expr(input: &
str
) ->
IResult
<&
str
,
Token
<'_>,
NomError
<'_>>