Get the latest tech news
Neon: A serverless open-source alternative to AWS Aurora Postgres
Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero. - neondatabase/neon
The project uses rust toolchain file to define the version it's built with in CI for testing and local builds. Newer rustc versions most probably will work fine, yet older ones might not be supported due to some new features used by the project or the crates. The same applies to certain spelling: i.e. we use MB to denote 1024 * 1024 bytes, while MiB would be technically more correct, it's inconsistent with what PostgreSQL code and its documentation use.
Or read this on Hacker News