This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
dfd3b908f5
rust
/
src
/
libserialize
History
Download ZIP
Download TAR.GZ
Alex Crichton
2186660b51
Update the bootstrap compiler
...
Now that we've got a beta build, let's use it!
2016-11-30 10:38:08 -08:00
..
Cargo.toml
bootstrap: Add a bunch of Cargo.toml files
2016-02-11 11:12:32 -08:00
collection_impls.rs
rustc_metadata: remove ty{en,de}code and move to auto-derived serialization.
2016-09-20 20:08:01 +03:00
hex.rs
Replace
_, _
with
..
2016-09-04 12:30:33 +03:00
json.rs
Changed most vec! invocations to use square braces
2016-10-31 22:51:40 +00:00
leb128.rs
Inline read_{un,}signed_leb128 and opaque::Decoder functions.
2016-10-18 12:00:28 +11:00
lib.rs
Update the bootstrap compiler
2016-11-30 10:38:08 -08:00
opaque.rs
Inline read_{un,}signed_leb128 and opaque::Decoder functions.
2016-10-18 12:00:28 +11:00
serialize.rs
Avoid allocations in
Decoder::read_str
.
2016-10-10 10:36:35 +11:00