openrouter 0.2.0

A library to interact with the OpenRouter API.
Documentation
1
2
3
4
5
6
7
8
rustfmt:
  stage: lint
  only:
    - pushes
  script:
    - rustup component add rustfmt
    - cargo fmt -- --check
  needs: []