Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 34880d3

Browse filesBrowse files
committed
Show serde_repr Cargo.toml
1 parent 982314b commit 34880d3
Copy full SHA for 34880d3

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎_src/enum-number.md

Copy file name to clipboardExpand all lines: _src/enum-number.md
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ than strings in JSON, for example.
77

88
[serde\_repr]: https://github.com/dtolnay/serde-repr
99

10+
```toml
11+
[dependencies]
12+
serde = "1.0"
13+
serde_repr = "0.1"
14+
```
15+
1016
```rust
1117
use serde_repr::*;
1218

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.