1
1
Fork
You've already forked sting
0
Sting: like Cow<'static, str> but smaller. Sluice: like Cow<'static, [u8]> but smaller.
  • Rust 100%
2025年07月04日 17:29:39 +02:00
src add Hash and Ord instances 2025年07月04日 17:29:12 +02:00
tests Support for zeroed sluices 2025年07月04日 16:15:30 +02:00
.gitignore initial commit, no tests! 2025年07月04日 14:08:57 +02:00
Cargo.lock release v0.1.2 2025年07月04日 17:29:39 +02:00
Cargo.toml release v0.1.2 2025年07月04日 17:29:39 +02:00
LICENSE initial commit, no tests! 2025年07月04日 14:08:57 +02:00
README.md initial commit, no tests! 2025年07月04日 14:08:57 +02:00

sting

Sting: like Cow<'static, str> but smaller. Sluice: like Cow<'static, [u8]> but smaller.

Copyright (c) 2025 James Laver
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.