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.
- Host: GitHub
- URL: https://github.com/nedap/utils.io
- Owner: nedap
- License: epl-2.0
- Created: 2019-02-16T08:29:48.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T11:51:07.000Z (over 3 years ago)
- Last Synced: 2025-03-25T04:07:55.725Z (about 1 year ago)
- Language: Clojure
- Size: 29.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).