This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
serde
Watch
1
Star
0
Fork
0
You've already forked serde
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
8d8f17982a
serde
/
serde_tests
/
tests
/
test.rs
5 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
feat(impls): Add impls for num::{BigInt,BigUint,Complex,Ratio}
2015-12-01 11:03:08 -06:00
extern
crate
num
;
Add a single driver for tests and benchmarks
2015-05-18 01:23:12 -05:00
extern
crate
serde
;
Initial support for syntex
2015-05-18 01:26:04 -05:00
include!
(
concat!
(
env!
(
"
OUT_DIR
"
)
,
"
/test.rs
"
)
)
;
Reference in New Issue
Copy Permalink