This website requires JavaScript.
Explore
Help
Sign in
kemitix
/
podal
Watch
1
Star
0
Fork
You've already forked podal
0
Code
Issues
5
Pull requests
Releases
1
Packages
Activity
Actions
4f7b5d4590
podal
/
src
/
history
/
mod.rs
8 lines
99 B
Rust
Raw
Normal View
History
Unescape
Escape
extract history::add
2023-07-25 10:55:02 +01:00
mod
add
;
extract history::find
2023-07-25 10:53:26 +01:00
mod
find
;
provide history find/add and fetch download as parameters to main
2023-07-25 14:56:59 +01:00
pub
use
add
::
add
;
pub
use
find
::
find
;
i5-add-tests (part 3) (#9) Reviewed-on: https://git.kemitix.net/kemitix/podal/pulls/9 Co-authored-by: Paul Campbell <pcampbell@kemitix.net> Co-committed-by: Paul Campbell <pcampbell@kemitix.net>
2023-07-29 20:36:03 +01:00
pub
type
Link
=
atom_syndication
::
Link
;
Reference in a new issue
Copy permalink