Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 409 Bytes

File metadata and controls

21 lines (16 loc) · 409 Bytes

members-db

Database of members in the club, implemented in Rust.

Usage

$ cargo run [options] <command> [args...]

Commands

  • serve
    Starts the HTTP server to serve the members as JSON.

  • list
    Lists all members.

  • add <name>
    Adds a member with the name.

Options

  • -d <path>, --database=<path>
    Forces to use the database located at the path.