[package] name = "flatten" version = "0.2.2" authors = ["강동윤 "] description = "Tuple flatteing for rust." repository = "https://github.com/kdy1/flatten" readme = "README.md" license = "Apache-2.0/MIT" keywords = ["tuple", "no_std"] [features] std = [] default-features = ["std"] [dependencies] either = "1.4"