Docs.rs
deepbiop-utils-0.1.16
deepbiop-utils 0.1.16
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cauliyang
Dependencies
ahash ^0.8.12
normal
anyhow ^1.0
normal
arrow ^57.0
normal
bstr ^1.12.1
normal
colored ^3.0
normal
derive_builder ^0.20
normal
flate2 ^1.1.5
normal
lexical ^7.0
normal
log ^0.4
normal
needletail ^0.5
normal
noodles ^0.101.0
normal
parquet ^57.0
normal
pyo3 ^0.27.1
normal
pyo3-stub-gen ^0.17.0
normal
rayon ^1.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
tempfile ^3.23
normal
textwrap ^0.16
normal
Versions
27.17%
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
Files
deepbiop_utils/
interval.rs
1
mod
genomics;
2
mod
op;
3
mod
traits;
4
5
pub use
genomics::
*
;
6
pub use
op::
*
;
7
pub use
traits::
*
;