|
@@ -122,9 +122,10 @@ the module calls. Modules which call fewer other modules are better targets.
|
|
|
|
|
|
Strive to change the C API as little as possible.
|
|
Strive to change the C API as little as possible.
|
|
|
|
|
|
-We are currently targeting Rust nightly, *for now*. We expect this to
|
|
+We are currently targetting Rust stable. (See CodingStandardsRust.md for more
|
|
-change moving forward, as we understand more about which nightly
|
|
+details.)
|
|
-features we need. It is on our TODO list to try to cultivate good
|
|
+
|
|
|
|
+It is on our TODO list to try to cultivate good
|
|
standing with various distro maintainers of `rustc` and `cargo`, in
|
|
standing with various distro maintainers of `rustc` and `cargo`, in
|
|
order to ensure that whatever version we solidify on is readily
|
|
order to ensure that whatever version we solidify on is readily
|
|
available.
|
|
available.
|
|
@@ -139,6 +140,7 @@ Where <name_of_c_object> can be an enum, struct, constant, etc. Then,
|
|
do the same in the C code, to note that rust will need to be changed
|
|
do the same in the C code, to note that rust will need to be changed
|
|
when the C does.
|
|
when the C does.
|
|
|
|
|
|
|
|
+
|
|
Adding your Rust module to Tor's build system
|
|
Adding your Rust module to Tor's build system
|
|
-----------------------------------------------
|
|
-----------------------------------------------
|
|
|
|
|