google / google/pdl

Support Boolean type

Open
#51 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
86
Forks
18
Avg merge
20h 49m
Merged PRs (30d)
1

Description

I couldn't find a way to use bool. Interim I am trying to use:

```
enum Bool: 1 {
false = 0,
true = 1
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.