diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..3515148 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: mas-bandwidth diff --git a/README.md b/README.md index 8693d6e..176d336 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ It has the following features: * Serialize floats, doubles, compressed floats, strings, byte arrays, varints, and integers relative to another integer * Alignment support so you can align your bitstream to a byte boundary whenever you want * Template based serialization system so you can write a unified serialize function instead of separate read and write functions -* Separate read and write methods so you can still have separate read and write methods if you prefer that # Author