Assorted utilities
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
pantonshire 5e612f153c Deny unsafe_op_in_unsafe_fn
The unsafe_op_in_unsafe_fn lint was previously set to allow, meaning
that unsafe function calls and operations were allowed within unsafe
functions without a surrounding unsafe block. This patch changes the
lint to deny, for the purpose of making unsafe operations in the
codebase more explicit.
3 years ago
src Deny unsafe_op_in_unsafe_fn 3 years ago
.gitignore Initial commit 4 years ago
Cargo.toml RFC 3986 percent encoding, std feature now depends on alloc feature 3 years ago
README.md Create README.md 4 years ago
test.sh Move the experimental InliningString to the inlining module 3 years ago

README.md

libshire

A collection of assorted Rust utilities for reuse between various projects 🦀