summaryrefslogtreecommitdiff
path: root/build_extra/flatbuffers/rust/rust_flatbuffer.gni
AgeCommit message (Collapse)Author
2019-08-26Remove flatbuffers (#2818)Ryan Dahl
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2018-10-31Upgrade Flatbuffers. (#1127)Ryan Dahl
Use msg_generated.rs as mod instead of crate.
2018-08-13s/rust_component/rust_crate/Ryan Dahl
2018-07-29spellingRyan Dahl
2018-07-24Remove handlers crate target.Ryan Dahl
- Add build scripts for Rust flatbuffers. - Rewrites some reply.cc methods in Rust. - Changes some struct elements to table in msg.fbs (rust flatbuffers lacks support currently) - Renames handlers_test to test_rs. - This reorg is needed to make progress on the code cache handler.