mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-18 23:20:58 +00:00
chore: make library
This commit is contained in:
parent
3ff907d6c1
commit
49ef59e000
4 changed files with 20 additions and 22 deletions
13
src/lib.rs
Normal file
13
src/lib.rs
Normal file
|
@ -0,0 +1,13 @@
|
|||
pub mod client;
|
||||
pub mod config;
|
||||
pub mod duplicates;
|
||||
pub mod instance_info;
|
||||
pub mod oauth;
|
||||
pub mod oauth_resources;
|
||||
pub mod post;
|
||||
pub mod search;
|
||||
pub mod server;
|
||||
pub mod settings;
|
||||
pub mod subreddit;
|
||||
pub mod user;
|
||||
pub mod utils;
|
Loading…
Add table
Add a link
Reference in a new issue