https://github.com/vectorijk/rust-eve
EVEonline Character Sniffer
https://github.com/vectorijk/rust-eve
eve-online rust
Last synced: about 1 month ago
JSON representation
EVEonline Character Sniffer
- Host: GitHub
- URL: https://github.com/vectorijk/rust-eve
- Owner: vectorijk
- License: mit
- Created: 2018-05-28T07:13:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T15:00:40.000Z (over 7 years ago)
- Last Synced: 2025-06-11T18:07:32.553Z (5 months ago)
- Topics: eve-online, rust
- Language: Rust
- Homepage:
- Size: 429 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust EVEonline Character Sniffer
Copyright © 2018 Kai Jiang
### Intro
This is a tool for the EVEonline recruitment. It is easy to view / share all of your ESI data.
The idea is inspired by [ESI Knife](https://esi.a-t.al/)
The project is implemented by [Rust](www.rust-lang.org) and Rocket (A web framework for Rust. https://rocket.rs). Based on web service,
this project can be also feasible extended to a Rust API client library.
### Building
build on rust nightly version
`rustup default nightly`
`rustup override set nightly-2018-05-15`
`cargo run --package rust-eve --bin rust-eve`
### Testing
unit tests are in `src/tests.rs`
run `cargo test`
### Documentation
Detail document by rust doc generator
`cargo doc`
open `target/doc/rust_eve/index.html`
See `docs/vision.md` for a roadmap and status.
### License
This program is licensed under the "MIT License". Please see the file LICENSE in the source distribution of this software for license terms.
### Contact
email: jiangkai@gmail.com
### screenshots
[pic1](screenshot/Screen%20Shot%202018-06-12%20at%2007.45.32.png)
[pic2](screenshot/Screen%20Shot%202018-06-12%20at%2007.45.44.png)