Docs.rs
py_pathfinding-0.1.5
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
py_pathfinding 0.1.5
A* and Jump-Point-Search algorithms using ndarray which makes them easy to use via pyo3 in Python.
Crate
Source
Builds
Feature flags
Documentation
Coverage
41.18%
7
out of
17
items documented
0
out of
13
items with examples
Size
Source code size: 45.47 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 2.74 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
Repository
crates.io
Dependencies
fnv ^1.0.6
normal
ndarray ^0.13
normal
Versions
0.1.5
(2020-01-30)
0.1.4
(2020-01-30)
0.1.3
(2020-01-29)
0.1.2
(2020-01-29)
0.1.1
(2020-01-29)
0.1.0
(2020-01-20)
Owners
Pathfinding Algorithms
A* and Jump-Point-Search algorithms using ndarray which makes them easy to use via pyo3 in Python.