meshgridrs 0.1.0

Partial implementation of numpy's meshgrid function for ndarray.
Documentation

meshgridrs

Currently, ndarray doesn't have a built-in meshgrid method.

There exists a meshgrid crate, but it only works with i32 types.

This is a meshgrid function that should work over generic types.

My hope is that eventually ndarray incorporates this, or it's own particular version.

SPDX-License-Identifier: LicenseRef-MIT