Skip to content

Commit

Permalink
🚀 Publish 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rster2002 committed May 5, 2024
1 parent 67a8ab3 commit 92fcb93
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion ed-journals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
name = "ed-journals"
description = "Provides models for representing and parsing elite dangerous journal files"
repository = "https://github.com/rster2002/ed-logs"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
keywords = ["elite-dangrous", "elite-journal"]
readme = "readme.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
21 changes: 21 additions & 0 deletions ed-journals/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# ED Journals

> **Warn** this project is currently in pre-release versions, which means that it is very much work in progress. Breaking
> changes are likely to happen.
Work in progress parsing and utilities for working with journal files from Elite Dangerous, with specific emphasis on
creating structs and enums to make working with journal entries a lot easier and predictable.

## Features and plans

This is a list of some of the current features and some of the features I really want to have added before a 1.0
release.

- [x] Models for journal directory and files.
- [x] Journal reader to read entries from journal files.
- [x] Serde models for journal entries.
- [ ] Parsing dynamic files like `Market.json`, `Status.json` etc.
- [ ] Async variants of models, especially the `JournalReader`.
- [ ] Automatic journal detection based on platform etc.
- [ ] Exobiology utilities for things like predicting available species based on planet scan etc.
- [ ] Exploration utilities for pointing out special or unusual discoveries.

0 comments on commit 92fcb93

Please sign in to comment.