An open API service indexing awesome lists of open source software.

https://github.com/nedap/utils.io

I/O utilities for Clojure, filling missing parts from clojure.java.io.
https://github.com/nedap/utils.io

Last synced: 11 months ago
JSON representation

I/O utilities for Clojure, filling missing parts from clojure.java.io.

Awesome Lists containing this project

README

          

# utils.io

I/O utilities for Clojure, filling missing parts from clojure.java.io.

## Installation

```clojure
[com.nedap.staffing-solutions/utils.io "2.0.0"]
````

## ns organisation

There is exactly 1 namespace meant for public consumption:

* `nedap.utils.io.api`

By convention, `api` namespaces are deliberately thin so you can browse them comfortably.

## Documentation

Please browse the `api` namespace.

## License

Copyright © Nedap

This program and the accompanying materials are made available under the terms of the [Eclipse Public License 2.0](https://www.eclipse.org/legal/epl-2.0).