nipaw_core 1.9.4

一个git平台的api封装库,core实现
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod commit;
pub mod issue;
pub mod release;
pub mod repo;

fn default_per_page() -> Option<u32> {
	Some(30)
}

fn default_page() -> Option<u32> {
	Some(1)
}