Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

slashmili/gixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gixir

State of this repo

I've tried multiple approaches, non of them sound good.

  1. Using C NIFs. You don't want to crash beam because a memory issue or something like that
  2. Using Rust NIFs. This sounded promising when I started but after few implements got stuck in handling lifetime of libgit objects and nif reference
  3. At last I tried implementing in pure Elixir but that also looks like a waste of time. Looking into git internal objects from Elixir looks interesting but it’s hard to keep up with the changes

About

Experiment with Elixir & libgit2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published