Docs.rs
pi_path_finding-0.6.4
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
pi_path_finding 0.6.4
A* Path Finding Algorithm
Crate
Source
Builds
Feature flags
Documentation
Coverage
28.99%
49
out of
169
items documented
0
out of
94
items with examples
Size
Source code size: 221.69 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 19.29 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
GaiaWorld/pi_path_finding
0
1
1
crates.io
Dependencies
bitvec ^1.0
normal
bytemuck ^1.13
normal
js-sys ^0.3
normal
nalgebra ^0.32
normal
num-derive ^0.4
normal
num-traits ^0.2
normal
pi_null ^0.1
normal
serde ^1.0
normal
serde-wasm-bindgen ^0.5
normal
wasm-bindgen ^0.2
normal
pcg_rand ^0.13
dev
rand_core ^0.6
dev
raqote ^0.8
dev
Versions
0.6.4
(2025-04-08)
0.6.3
(2023-10-07)
0.6.2
(2023-07-11)
0.6.1
(2023-07-11)
0.6.0
(2023-07-11)
0.5.7
(2023-07-06)
0.5.6
(2023-05-20)
0.5.4
(2023-05-20)
0.5.3
(2023-05-17)
0.5.2
(2023-05-16)
0.5.1
(2023-05-15)
0.5.0
(2023-05-13)
0.4.7
(2023-05-10)
0.4.6
(2023-05-09)
0.4.5
(2023-05-09)
0.4.4
(2023-05-09)
0.4.2
(2023-05-09)
0.4.0
(2023-05-08)
0.3.7
(2023-05-05)
0.3.6
(2023-04-28)
0.3.5
(2023-04-28)
0.3.4
(2023-04-28)
0.3.3
(2023-04-24)
0.3.2
(2023-04-21)
0.3.1
(2023-04-21)
0.3.0
(2023-04-20)
0.2.3
(2022-08-30)
0.2.2
(2022-08-17)
0.2.1
(2022-08-17)
0.1.0
(2022-03-30)
Owners
pi_path_finding
A* 寻路算法
finder 模块,A* 主体
tile_map 模块,实现了方格数据的A*寻路;
nav_mesh 模块,实现了 3维导航网格的A*寻路,包含路径拉直