paper-gap 0.3.1

Local CLI for finding research papers with missing, weak, or stale public code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod analyse;
pub mod arxiv;
pub mod error;
pub mod openalex;
pub mod paper;
pub mod provider;
pub mod pwc;
pub mod report;
pub mod repos;
pub mod sources;

pub use error::{Error, Result, err};