Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andelf/rust-iconv
libiconv bindings for Rust.
https://github.com/andelf/rust-iconv
Last synced: about 1 month ago
JSON representation
libiconv bindings for Rust.
- Host: GitHub
- URL: https://github.com/andelf/rust-iconv
- Owner: andelf
- Created: 2014-03-10T17:23:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T10:34:35.000Z (over 3 years ago)
- Last Synced: 2024-10-03T10:45:21.566Z (about 2 months ago)
- Language: Rust
- Size: 39.1 KB
- Stars: 12
- Watchers: 3
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rust-iconv
==========[![Build Status](https://travis-ci.org/andelf/rust-iconv.svg?branch=master)](https://travis-ci.org/andelf/rust-iconv)
iconv (libiconv) bindings for Rust.
# Installation
cargo build
# Testing
cargo test
# Usage
Refer ``lib.rs``.