Hello. I'm the author of msgpack-rust [1]_, a (incomplete yet) Rust implementation of MessagePack [2]_.
I've working on rustpkg-ize the library and now rustpkg-rust can be built with latest Rust and rustpkg. (many thanks to rustpkg developers!) However, I got a problem. The problem is that the statement 'extern mod msgpack-rust;' is invalid. I don't want to rename it to e.g. msgpack even though everything in the library is under msgpack::*, because repositories of MessagePack impl. are usually named msgpack-<langname>. (see https://github.com/msgpack .) Because of the problem, I can't test and use it with rustpkg. How can I solve the problem properly? .. [1] https://github.com/omasanori/msgpack-rust .. [2] http://msgpack.org/ -- Masanori Ogino <[email protected]> http://twitter.com/omasanori http://gplus.to/omasanori
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
