View Source FastAtom (fast_atom v0.1.1)

Parse Atom quickly using a Rust NIF.

Link to this section Summary

Functions

Parse an Atom string into a map.

Link to this section Functions

Specs

parse(String.t()) :: {:ok, map()} | {:error, String.t()}

Parse an Atom string into a map.