Skip to content
/ bstr Public
forked from jcomellas/bstr

Erlang library to use binaries as strings

Notifications You must be signed in to change notification settings

coretech/bstr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

bstr

Erlang library to use binaries as strings.

Requirements

Tested on the following OTP releases:

  • 17.1
  • 17.0
  • R16B03-1
  • R16B03
  • R16B02
  • R16B01

Installation

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.

Packages

No packages published

Languages

  • Erlang 99.2%
  • Makefile 0.8%