Docs.rs
statevec-model-0.1.0
statevec-model 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
jackyzjump
Dependencies
serde ^1
normal
serde_json ^1
normal
smallvec ^1
normal
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
Skip to main content
write_u8
statevec_
model
0.1.0
In statevec_
model::
model
statevec_model
::
model
Function
write_
u8
Copy item path
Source
pub fn write_u8(buf: &mut [
u8
], offset:
usize
, v:
u8
)
Expand description
Writes a
u8
into a fixed-layout buffer.