Docs.rs
bio-types-1.0.4
bio-types 1.0.4
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
johanneskoester
Dependencies
clap >=3.2.0
normal
optional
derive-new ^0.6
normal
lazy_static ^1.5
normal
petgraph >=0.5, <0.7
normal
optional
regex ^1.10
normal
serde ^1
normal
optional
strum_macros >=0.20, <0.27
normal
thiserror ^1
normal
Versions
56.97%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bio_
types
1.0.4
Sequence
Aliased type
In bio_
types::
sequence
Type Alias
bio_types
::
sequence
::
Sequence
Copy item path
source
·
[
−
]
pub type Sequence =
Vec
<
u8
>;
Expand description
A biological sequence
Aliased Type
§
struct Sequence {
/* private fields */
}