tesuji

Results 51 issues of tesuji

![image](https://user-images.githubusercontent.com/15225902/88446661-19962100-ce56-11ea-8c1d-a281f1719cca.png)

cargo-cache reports wrongly disk usage ```console % ls -l /home/lzutao/.cargo/bin total 74M -rwxr-xr-x 12 lzutao lzutao 6.2M Oct 28 10:10 cargo* -rwxr-xr-x 12 lzutao lzutao 6.2M Oct 28 10:10 cargo-clippy*...

This would be not hard but it will require write access to the repository. So only project owner or project collaborator could do this.

Maybe I were doing it wrong. The computed directory is my clippy build. ```console % /usr/bin/du -sch 4.5G . 4.5G total % diskus 4.73 GB (4,727,521,280 bytes) % hyperfine diskus...

bug
enhancement
help wanted
good first issue

Hi, the latest commit is 3 years ago (Jan 26, 2017). Is this project considered abandon? If so, could the author pushes a commit to mark it as `deprecated`: ,...

This helps https://github.com/rust-lang/rust/pull/65819

I want to use `LookupPrivilegeValueW`, and its second parameter expects a `LPCWSTR`. But when looking at type of `SE_RESTORE_NAME`, I find it is a `&'static str`, which cannot be used...

waiting for 0.4

to equate size of a type to a literal usize at compile time. I try to improve the error message with `std::concat!` but it doesn't help much: Playground link for...

The unstable book has a chapter about sanitizer: https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/sanitizer.html#sanitizer

**Disclaimer**: I'm not a webdev so don't trust every things I say. esbuild (https://github.com/evanw/esbuild) claims that > it is at least 100x faster than the other JavaScript bundlers they tested...