Skip to content

postmodern/ffi-bert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffi-bert

Description

FFI bindings to libBERT, a library for the encoding and decoding of BERT data.

Features

  • Supports encoding/decoding of:
    • Integers.
    • Floating point numbers.
    • Atoms.
    • Strings.
    • Binary data.
    • Tuples.
    • Lists.
    • Complex types:
      • Nil.
      • Boolean True and False values.
      • Dictionaries.
      • Time values.
      • Regular Expressions.
  • Supports buffered, streaming or callback-based reading/writing of BERT data.
  • Supports converting between BERT data and Ruby native objects.

Requirements

Install

$ sudo gem install ffi-bert

License

See {file:LICENSE.txt} for license information.

About

FFI bindings to libBERT, a library for encoding and decoding BERT data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages