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

https://github.com/clavoie/charset-bytes

.getBytes() wrappers for Clojure
https://github.com/clavoie/charset-bytes

Last synced: 2 months ago
JSON representation

.getBytes() wrappers for Clojure

Awesome Lists containing this project

README

        

#### This project is deprecated

The functionality of charset-bytes has been moved into [charset](https://github.com/clavoie/charset). Please use charset going forward, as charset-bytes is no longer being maintained.

charset-bytes
=============

.getBytes() wrappers for Clojure

## Installation

Add the following dependency to your `project.clj` file:

```
[charset-bytes "1.0.0"]
```

## Documentation

[API](http://clavoie.github.io/charset-bytes/)

## License

Copyright © 2013 Chris LaVoie

Distributed under the Eclipse Public License, the same as Clojure.