Radu Marias
Radu Marias
If I run this test it starts 2 times ``` #[tokio::test] #[test_log::test] async fn test1() { println!("test1"); } ``` ``` ❯ /usr/bin/cargo test --color=always --package rencfs --lib mycrate::test::test1 --no-fail-fast --...
I started learning Rust few months back and decided to choose an interesting project as a learning one to keep me motivated. I chosen an encrypted filesystem, more like a...
#### ℹ️ Repository information **The repository has**: - [x] At least three issues with the `good first issue` label. https://github.com/radumarias/rencfs/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 - [x] At least 10 contributors. - [x] Detailed setup...
FUSE is adding support for eBPF for better performance https://lwn.net/Articles/937433/
I noticed that if I change something in a module and do `cargo b,` it builds everything and takes very long. **To Reproduce** Steps to reproduce the behavior: 1. Change...