vec-array 0.1.0

Embedded scripting for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[features]
default = []
no_std = []

[package]
authors = ["Stephen Chung"]
categories = ["data-structures", "no-std", "embedded"]
description = "Embedded scripting for Rust"
edition = "2018"
homepage = "https://github.com/schungx/vec-array"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["Vec", "array"]
license = "MIT OR Apache-2.0"
name = "vec-array"
readme = "README.md"
repository = "https://github.com/schungx/vec-array"
version = "0.1.0"