exsamples
exsamples copied to clipboard
Initializes lists of maps, structs or keyword lists using tabular data in Elixir
Results
2
exsamples issues
Sort by
recently updated
recently updated
newest added
Formatting the following code ```elixir samples do :fuel_type | :co2 | :year | :percentage # 2020 :diesel | 105 | 2020 | 0.069 end ``` Will result in: ```elixir samples...
The following code: ```elixir samples do :id | :name | :currency | :language | :population | :inflation | :continent | :main_sport | :independence_day 1 | "Brazil" | "Real (BRL)" |...