ncbi

Crates.ioncbi
lib.rsncbi
version0.2.0-beta
sourcesrc
created_at2023-06-12 00:49:19.430629
updated_at2023-07-15 15:23:05.569263
descriptionRust data structures for NCBI APIs
homepage
repositoryhttps://github.com/PoorRican/ncbi-rs/
max_upload_size
id887648
size2,046,611
Josue Figueroa (PoorRican)

documentation

README

Overview

This is an unofficial library which aims to provide a unified data structures for handling NCBI data. The goal is to model NCBI spec's as close as possible to allow for both submission and parsing.

Currently, the only specification that's been implemented is the NCBI ASN.1 biological sequence data format, and seems to be the first non-official, publicly available implementation of this spec.

License

Because the government license is fairly permissive, the project is licensed under the GNU Public License v3

Commit count: 100

cargo fmt