Files
rust/src/libserialize
Nick Cameron ce0907e46e Add enum variants to the type namespace
Change to resolve and update compiler and libs for uses.

[breaking-change]

Enum variants are now in both the value and type namespaces. This means that
if you have a variant with the same name as a type in scope in a module, you
will get a name clash and thus an error. The solution is to either rename the
type or the variant.
2014-09-19 15:11:00 +12:00
..
2014-08-06 01:07:10 -04:00
2014-09-16 14:37:48 -07:00
2014-08-29 14:33:08 -07:00