scorpiofs 0.2.3

FUSE-based virtual filesystem with Antares overlay for monorepo builds
Documentation
1
2
3
4
5
6
7
8
9
10
# in .cargo/config

[target.x86_64-unknown-linux-gnu]
runner = 'sudo -E'

# in /etc/fuse.conf

enable user_allow_other

# dependencies

sudo apt install libfuse-dev
sudo apt install librust-openssl-dev