Docs.rs
  • game_pathfinding-0.1.3
    • game_pathfinding 0.1.3
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • moulo19821
    • Dependencies
      • async-trait ^0.1 normal
      • async_once ^0.2 normal
      • chrono ^0.4 normal
      • lazy_static ^1.4 normal
      • rayon ^1.9 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^1.0 normal
      • tokio ^1.36 normal
      • criterion ^0.5.1 dev
    • Versions
    • 0% of the crate is documented
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

pathfinding0.1.3

Crate Items

  • Macros
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • CPoint
  • CPointArray
  • astar::AStar
  • astar::Recast
  • id::id_generator::IdGenerator
  • id::instance_id::InstanceIdStruct
  • map::CloseList
  • map::MapManager
  • map::Point
  • map::PointPool

Enums

  • errors::my_errors::MyError

Traits

  • map::Map

Macros

  • vec2d

Functions

  • find_path
  • free_path
  • get_tokio_runtime
  • init_runtime
  • init_tokio_runtime
  • load_map
  • load_map_from_string
  • set_walkable

Type Aliases

  • errors::my_errors::RetErr
  • errors::my_errors::RetResult
  • id::instance_id::InstanceIdType
  • map::IndexType
  • map::MapType

Constants

  • id::id_generator::MAX_VALUE_U64