openalex 0.2.2

A rust module to to access metadata from openalex.org
Documentation
1
2
3
pub use crate::error::Error;

pub type Result<T> = core::result::Result<T, Error>;