rfesi 0.9.0

Rust API for EVE Online's ESI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
default:
  cargo check

test:
  cargo test

alias t := test

docs:
  cargo doc --no-deps
  miniserve target/doc

clippy:
  docker run -ti --rm -v `pwd`:/srv rustlang/rust:nightly bash -c "cd /srv && cargo clippy"