xarray 0.1.1

A Rust version of the XArray with copy-on-write capabilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.smallvec]
version = "1.13.2"

[features]
default = []
std = []

[package]
authors = ["Chengjun Chen <chenchengjun.ccj@antgroup.com>"]
description = "A Rust version of the XArray with copy-on-write capabilities"
edition = "2021"
license = "MPL-2.0"
name = "xarray"
readme = "README.md"
repository = "https://github.com/asterinas/xarray"
version = "0.1.1"