Skip to content

Commit

Permalink
chore: add documentation links [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik committed Oct 4, 2020
1 parent 7408e37 commit 0624dbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ authors = ["Michele Lacchia <michelelacchia@gmail.com>"]
edition = "2018"
license = "ISC"

readme = "README.md"
description = "A fast limit order book (LOB)"
documentation = "https://docs.rs/lobster"
homepage = "https://github.com/rubik/lobster"
repository = "https://github.com/rubik/lobster"
keywords = ["orderbook", "order", "limit", "hft"]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ quantities are represented as unsigned 64-bit integers. If the traded
instrument supports fractional prices and quantities, the conversion needs to
be handled by the user. At this time, Lobster does not support negative prices.

More information can be found in the [documentation](https://docs.rs/lobster).

# Quantcup
The winning quantcup submission is at the moment about 11x faster than Lobster.
While Lobster can surely be improved significantly, some design choices
Expand Down

0 comments on commit 0624dbe

Please sign in to comment.