Docs.rs
chewdata-3.1.0
chewdata 3.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jmfiaschi
Dependencies
anyhow ^1.0
normal
arrow-integration-test ^54.3
normal
optional
arrow-json ^54.3
normal
optional
async-channel ^2.3
normal
async-compat ^0.2
normal
optional
async-fs ^2.1
normal
async-lock ^3.4
normal
async-native-tls ^0.5
normal
optional
async-process ^2.3.0
normal
async-stream ^0.3
normal
async-task ^4.7
normal
async-trait ^0.1.88
normal
aws-config ^1.6.3
normal
optional
aws-sdk-s3 ^1.86
normal
optional
base16ct ^0.2
normal
base64 ^0.22
normal
byteorder ^1.5
normal
optional
bytes ^1.10.1
normal
optional
cacache ^13.1
normal
optional
chrono ^0.4
normal
clap ^4.5
normal
csv ^1.3
normal
optional
deser-hjson ^2.2
normal
env_applier ^1.1.1
normal
fake ^4.2
normal
futures ^0.3
normal
glob ^0.3
normal
http ^1.3
normal
optional
http-body-util ^0.1.3
normal
optional
http-cache-semantics ^2.1
normal
optional
hyper ^1.6.0
normal
optional
json_value_merge ^2.0
normal
json_value_remove ^1.0
normal
json_value_resolve ^1.0
normal
json_value_search ^1.0
normal
jsonwebtoken ^9.3.1
normal
optional
macro_rules_attribute ^0.2.0
normal
mime ^0.3
normal
mongodb ^3.2
normal
optional
opentelemetry ^0.21
normal
optional
opentelemetry-jaeger ^0.20
normal
optional
parquet ^54.3
normal
optional
quick-xml ^0.37.5
normal
optional
regex ^1.11
normal
serde ^1.0.219
normal
serde-with-expand-env ^1.1
normal
serde_json ^1.0.140
normal
serde_yaml ^0.9
normal
sha2 ^0.10.9
normal
sha3 ^0.10
normal
smol ^2.0
normal
smol-hyper ^0.1
normal
optional
smol-macros ^0.1
normal
smol-timeout ^0.6
normal
sqlx ^0.8.6
normal
optional
tera ^1.20
normal
toml ^0.8.22
normal
optional
tracing ^0.1
normal
tracing-appender ^0.2
normal
tracing-opentelemetry ^0.22
normal
tracing-subscriber ^0.3
normal
uuid ^1.16.0
normal
version ^3.0
normal
criterion ^0.6.0
dev
serde_json ^1.0
dev
Versions
29.15%
of the crate is documented
Platform
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
chewdata
3.1.0
Document
Clone
Required Methods
clone_box
Implementors
In chewdata::
document
chewdata
::
document
Trait
DocumentClone
Copy item path
Source
pub trait DocumentClone { // Required method fn
clone_box
(&self) ->
Box
<dyn
Document
>; }
Required Methods
§
Source
fn
clone_box
(&self) ->
Box
<dyn
Document
>
Implementors
§
Source
§
impl<T>
DocumentClone
for T
where T: 'static +
Document
+
Clone
,