We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8640e commit 344fcc1Copy full SHA for 344fcc1
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "evolution"
3
version = "1.0.0"
4
edition = "2021"
5
-description = "🦖 Evolve your fixed-length data files into Apache Arrow tables, fully parallelized!"
+description = "🦖 Evolve your fixed-length data files into Apache Parquet, fully parallelized!"
6
authors = [
7
"Ted Hammarlund <TedHammarlund@gmail.com>",
8
"Rickard Lundin <rickard@x14.se>",
@@ -51,4 +51,4 @@ glob = "0.3.1"
51
[features]
52
default = []
53
rayon = [ "dep:rayon", "dep:atoi_simd" ]
54
-nightly = []
+nightly = []
0 commit comments