[nop] Update README
This commit is contained in:
parent
5965a1a695
commit
53dd15ecbe
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -29,8 +29,8 @@ See [here][GitHub releases] for earlier releases.
|
||||||
- Comprehensive support for [all standard data types](../../wiki/1-Getting-started#deserializing)
|
- Comprehensive support for [all standard data types](../../wiki/1-Getting-started#deserializing)
|
||||||
- Easily extendable to [custom data types](../../wiki/1-Getting-started#custom-types)
|
- Easily extendable to [custom data types](../../wiki/1-Getting-started#custom-types)
|
||||||
- **Robust test suite**, incl. full coverage for every supported type
|
- **Robust test suite**, incl. full coverage for every supported type
|
||||||
- Auto fallback to Java Serializable when available
|
- Auto fallback to [Java Serializable](https://taoensso.github.io/nippy/taoensso.nippy.html#var-*freeze-serializable-allowlist*) when available
|
||||||
- Auto fallback to Clojure Reader for all other types (including tagged literals
|
- Auto fallback to Clojure Reader for all other types (including tagged literals)
|
||||||
- Pluggable **compression** with built-in [LZ4](https://code.google.com/p/lz4/), [Zstandard](https://facebook.github.io/zstd/), etc.
|
- Pluggable **compression** with built-in [LZ4](https://code.google.com/p/lz4/), [Zstandard](https://facebook.github.io/zstd/), etc.
|
||||||
- Pluggable [encryption](../../wiki/1-Getting-started#encryption) with built-in AES128
|
- Pluggable [encryption](../../wiki/1-Getting-started#encryption) with built-in AES128
|
||||||
- [Tools](https://taoensso.github.io/nippy/taoensso.nippy.tools.html) for easy + robust **integration into 3rd-party libraries**, etc.
|
- [Tools](https://taoensso.github.io/nippy/taoensso.nippy.tools.html) for easy + robust **integration into 3rd-party libraries**, etc.
|
||||||
|
|
@ -49,8 +49,8 @@ The [benchmark code](../../blob/master/test/taoensso/nippy_benchmarks.clj) can b
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
- [Full documentation][GitHub wiki] (**getting started** and more)
|
- [Wiki][GitHub wiki] (getting started, usage, etc.)
|
||||||
- Auto-generated API reference: [Codox][Codox docs], [clj-doc][clj-doc docs]
|
- API reference: [Codox][Codox docs], [clj-doc][clj-doc docs]
|
||||||
|
|
||||||
## Funding
|
## Funding
|
||||||
|
|
||||||
|
|
@ -58,7 +58,7 @@ You can [help support][sponsor] continued work on this project, thank you!! 🙏
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright © 2012-2023 [Peter Taoussanis][].
|
Copyright © 2012-2024 [Peter Taoussanis][].
|
||||||
Licensed under [EPL 1.0](LICENSE.txt) (same as Clojure).
|
Licensed under [EPL 1.0](LICENSE.txt) (same as Clojure).
|
||||||
|
|
||||||
<!-- Common -->
|
<!-- Common -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue