Last 12 weeks · 0 commits
2 of 6 standards met
The implementation of is quite noisy. For better introspectability in consuming packages, it would be perfect if one of two things could be implemented, so the implementation can be adjusted (favorite) or is more readable: 1. An implementation for , so we can use the implementation of where applicable. This would be a non-invasive addition, as the consumer can decide what style they want. 2. A implementation for that does 1., i.e., prints via . I'm happy to send a PR for either of which, if this is a good match. Example Current Result Ideal Result: Oh and thanks for this library, it is awesome!
I noticed that the types had a large memory footprint. This PR reduces the memory usage by replacing and with and where possible. This leads to the following reductions: from 80 bytes to 56 bytes (30%) from 112 bytes to 88 (22%) from 24 bytes to 16 bytes (30%) from 32 bytes to 24 bytes (25%) It seems that be unused. Thus, we could reduce even more the size of (to 32 bytes).
Repository: BurntSushi/globset. Description: A globbing library for Rust. Stars: 47, Forks: 7. Primary language: Rust. Languages: Rust (100%). License: Unlicense. Open PRs: 1, open issues: 1. Last activity: 2y ago. Community health: 42%. Top contributors: BurntSushi, okdana, balajisivaraman, tiehuis, ericbn, lyuha, theamazingfedex, igor-raits, matthiaskrgr, sebnow and others.