cryptid-rs 0.1.1

A library to encrypt and decrypt integer IDs to URL safe strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
name: cryptid-rs

services:
  cryptid:
    build:
      context: .
      dockerfile: Dockerfile
    environment:
      RUST_BACKTRACE: 1
    volumes:
      - .:/workspace:cached