string binary operations
This is a binary operations library for strings of 0/1 which is built for goboscript. It is designed to be used with inflator.
Warning
Using bstrs is easy, but not efficient. If you want bitwise operations on integers, you should not use this library.
...
Make sure you have inflator installed. It's installable from the gtp.
inflate install bstr
add bstr to your inflator.toml
config:
[dependencies]
# ...
bstr = "bstr"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/inflated-goboscript/bstr
cd bstr
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3