/test-wikidot-username-module

Library that creates the username module from a given set of parameters

Primary LanguageRustGNU Affero General Public License v3.0AGPL-3.0

scp-username-module

Travis Build

This will be a library that generates the [[user]] module that should compile to Rust or WebASM

JSON Format

The format for a username module will look like:

{
  userid: number;
  username: string;
  profile-picture-url: string | null;
}