stringtape 0.1.0

A tape class for strings arrays compatible with Apache Arrow
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "stringtape"
version = "0.1.0"
edition = "2021"
description = "A tape class for strings arrays compatible with Apache Arrow"
license = "Apache-2.0"
keywords = ["arrow", "strings", "no-std", "tape", "storage"]
categories = ["data-structures", "no-std"]

[lib]
path = "stringtape.rs"

[features]
default = ["std"]
std = []