fastserial 0.1.2

Ultra-fast, zero-copy serialization/deserialization library for Rust with SIMD acceleration
Documentation
# Build artifacts
/target/
**/target/

# IDE
.idea/
.vscode/
*.swp
*.swo
*.sublime-project
*.sublime-workspace

# OS
.DS_Store
Thumbs.db
desktop.ini

# Environment
.env
.env.*
!.env.example

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm/
.eslintcache

# Husky
.husky/_

# Rust
**/*.rs.bk
debug/
release/

# Logs
*.log
logs/

# Benchmark reports
benchmark_results/
criterion/

# Release
*.exe
*.dll
*.so
*.dylib

# Temporary files
tmp/
temp/
*.tmp
*.bak