[![Crates.io][crates-badge]][crates-url]
[![docs.rs][docs_rs-badge]][docs_rs-url]
[![Github Actions][ci-badge]][ci-url]
[crates-badge]: https://img.shields.io/crates/v/wstr-literal_impl.svg
[crates-url]: https://crates.io/crates/wstr-literal_impl
[docs_rs-badge]: https://img.shields.io/docsrs/wstr-literal_impl.svg
[docs_rs-url]: https://docs.rs/wstr-literal_impl
[ci-badge]: https://github.com/vabock/wstr-literal/actions/workflows/test.yml/badge.svg?branch=main
[ci-url]: https://github.com/vabock/wstr-literal/actions?query=branch%3Amain
# wstr-literal_impl
This is procedural macro implementation crate for [`wstr-literal`](https://crates.io/crates/wstr-literal).
This crate provides the internal macro implementation and is not intended to be used directly. For usage instructions and examples, please refer to the [`wstr-literal` documentation](https://docs.rs/wstr-literal).
## Note
This is an implementation detail of the `wstr-literal` crate and should not be used independently.