unitycatalog 0.0.1

Native Delta Lake implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Qingping Hou <dave2008713@gmail.com>"]
description = "Native Delta Lake implementation in Rust"
documentation = "https://docs.rs/deltalake"
edition = "2021"
homepage = "https://github.com/delta-io/delta.rs"
keywords = ["deltalake", "delta", "datalake"]
license = "Apache-2.0"
name = "unitycatalog"
readme = "README.md"
repository = "https://github.com/delta-io/delta.rs"
rust-version = "1.75"
version = "0.0.1"