line_of_sight 0.2.1

A crate for finding the line of sight on a 2D grid.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Kamil Dydo <dydokamil@icloud.com>"]
description = "A crate for finding the line of sight on a 2D grid."
edition = "2021"
homepage = "https://crates.io/crates/line_of_sight"
license = "MIT OR Apache-2.0"
name = "line_of_sight"
repository = "https://github.com/dydokamil/rust_line_of_sight"
resolver = "2"
version = "0.2.1"