/* This file is part of jellything (https://codeberg.org/metamuffin/jellything) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2026 metamuffin */ use jellyobject::fields; fields! { USER_LOGIN: &str = 1001 "login"; USER_PASSWORD: &[u8] = 1002 "password"; USER_NAME: &str = 1003 "name"; USER_ADMIN: () = 1004 "admin"; UDATA_WATCHED: () = 1005 "watched"; UDATA_RATING: f64 = 1006 "rating"; }