Add migration notice (#15)

Marks this package as end-of-life and suggests that users migrate to the
core libray in the main Quiver package at
https://github.com/google/quiver-dart.
1 file changed
tree: 25d5ffaecf47fc0d6ccceaf1afce65d9531833e3
  1. lib/
  2. test/
  3. tool/
  4. .gitattributes
  5. .gitignore
  6. .travis.yml
  7. CHANGELOG.md
  8. CONTRIBUTING.md
  9. LICENSE
  10. pubspec.yaml
  11. README.md
README.md

Quiver Hashcode

Build Status Coverage Status

End-of-life

Users of this package should migrate to the core library in the main Quiver package. This code is imported as follows:

import 'package:quiver/core.dart';

Documentation

API Docs

Contains functions hashObjects, hash2, hash3, and hash4 that generate high-quality hashCodes for a list of objects, or 2, 3, or 4 arguments respectively.