Sherlock-Holo / fuse3

an async version fuse library for rust
MIT License
83 stars 17 forks source link

Use native cstr literals #93

Closed asomers closed 4 months ago

asomers commented 5 months ago

Rust 1.77.0 introduces cstr literals. We should use that feature and remove the cstr crate. https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html#c-string-literals We need to make sure that this won't violate any MSRV guarantees, however.