cyrtophora

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit aaa90528383aa5dde1ded842fa7d0571cd31e8f6
parent ac14a2a9e65ccac0030aa667826ddc11f69f29a3
Author: Jackson G. Kaindume <seestem@merely.tech>
Date:   Mon, 29 Aug 2022 13:02:36 +0200

[phora] Deserialize, Serialize PublicAccount

Diffstat:
Mphora/src/account.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/phora/src/account.rs b/phora/src/account.rs @@ -32,6 +32,7 @@ impl Account { } /// Account Public Data +#[derive(Deserialize, Serialize)] pub struct PublicAccount { /// The username of the user, also used as an unique identifier pub username: String,