Skip to content

A Library to convert elixir Struct to Riak CRDT types.

Notifications You must be signed in to change notification settings

naveen-negi/ghuguti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ghuguti

Library to convert elixir structs to Riak CRDT types.

Installation

If available in Hex, the package can be installed as:

  1. Add ghuguti to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:ghuguti, "~> 0.1.0"}]
end
```
  1. Ensure ghuguti is started before your application:
```elixir
def application do
  [applications: [:ghuguti]]
end
```

About

A Library to convert elixir Struct to Riak CRDT types.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages