articles_rs/
lib.rs

1
2
3
4
mod articles;
mod postgres_repository;

pub use articles::*;