{-| Module : Lib Description : ReduxWise library entry point Copyright : (c) 2025 Theo M. Bulut License : BSD-3-Clause Maintainer : vertexclique@gmail.com ReduxWise analyzes Rust projects for complexity in embedded systems. This module re-exports the main analysis types. -} module Lib ( module ReduxWise.Analysis.Types , someFunc ) where import ReduxWise.Analysis.Types -- | Print ReduxWise banner someFunc :: IO () someFunc = putStrLn "ReduxWise - Rust Complexity Analyzer for Embedded Systems"