Description Rrule parsing and utils based on rust nif
Only does this for now: ExDateUtil.Rrule.next("DTSTART;TZID=Etc/UTC:20191220T020000\nRRULE:FREQ=MONTHLY;BYMONTHDAY=28,29,30,31;BYSETPOS=-1", 10)
If available in Hex, the package can be installed
by adding ExDateUtil
to your list of dependencies in mix.exs
:
def deps do
[
{:exdateutil, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ExDateUtil.