oxicode 0.2.0

A modern binary serialization library - successor to bincode
Documentation
# Rust
**/target/
**/*.rs.bk
*.pdb
Cargo.lock

# IDE
.idea/
.vscode/

# Claude AI config
**/.claude/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Testing
*.profraw
*.profdata

# Benchmarks
/benches/target

# Documentation
/target/doc

# Rustc ICE dumps
rustc-ice-*.txt