foonathan / type_safe

Zero overhead utilities for preventing bugs at compile time
https://type_safe.foonathan.net
MIT License
1.54k stars 122 forks source link

Add support for PlatformIO #162

Closed meikjaeckle closed 6 months ago

meikjaeckle commented 8 months ago

Would it be ok for you, to add an library.json file to the your root directory to enable PlatformIO support.

It would look like similar to this one: library.json.

Then I could use your repo directly and wouldn't need my copy: https://github.com/meikjaeckle/type_safe/tree/platformio

foonathan commented 6 months ago

I don't want to maintain non-standard package information, sorry.