An open API service indexing awesome lists of open source software.

https://github.com/brainiumllc/reserved-names

The reserved name lists from cargo's `restricted_names.rs` in a convenient lil crate!
https://github.com/brainiumllc/reserved-names

Last synced: about 1 month ago
JSON representation

The reserved name lists from cargo's `restricted_names.rs` in a convenient lil crate!

Awesome Lists containing this project

README

          

# `reserved-names`

The reserved name lists from cargo's [`restricted_names.rs`](https://github.com/rust-lang/cargo/blob/5fe8ab57e2a88ccaaab0821c306203eb19edf8fd/src/cargo/util/restricted_names.rs) in a convenient lil crate!

```rust
assert!(reserved_names::is_reserved("let"));
```