diff --git a/README.md b/README.md index 77891b1e..a077412b 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,15 @@ See [here][GitHub releases] for earlier releases. - Small, simple **all-Clojure** library - **Terrific performance**: the [best](#performance) for Clojure that I'm aware of -- Comprehensive support for **all standard data types** -- Easily extendable to **custom data types** +- Comprehensive support for [all standard data types](https://github.com/taoensso/nippy/wiki#deserializing) +- Easily extendable to [custom data types](https://github.com/taoensso/nippy/wiki#custom-types) - **Robust test suite**, incl. full coverage for every supported type - Auto fallback to Java Serializable when available - Auto fallback to Clojure Reader for all other types (including tagged literals - Pluggable **compression** with built-in [LZ4](https://code.google.com/p/lz4/) -- Pluggable **encryption** with built-in AES128 -- Tools for easy + robust **integration into 3rd-party libraries**, etc. +- Pluggable [encryption](https://github.com/taoensso/nippy/wiki#encryption) with built-in AES128 +- [Tools](https://taoensso.github.io/nippy/taoensso.nippy.tools.html) for easy + robust **integration into 3rd-party libraries**, etc. +- Powerful [thaw transducer](https://taoensso.github.io/nippy/taoensso.nippy.html#var-*thaw-xform*) for flexible data inspection and transformation ## Performance