0.1.0 • Published 4 years ago

scp_username_module v0.1.0

Weekly downloads
4
License
AGPL-3.0
Repository
github
Last release
4 years ago

scp-username-module

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;
}
0.1.0

4 years ago