cda-group / arcon

State-first Streaming Applications in Rust
https://cda-group.github.io/arcon/
Apache License 2.0
175 stars 17 forks source link

chore: restructure + remove unused features #292

Closed Max-Meldrum closed 2 years ago

Max-Meldrum commented 2 years ago

This PR does the following:

  1. Restructure crates slightly (inspired by tokio)
  2. Minimise examples directory + remove old benchmarks
  3. Remove arcon_serde as Serde bound on ArconType is not necessary.
  4. Keep unsafe_flight feature but remove Abomonation bound on ArconType for now (see #266)
  5. Add acknowledgements to README