Crate ring_api

Source
Expand description

This library provides a convenient interface to the RING webservice, a software for computing protein interaction networks.

Re-exports§

pub use client::*;
pub use error::*;
pub use requests::*;
pub use settings::*;
pub use job::*;

Modules§

client
A RING HTTP API client.
error
Errors that might occur while using the RING API.
job
Types for manipulating jobs.
multipart
Serialize a value into a request multipart Form.
requests
Interface to various endpoints of the RING HTTP API.
settings
Parameters for submitting a job.