Skip to content

Bentechy66/venom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Venom

An NBT decoder written in pure Elixir

Installation

First, add Venom to your mix.exs dependencies:

def deps do
  [
    {:venom, "~> 0.1.0"}
  ]
end

Then, update your dependencies:

$ mix deps.get

Usage

iex> Venom.decode_nbt!(File.read!("hello_world.nbt"))
      %{"hello world" => %{"name" => "Bananrama"}}

Coming Soon(?)

  • Encoding support

The docs can be found at https://hexdocs.pm/venom.

About

Pure Elixir NBT parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages