Commit graph

20 commits

Author SHA1 Message Date
askiiart
546e4944b4
complete all search functions 2024-12-01 12:31:43 -06:00
askiiart
492579035d
switch to single search function 2024-11-30 21:08:40 -06:00
askiiart
286262372a
remove unused import 2024-11-30 20:33:49 -06:00
askiiart
162f03fced
switch from rs to rust to work properly with cargo doc 2024-11-30 01:15:34 -06:00
askiiart
cf7a3b7d53
update README 2024-11-30 01:15:05 -06:00
askiiart
ccac5b9842
finish implementing the capabilities (caps) api endpoint 2024-11-30 01:12:37 -06:00
askiiart
8ad7ba87ac
figure out a bunch of weird stuff and doc it, add struct to hold torrent info 2024-11-29 15:49:33 -06:00
askiiart
666ea1fd43
DRY and code cleanup for api.rs 2024-11-28 23:09:32 -06:00
askiiart
c1483ab210
fix limit panicking in search() if config is specified 2024-11-27 23:41:31 -06:00
askiiart
bf0c84f126
misc improvements, improve documentation, switch numeric IDs to ints, and add search() stub 2024-11-27 21:49:15 -06:00
askiiart
6fb454fcea
func should't be public
(doesn't matter since the module itself isn't public, though)
2024-11-27 10:41:29 -06:00
askiiart
de4c12b0a1
update README 2024-11-27 10:38:12 -06:00
askiiart
12e3ca8402
make config public only to the crate, and make caps() code more readable 2024-11-26 23:48:13 -06:00
askiiart
007a26974f
improve tests and docs 2024-11-26 23:36:06 -06:00
askiiart
85a876b221
improve and move around tests, make the API part of it function 2024-11-25 22:23:05 -06:00
askiiart
1beab57613
fix CONFIG == None not working 2024-11-25 10:20:29 -06:00
askiiart
52a8c48825
- update function signatures
- add tests (doesn't verify anything, but useful to manually test something/run bits)
- improve documentation
2024-11-24 23:09:31 -06:00
askiiart
cdb0a82181
set up layout for the module
Co-authored-by: confused-ace-noises <confused-ace-noises@users.noreply.github.com>
2024-11-23 18:39:48 -06:00
askiiart
4a7dc28893
fix torznab.github.io url in readme 2024-11-22 10:45:08 -06:00
askiiart
493d019352
Initial commit 2024-11-21 13:19:57 -06:00