Try It Out
Explore how to apply your Elixir metaprogramming skills to advanced compile-time tasks by using the MIME library. Learn to query and verify file types and MIME extensions in the interactive shell, gaining practical experience in building and testing MIME-type conversion features.
We'll cover the following...
We'll cover the following...
Using the MIME library
The MIME-Type conversion library that we built in this chapter is given as a reference in the project below. You have to utilize the library to check the following requirements.
For each of the following requirements, ...