Skip to content

kinboy56/aidoku-rs

 
 

Repository files navigation

Aidoku Rust Source API

This repo contains the following crates:

  • aidoku: A wrapper for Aidoku source libraries.
  • aidoku-cli: A command-line utility for Aidoku source development and testing.
  • aidoku-test: A crate that allows for exposing tests to aidoku-test-runner.
  • aidoku-test-runner: A tool for running tests on Aidoku sources via a custom source runner.

Aidoku Source Development

To get started with Aidoku source development, you'll need two things: Rust and aidoku-cli.

If you don't have Rust installed, follow the instructions at rustup.rs. For aidoku-cli, run the following command after installing Rust:

cargo install --git https://github.com/Aidoku/aidoku-rs aidoku-cli

Then, create a new source project by running aidoku init.

For a more detailed guide, check out the source development book.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 99.8%
  • HTML 0.2%