tangled
alpha
login
or
join now
vielle.dev
/
meview
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
meview
/
src
/
ingest
/
mod.rs
at
main
4 lines
91 B
view raw
wrap content
vielle.dev
rename ingest/ingest.rs to ingest/handler.rs to make clippy stfu
1mo ago
3a1ce8e0
1
pub
mod
handler
;
2
pub
mod
queue
;
3
pub
use
self
::
handler
::
ingest
;
4
pub
use
self
::
queue
::
queue
;