This will be a library that generates the [[user]] module that should compile to Rust or WebASM
The format for a username module will look like:
{
userid: number;
username: string;
profile-picture-url: string | null;
}
Library that creates the username module from a given set of parameters
RustAGPL-3.0