Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christian-schlichtherle/fun-io
Fun I/O provides functional programming patterns and high level abstractions for simple and reusable synchronous I/O.
https://github.com/christian-schlichtherle/fun-io
codec functional inputstream java json outputstream scala xml
Last synced: about 1 month ago
JSON representation
Fun I/O provides functional programming patterns and high level abstractions for simple and reusable synchronous I/O.
- Host: GitHub
- URL: https://github.com/christian-schlichtherle/fun-io
- Owner: christian-schlichtherle
- License: apache-2.0
- Created: 2017-11-18T14:58:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:00:59.000Z (about 2 years ago)
- Last Synced: 2024-02-29T10:15:14.267Z (10 months ago)
- Topics: codec, functional, inputstream, java, json, outputstream, scala, xml
- Language: Java
- Homepage: https://christian-schlichtherle.github.io/fun-io/
- Size: 8.37 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Release Notes](https://img.shields.io/github/release/christian-schlichtherle/fun-io.svg?maxAge=3600)](https://github.com/christian-schlichtherle/fun-io/releases/latest)
[![Maven Central](https://img.shields.io/maven-central/v/global.namespace.fun-io/fun-io-api.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22global.namespace.fun-io%22)
[![Apache License 2.0](https://img.shields.io/github/license/christian-schlichtherle/neuron-di.svg?maxAge=3600)](https://www.apache.org/licenses/LICENSE-2.0)
[![Build Status](https://api.travis-ci.org/christian-schlichtherle/fun-io.svg)](https://travis-ci.org/christian-schlichtherle/fun-io)# Fun I/O
Fun I/O provides functional programming patterns and high level abstractions for simple and reusable synchronous I/O.
Fun I/O supports Java 8 or later and Scala 2.10, 2.11, 2.12 and 2.13 equally well via dedicated APIs and is covered by the
Apache License, version 2.0.## User Documentation
User documentation is available at https://christian-schlichtherle.github.io/fun-io/ .