Docs.rs
delta-sharing-server-0.0.1
delta-sharing-server 0.0.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
tdikland
Dependencies
async-trait ^0.1.68
normal
aws-config ^0.55.3
normal
aws-sdk-dynamodb ^0.28.0
normal
aws-sdk-s3 ^0.28.0
normal
axum ^0.6.18
normal
axum-macros ^0.3.7
normal
base64 ^0.21.0
normal
bytes ^1.4.0
normal
chrono ^0.4.24
normal
deltalake ^0.12.0
normal
futures ^0.3.28
normal
futures-util ^0.3.28
normal
pin-project ^1.1.2
normal
serde ^1.0.162
normal
serde_json ^1.0.96
normal
serde_urlencoded ^0.7.1
normal
serde_yaml ^0.9.22
normal
sqlx ^0.6
normal
tokio ^1.28.0
normal
tokio-stream ^0.1.14
normal
tokio-util ^0.7.8
normal
tower-http ^0.4.1
normal
tracing ^0.1.37
normal
url ^2.3.1
normal
uuid ^1.3.3
normal
axum-macros ^0.3.7
dev
insta ^1.29.0
dev
mockall ^0.11.4
dev
reqwest ^0.11.17
dev
tempfile ^3.6.0
dev
tokio ^1.28.0
dev
tower ^0.4.13
dev
tracing-subscriber ^0.3.17
dev
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module securable
Structs
?
Module
delta_sharing_server
::
protocol
::
securable
source
·
[
−
]
Expand description
Basic types for describing shared objects
Structs
Schema
The type of a schema as defined in the Delta Sharing protocol.
SchemaBuilder
Builder for
Schema
.
Share
The type of a share as defined in the Delta Sharing protocol.
ShareBuilder
Builder for
Share
.
Table
The type of a table as defined in the Delta Sharing protocol.
TableBuilder
Builder for
Table