cberner / fuser

Filesystem in Userspace (FUSE) for Rust
MIT License
835 stars 114 forks source link

Add examples cargo project files #242

Closed tasleson closed 1 year ago

tasleson commented 1 year ago

I wanted to build some of the examples, to try them out and found it a bit tedious to get the cargo dependencies correct.

There is likely a way to use workspaces, to build these automatically when the main package gets built, but I didn't look into that as I'm not sure others would want it.

cberner commented 1 year ago

Sorry, but I don't want to change this packaging. Feel free to submit the other cleanups though, if you want

tasleson commented 1 year ago

Sorry, but I don't want to change this packaging. Feel free to submit the other cleanups though, if you want

No worries, I didn't realize you could build something from the examples directory with: cargo build --example simple --no-default-features which I discovered in the CI output.

clean-ups: https://github.com/cberner/fuser/pull/243