Docs.rs
sigalign-core-0.2.1
sigalign-core 0.2.1
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
baku4
Dependencies
ahash ^0.8.11
normal
bytemuck ^1.14.0
normal
capwriter ^0.2.0
normal
num ^0.4.0
normal
serde ^1.0.192
normal
serde_json ^1.0.108
normal
thiserror ^1.0.38
normal
Versions
25%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sigalign_
core
0.2.1
Sequence
Buffer
Required Methods
buffered_sequence
Implementors
In sigalign_
core::
reference
sigalign_core
::
reference
Trait
SequenceBuffer
Copy item path
Source
pub trait SequenceBuffer { // Required method fn
buffered_sequence
(&self) -> &[
u8
]
ⓘ
; }
Required Methods
§
Source
fn
buffered_sequence
(&self) -> &[
u8
]
ⓘ
Implementors
§