fncache 0.1.2

A zero-boilerplate Rust library for function-level caching with pluggable backends
Documentation
# Generated by Cargo
/target/
**/*.rs.bk
Cargo.lock

# Remove Cargo.lock from lib/example packages
# https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

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

# Build output
/target
**/target/

# Debug logs
*.log

# Coverage files
**/*.profraw
/coverage/

# Local development files
*.local

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db