Registry / other / gfa
library0.10.1rscratesunverified

Library for working with graphs in the GFA (Graphical Fragment Assembly) format.

# Cargo.toml [dependencies] gfa = "0.10.1"
INSTALL
IMPORT
SIG · GFA
G
gfa
otherrustv0.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Graph
use gfa::Graph;

Creates a new GFA graph.

use gfa::Graph; fn main() { let graph = Graph::new(); println!("Graph created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gfa — cargo add gfa · libregistry