[package] name = "unroll-fn" version = "0.1.1" edition = "2021" authors = ["sarah <>"] description = "A generic unrollling function." readme = "README.md" repository = "https://github.com/kitegi/unroll/" license = "MIT" keywords = ["const-generics", "metaprogramming"] [dependencies] seq-macro = "0.3.0"