Crates.io | rline_api |
lib.rs | rline_api |
version | 1.0.0 |
source | src |
created_at | 2023-12-12 16:44:19.693568 |
updated_at | 2023-12-12 16:44:19.693568 |
description | rline public API to create, manipulate, and convert rows of data, making it easy to work with datasets |
homepage | https://punchplatform.com/ |
repository | |
max_upload_size | |
id | 1066604 |
size | 46,085 |
rline_api
is a Rust library for working with tabular data.
It provides functionality to create, manipulate, and convert rows of data, making it easy to work with datasets
in Rust applications.
rline_api
operations with the provided RlineError
type.Add this line to your Cargo.toml
file:
[dependencies]
rline_api = "1.0"
See our developer kit for here on GitHub. You will find custom node examples. See the nodes as data processing functions you can insert in your data processing pipelines. Learn more about how we deal with pipelines here.
You can read our latest blog posts about REEF and its use cases.