Coder Social home page Coder Social logo

unicode-xid's People

Contributors

atouchet avatar blyxyas avatar boshen avatar chills42 avatar crlf0710 avatar dtolnay avatar erickt avatar freemasen avatar gwenn avatar kwantam avatar manishearth avatar marcondiro avatar matklad avatar mehmetoguzderin avatar mystor avatar nnethercote avatar nox avatar simonsapin avatar zackpierce avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

unicode-xid's Issues

Is it possible to release 14.0 data?

Hello,

In WGSL (WebGPU Shading Language), the spec requires Unicode 14.0 for XID ranges, and it would be great to have a release to be spec-compliant since 14.0 data is already in this repository, just not up in the Crates.

Thank you!

The `no_std` feature has no effect

The no_std feature has no effect, because #![no_std] is unconditionally enabled (as it should be, since this crate has no reliance on std). It seems like this became the case in 02cc96c.

It should be removed or deprecated (probably deprecated, to avoid the breaking change), and the docs should reflect that #![no_std] is always enabled.

Add helper for strings

Usually, one does not want to check individual characters, but strings as a whole. Since this results in repeating the same boilerplate over and over, how about providing a direct mechanism on &str for this purpose? I'm thinking of three methods: starts_with_xid_start, is_xid_continue, is_xid_ident. I'm fine with them being either standalone methods or trait extensions to str.

Release 0.2.0?

No stable version has been released for a long time since 0.1.0, Is there some other feature you are waiting for that is planned for 0.2.0, or can it just be released?

cant build shared library

make[1]: Entering directory '/home/nekrad/src/cargo/unicode-xid'
/home/nekrad/.usr/rust/bin/rustc src/lib.rs --crate-type=dylib --crate-name unicode_xid -o libunicode_xid.so.0.1.0
error: language item required, but not found: panic_fmt

error: language item required, but not found: eh_personality

error: aborting due to 2 previous errors

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.