Popularity
2.6
Growing
Activity
0.0
Stable
12
3
3

Monthly Downloads: 314,038
Programming language: Elixir
License: MIT License
Tags: Macros    
Latest version: v1.0.1

unsafe alternatives and similar packages

Based on the "Macros" category.
Alternatively, view unsafe alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of unsafe or a related project?

Add another 'Macros' Package

README

Unsafe

Coverage Status Unix Build Status Windows Build Status Hex.pm Version Documentation

This library is designed at generating unsafe (!) bindings for Elixir function definitions at compile time.

The aim is to reduce the amount of duplicated code that developers have to write when supporting both safe and unsafe variants of functions. It was written to scratch a personal itch but due to the clear utility for a wider audience, it was packaged up to make it extensible as an open source project.

To install it for your project, you can pull it directly from Hex. Rather than use the version shown below, you can use the the latest version from Hex (shown at the top of this README).

def deps do
  [{:unsafe, "~> 1.0"}]
end

Documentation and examples can be found on Hexdocs as they're updated automatically alongside each release.