GithubHelp home page GithubHelp logo

staticintlucas / stringslice Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 24 KB

A collection of methods to slice strings based on character indices rather than bytes.

Home Page: https://crates.io/crates/stringslice

License: Apache License 2.0

Rust 100.00%
rust-lang slice string string-manipulation utility

stringslice's Introduction

Hi, I'm Lucas

  • Embedded Software Engineer at Qualcomm
  • Master's degree in Electrical & Electronic Engineering from UCC
  • Electronics Enthusiast

Programming Languages

c-icon python-icon x86-asm-icon arm-asm-icon riscv-asm-icon
cpp-icon rust-icon bash-icon lua-icon ruby-icon matlab-icon

Platforms

linux-icon windows-icon freebsd-icon raspberrypi-icon
stm32-icon atmel-sam-icon atmel-avr-icon msp430-icon arduino-icon esp8266-icon

Technologies

git-icon github-actions-icon github-pages-icon precommit-icon
cmake-icon gnu-make-icon vscode-icon notepadpp-icon

Links

website-icon linkedin-icon github-icon

github-stats
Created using staticintlucas/readme-stats

hits

stringslice's People

Contributors

staticintlucas avatar

Stargazers

 avatar

Watchers

 avatar

stringslice's Issues

.slice(..0) panics!

If we have this very little Rust snippet:

fn main() {
    let s = String::from("abcd");
    println!("range `{}`", &s.as_str()[..0]);
}

We can see that if we pass the range ..0 to a &str slice, it works by returning an empty string slice.

If we do the same operation with your crate, e.g. s.slice(..0) it panics with an overflow.
Is this a bug? Shouldn't that follow the "common rules" of Rust slices ranges and returning an empty slice too?

Thank you.

UPDATE: This panic overflow happens also specifying range 0..0 which still works fine in normal &str slice.
UPDATE2: This panic overflow happens also specifying range LEN..LEN which - again - still works fine in normal &str slice.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.