Commit graph

42 commits

Author SHA1 Message Date
askiiart
249f82196b
Add version shield 2024-12-15 23:56:47 -06:00
askiiart
fcef148285
clean up code and make to_parameters use AsRef<str>
Co-authored-by: confused-ace-noises <confused-ace-noises@users.noreply.github.com>
2024-12-05 13:11:52 -06:00
askiiart
62822233bf
fix crate categories 2024-12-05 09:51:32 -06:00
askiiart
5356632bf2
exclude dev-notes.md from the crate 2024-12-02 20:01:47 -06:00
askiiart
d22bbf0764
add more cargo stuffs 2024-12-02 19:59:29 -06:00
askiiart
4df2f252b2
format 2024-12-02 19:42:27 -06:00
askiiart
6c8ee376d9
add examples for all the data structs, and other minor doc improvements 2024-12-02 19:41:57 -06:00
askiiart
21bf5f165a
remove unnecessary/unused old tests and stuff 2024-12-02 19:17:37 -06:00
askiiart
602c69ef19
docs: improve run() docs 2024-12-02 10:06:44 -06:00
askiiart
45679ec98a
docs: fix missing thing 2024-12-02 10:04:20 -06:00
askiiart
0a6ffe6755
fix SearchParameters fields being private 2024-12-02 10:02:46 -06:00
askiiart
ff413f7347
fix minor doc issues 2024-12-02 10:00:04 -06:00
askiiart
057dd7574c
hugely improve docs, including adding tutorial page and improving accuracy to reflect changes 2024-12-02 00:18:52 -06:00
askiiart
3e37af540e
clean up docs a bit, and remove InternalSearchParameters as it was unneeded 2024-12-01 23:06:16 -06:00
askiiart
e4de416464
might as well clean this up slightly 2024-12-01 22:55:41 -06:00
askiiart
8a73d3d9cb
make api only visible to the crate 2024-12-01 22:44:35 -06:00
askiiart
9c07f11123
should be public 2024-12-01 22:43:09 -06:00
askiiart
63e0143b8d
fix incomplete sentence 2024-12-01 22:42:34 -06:00
askiiart
bbdaf28c50
publish implementation docs 2024-12-01 22:38:32 -06:00
askiiart
8c15ac8a0e
add fix for limit if negative 2024-12-01 22:37:59 -06:00
askiiart
01c9984d99
switch from static mut config to using Rocket's State 2024-12-01 22:00:19 -06:00
askiiart
f2b559ab5f
async it 2024-12-01 18:51:35 -06:00
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