Thanks to visit codestin.com
Credit goes to lib.rs

Adding noodles_bgzf library as a dependency

Run this command in a terminal, in your project's directory:

cargo add noodles-bgzf

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

noodles-bgzf = "0.47.0"

The noodles_bgzf library will be automatically available globally. Read the noodles_bgzf library documentation.

Back to the crate overview.