rust-lodash 0.1.0

A high-performance, type-safe Rust implementation of Lodash collection methods with zero-cost abstractions
Documentation
# Set default behavior to automatically normalize line endings
* text=auto


# Force LF line endings for shell scripts
*.sh text eol=lf


# Force LF line endings for Rust files
*.rs text eol=lf


# Force LF line endings for TOML files
*.toml text eol=lf


# Force LF line endings for YAML files
*.yml text eol=lf

*.yaml text eol=lf


# Force LF line endings for Markdown files
*.md text eol=lf


# Force LF line endings for JSON files
*.json text eol=lf


# Force LF line endings for license files
LICENSE text eol=lf


# Binary files
*.png binary

*.jpg binary

*.jpeg binary

*.gif binary

*.ico binary

*.pdf binary