#data #utilities #favorite #bilibili #sets #fav

fav_utils

Fav's utils crate; A collection of utilities and data structures for the fav project

13 releases

new 0.0.4 May 16, 2024
0.0.3 May 5, 2024
0.0.2 Apr 25, 2024
0.0.1 Mar 4, 2024
0.0.1-beta4 Feb 24, 2024

#634 in Data structures

Download history 308/week @ 2024-02-12 441/week @ 2024-02-19 57/week @ 2024-02-26 161/week @ 2024-03-04 8/week @ 2024-03-11 66/week @ 2024-04-01 114/week @ 2024-04-22 105/week @ 2024-04-29 46/week @ 2024-05-06

265 downloads per month
Used in fav_cli

MIT license

79KB
1.5K SLoC

This utils is an example for fav_core.

fav_core

fav_core provides the core traits needed to create an app, which fetch your remote favorite sets(lists), and pull tracked resources to local.

fav_utils

fav_utils provides the utilities for fav_cli, which now only support bilibili(Like Chinese Youtube).

I really want to support more websites, and make utils and cli more generic to use, but I don't have enough time to do that. So if you like, you can make use of fav_core to create your own app!!!

All you need is to define data structures with protobuf like this example.

And impl traits in fav_core like Res, Set, Sets, Status, Attr to defined resources, and AuthOps, SetOps, SetsOps to operate resources.

After that, many Ext method will be available for you to use, helping you batchly operating resource, getting subset of resource, and so on.

Examples can be find here

Dependencies

~14–32MB
~481K SLoC