PistonDevelopers / pluto

Game competition server software for Rust gamedev community
MIT License
14 stars 4 forks source link

Set up template generation #5

Open bvssvni opened 9 years ago

bvssvni commented 9 years ago

See https://github.com/PistonDevelopers/redox/issues/2#issuecomment-60994382

There are two candidates:

Which one do prefer to use?

bvssvni commented 9 years ago

@TyOverby said we could use Encodable https://github.com/PistonDevelopers/redox/issues/2#issuecomment-60994154 , but as we know now Rust will rename this to RustcEncodable for 1.0 and later replace them with something else.

TyOverby commented 9 years ago

@bvssvni: it looks like @erickt did what I was going to do with autogenerating encode/decode. I also think that rust-mustache takes my vote.

bvssvni commented 9 years ago

@TyOverby Do you mean Serde?

TyOverby commented 9 years ago

@bvssvni: erickt is the author of rust-mustache.

bvssvni commented 9 years ago

@TyOverby Thanks! Do you volunteer to set this up?

erickt commented 9 years ago

Howdy! For what it's worth, I'm trying to gather up @cburgdorf (of nickel, who has a fork of rust-mustache and @seanchen1991 to merge our mustaches together.

reem commented 9 years ago

@erickt rustache was actually written as a student project at Hack Reactor, where I work. I'll see if I can get ahold of the people involved.

reem commented 9 years ago

cc @jruhland @fleur @jimobrien

jruhland commented 9 years ago

@reem @erickt let me know whatever I can do to help accommodate this process

bvssvni commented 9 years ago

Nice!