go_true 0.1.1

GoTrue client written in rust
Documentation
1
2
3
4
5
6
7
8
use serde_json::Value;

#[derive(Debug)]
pub struct UserAttributes {
    pub email: String,
    pub password: String,
    pub data: Value,
}