Bitsnap Integrations
OpenSource Bitsnap integrations.
Bitsnap builds API integrations a little differently.
Rather than using standard API specifications, we generate them by reading the official documentation.
This helps us create more reliable integrations because the docs are often the most current source of truth.
Currently planned
Macro
To work around the limitations of procedural macros (e.g., inability to run async code), we've separated the codegen logic into a binary target.
This allows the build.rs script to handle document parsing and save API descriptions as bincode-encoded files for the macro to consume.
Feel free to request any integrations!
If you need any integrations, feel free just to mail me directly at yuriy@yarosh.dev.
License
All integrations are forever and ever licensed under the terms of Mozilla Public License 2.0 license.