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
- Host: GitHub
- URL: https://github.com/clavoie/charset-bytes
- Owner: clavoie
- License: epl-1.0
- Created: 2013-10-13T15:37:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T15:59:58.000Z (over 10 years ago)
- Last Synced: 2025-04-12T00:49:41.449Z (2 months ago)
- Language: Clojure
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.