Rust

Getting Started

This is a GoTrue client implementation in rust. Currently WIP (see the Status section for the current progress).

Status

Testing

The first thing to do is to start the supabase server in docker:

sh cd infra docker compose up

Once the server has been started, the tests can be run:

sh cargo test

Contributing

We are more than happy to have contributions! Please submit a PR.