Modular v0.1.0 API Reference
Modules
Apply modular programming principles and patterns to build better Elixir apps.
Ensures that module access is limited to given area's public contract.
Ensures that public contracts are always covered with tests.
Defines thin contracts with convention-driven call delegation to internal implementations.
Provides command/query annotations for functions within area contracts.
Provides ownership annotations for area contracts.