ninenines / cowlib

Support library for manipulating Web protocols.
ISC License
279 stars 173 forks source link

made the static data a single source #134

Closed spectreintegrated closed 11 months ago

spectreintegrated commented 1 year ago

This is more a Developer Experience update than anything else. Moved all the Static headers to one source. Nothing else should be affected by this change. The only major change is the return value for table_find/2 is now just a tuple instead of tuple | atom.

essen commented 1 year ago

It was written like this because it is faster.