2019-11-22 22:10:37 +00:00
|
|
|
# Project Delorean
|
|
|
|
|
2020-04-24 14:36:59 +00:00
|
|
|
To compile and run this, you'll need:
|
|
|
|
|
|
|
|
- Stable Rust
|
|
|
|
- The [`flatc` flatbuffer compiler](https://google.github.io/flatbuffers/flatbuffers_guide_building.html) >= 1.12.0
|
|
|
|
- `.env` file in the directory to specify configuration options. You can see an example in the `env` file.
|
|
|
|
|
2020-06-22 20:41:36 +00:00
|
|
|
|
|
|
|
## Contributing:
|
|
|
|
- Delorean is written mostly in idiomatic Rust -- please see the [Style Guide](docs/style_guide.md) for more details.
|