Crates.io | abv |
lib.rs | abv |
version | 0.2.1 |
source | src |
created_at | 2022-10-29 15:39:25.82329 |
updated_at | 2023-08-22 14:18:08.830764 |
description | AV and BV convert functions for Bilibili videos. |
homepage | https://github.com/Colerar/abv |
repository | https://github.com/Colerar/abv |
max_upload_size | |
id | 701079 |
size | 15,553 |
AV and BV convert functions for Bilibili videos.
Unlike other libraries, numbers up to 2251799813685248
are supported.
bv2av("BV1B8Ziyo7s2").unwrap(); // 1145141919810
av2bv(11451419180).unwrap(); // "BV1gA4v1m7BV"
Licensed under either of
at your option.