Docs.rs
poulpy-core-0.3.1
poulpy-core 0.3.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Janmajayamall
Pro7ech
Dependencies
byteorder ^1.5.0
normal
criterion ^0.7.0
normal
itertools ^0.14.0
normal
once_cell ^1.21.3
normal
poulpy-backend ^0.3.1
normal
poulpy-hal ^0.3.1
normal
rug ^1.27
normal
Versions
0.66%
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
LWECompressedToRef
poulpy_
core
0.3.1
LWECompressed
ToRef
Required Methods
to_ref
Implementors
In poulpy_
core::
layouts::
compressed
poulpy_core
::
layouts
::
compressed
Trait
LWECompressed
ToRef
Copy item path
Source
pub trait LWECompressedToRef { // Required method fn
to_ref
(&self) ->
LWECompressed
<&[
u8
]>; }
Required Methods
§
Source
fn
to_ref
(&self) ->
LWECompressed
<&[
u8
]>
Implementors
§
Source
§
impl<D:
DataRef
>
LWECompressedToRef
for
LWECompressed
<D>