| Age | Commit message (Collapse) | Author |
|
It's never been used for anything other than enabling crate features.
Use the 'features' variable instead, it's more readable and more terse.
|
|
It's not used for anything, nor are we planning to use it.
|
|
This is only to be used in exceptional cases.
Generally we don't allow using multiple versions of a crate.
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
This is preperation for adding many more third_party crates.
|
|
Fixes #316.
|
|
|
|
|
|
Move rust.gni and deno.gni into build_extra/
Removes rust_library which was only an action. This instead defines
rust_component, which is an action plus a gn "component" target
to expose the resulting object file. This simplifies link code in
rust.gni.
Support rust modules that can be linked into C++.
|