**Librería para calcular el Registro Federal de Contribuyentes en México (RFC) - Elixir
If available in Hex, the package can be installed
by adding rfc_facil
to your list of dependencies in mix.exs
:
def deps do
[
{:rfc_facil, "~> 0.1.2"}
]
end
RfcFacil.for_natural_person("Oscar", "For", "Bar", "1989-09-23")
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/rfc_facil.