docs.rs failed to build kodik-parser-1.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
kodik-parser-2.1.0
kodik-parser
A Rust library for getting direct links to files from Kodik.
Features
-
User-Agent substitution,
-
Search and caching of the current API endpoint,
-
Link decoding.
Usage
Async-impl
Example
[dependencies.kodik-parser]
features = ["async-impl"]
use Client;
use async_impl;
async
Blocking
Example
[dependencies.kodik-parser]
features = ["blocking"]
use Agent;
use blocking;