fastserial 0.1.2

Ultra-fast, zero-copy serialization/deserialization library for Rust with SIMD acceleration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Database Connection String
# Format: mysql://user:password@host:port/database
DATABASE_URL=mysql://root@localhost:3306/fastserial_db

# JWT Configuration
JWT_SECRET=your_super_secret_key_change_me

# Server Configuration
PORT=8082

# Logging Configuration
RUST_LOG=info,sample_axum=debug,tower_http=debug