sunchao / parquet-rs

Apache Parquet implementation in Rust
Apache License 2.0
149 stars 20 forks source link

Compile with stable Rust #119

Open sunchao opened 6 years ago

sunchao commented 6 years ago

One of major nightly feature we rely on: impl trait, has been stabilized in the latest 1.26 release. We should see if it's easy to remove the nightly dependency and move to stable.

Current dependencies: