encrypted-message 0.3.0

Safely encrypt & store serializable data using AES-256-GCM.
Documentation
1
2
3
4
5
6
7
8
9
// @generated automatically by Diesel CLI.

diesel::table! {
    users (id) {
        id -> Int4,
        json -> Nullable<Json>,
        jsonb -> Nullable<Jsonb>,
    }
}