open_read_later 1.1.1

An implementation of and CLI for the Open Read-Later list specification
Documentation
1
2
3
4
5
6
7
8
#[macro_use]
extern crate serde_derive;
extern crate serde;
#[macro_use]
extern crate lazy_static;
extern crate regex;

pub mod read_later_list;