stringtape 0.1.0

A tape class for strings arrays compatible with Apache Arrow
Documentation
[features]
default = ["std"]
std = []

[lib]
name = "stringtape"
path = "stringtape.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "A tape class for strings arrays compatible with Apache Arrow"
edition = "2021"
keywords = ["arrow", "strings", "no-std", "tape", "storage"]
license = "Apache-2.0"
name = "stringtape"
readme = "README.md"
version = "0.1.0"