Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcomellas/bstr
Erlang library to use binaries as strings
https://github.com/jcomellas/bstr
Last synced: about 2 months ago
JSON representation
Erlang library to use binaries as strings
- Host: GitHub
- URL: https://github.com/jcomellas/bstr
- Owner: jcomellas
- Created: 2011-03-23T22:12:00.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T03:10:17.000Z (about 9 years ago)
- Last Synced: 2024-10-13T15:55:58.176Z (3 months ago)
- Language: Erlang
- Homepage:
- Size: 349 KB
- Stars: 25
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/jcomellas/bstr.svg?branch=master)](https://travis-ci.org/jcomellas/bstr)
bstr
====Erlang library to use binaries as strings.
Requirements
------------
Tested on the following OTP releases:- 17.1
- 17.0
- R16B03-1
- R16B03
- R16B02
- R16B01Installation
------------To initialize the project run ``make bootstrap``.
To compile the module you simply run ``make``.
To run the unit tests run ``make test``.
To build the documentation run ``make doc``.
To enter a console where you can execute functions from the modules run ``make console``.
Usage
-----Please check the unit tests in ``test/bstr_test.erl`` to see the list of
available functions and how to use them.