File tree Expand file tree Collapse file tree 8 files changed +22
-177
lines changed Expand file tree Collapse file tree 8 files changed +22
-177
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ edition = "2021"
5
5
description = " Highways dataset for routrs, the geograph-based shortest distance calculator for Rust"
6
6
license = " MIT"
7
7
repository = " https://github.com/deepbludev/routrs"
8
- documentation = " https://github.com/deepbludev/routrs"
8
+ keywords = [" pathfinding" , " routing" ]
9
+ categories = [" algorithms" , " science::geo" ]
9
10
10
11
[dependencies ]
11
12
flate2 = " 1.0.28"
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ edition = "2021"
5
5
description = " Maritime dataset for routrs, the geograph-based shortest distance calculator for Rust"
6
6
license = " MIT"
7
7
repository = " https://github.com/deepbludev/routrs"
8
- documentation = " https://github.com/deepbludev/routrs"
8
+ keywords = [" pathfinding" , " routing" ]
9
+ categories = [" algorithms" , " science::geo" ]
9
10
10
11
[dependencies ]
11
12
flate2 = " 1.0.28"
Original file line number Diff line number Diff line change 1
- # routrs_highways
2
- Highway extension for routrs, the Rust geograph-based shortest distance calculator
1
+ # routrs_maritime
2
+ Maritime dataset for routrs, the geograph-based shortest distance calculator for Rust.
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ edition = "2021"
5
5
description = " Railways dataset for routrs, the geograph-based shortest distance calculator for Rust"
6
6
license = " MIT"
7
7
repository = " https://github.com/deepbludev/routrs"
8
- documentation = " https://github.com/deepbludev/routrs"
8
+ keywords = [" pathfinding" , " routing" ]
9
+ categories = [" algorithms" , " science::geo" ]
9
10
10
11
[dependencies ]
11
12
flate2 = " 1.0.28"
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ edition = "2021"
5
5
description = " Examples for routrs"
6
6
license = " MIT"
7
7
repository = " https://github.com/deepbludev/routrs"
8
- documentation = " https://github.com/deepbludev/routrs"
9
8
10
9
[dependencies ]
11
10
routrs = { version = " 2.0.0" , path = " ../lib" , features = [" all" ] }
Original file line number Diff line number Diff line change 1
- # routrs_highways
2
- Highway extension for routrs, the Rust geograph-based shortest distance calculator
1
+ # routrs_examples
2
+
3
+ Examples for routrs.
4
+
5
+ To run the examples:
6
+ ``` bash
7
+ cargo run -p routrs_examples --bin maritime
8
+ cargo run -p routrs_examples --bin highways
9
+ cargo run -p routrs_examples --bin railways
10
+ cargo run -p routrs_examples --bin concurrency
11
+ ```
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ edition = "2021"
5
5
description = " Geograph-based shortest distance calculation for Rust"
6
6
license = " MIT"
7
7
repository = " https://github.com/deepbludev/routrs"
8
- documentation = " https://github.com/deepbludev/routrs"
9
-
8
+ readme = " ../README.md"
9
+ keywords = [" pathfinding" , " routing" ]
10
+ categories = [" algorithms" , " science::geo" ]
10
11
11
12
[features ]
12
13
default = [" core" ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments