File: README.md

package info (click to toggle)
rust-const-str-proc-macro 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 108 kB
  • sloc: makefile: 4
file content (28 lines) | stat: -rw-r--r-- 779 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# const-str

[![Crates.io][crates-badge]][crates-url]
[![MIT licensed][mit-badge]][mit-url]
[![Docs][docs-badge]][docs-url]
[![Downloads]][downloads]

[crates-badge]: https://img.shields.io/crates/v/const-str.svg
[crates-url]: https://crates.io/crates/const-str
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: ./LICENSE
[docs-badge]: https://docs.rs/const-str/badge.svg
[docs-url]: https://docs.rs/const-str/
[downloads]: https://img.shields.io/crates/d/const-str

Compile-time string operations

Documentation: <https://docs.rs/const-str/>

## Contributing

+ [Development Guide](./CONTRIBUTING.md)

## Sponsor

If my open-source work has been helpful to you, please [sponsor me](https://github.com/Nugine#sponsor).

Every little bit helps. Thank you!