entrez-rs
entrez-rs copied to clipboard
A Rust wrapper around the Entrez API. Helps you access the Entrez API using idiomatic Rust. It also provides tools to parse the XML results from Entrez.
Results
2
entrez-rs issues
Sort by
recently updated
recently updated
newest added
You can access more than just one database via the NCBI. In my opinion, the following query cannot be mapped with this library: ``` #!/bin/sh esearch -db nuccore -query "Sclerotinia...
There are various, large DTDs with contents that may change overtime. The current method of using handwritten structs for parsing may not be maintainable. Instead, need to implement a DTD...