netid64 0.1.0

64-bit network-scoped ID (K|NODE|CTR): 8b kind, 16b node, 40b counter. BE wire.
Documentation
# Build artifacts
/target
Cargo.lock

# IDE / editor settings
.idea/
.vscode/
*.iml

# Neovim swap/session files
.nvim/
*.sw?

# OS junk
.DS_Store
Thumbs.db

# Temporary files
*.swp
*.swo
*.log

# Test and benchmark outputs
/tests/tmp/
/benches/tmp/

# Generated docs
/target/doc