This website requires JavaScript.
Explore
Help
Sign In
thallada
/
crawlnicle
Watch
1
Star
0
Fork
0
You've already forked crawlnicle
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
a67ffbbbed
crawlnicle
/
src
/
lib.rs
6 lines
81 B
Rust
Raw
Normal View
History
Unescape
Escape
Create cli binary Just has `add-feed` command so far.
2023-05-09 04:08:55 +00:00
pub
mod
error
;
pub
mod
handlers
;
Add very basic crawl job Loops through feeds and adds items from each feed.
2023-05-10 03:46:42 +00:00
pub
mod
jobs
;
Create cli binary Just has `add-feed` command so far.
2023-05-09 04:08:55 +00:00
pub
mod
models
;
Add header partial
2023-06-01 04:59:39 +00:00
pub
mod
partials
;
Reference in New Issue
Copy Permalink