File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ Important changes:
2
+
3
+ - ` no-abort ` replacing panic with exception handling.
4
+ - ` require lifetime annotations on all returned references ` - ` no-abort ` dependency
5
+
6
+ Misc changes:
7
+ - ` __WORKERD_CXX__ define to identify when workerd-cxx fork is in use ` crate names are still
8
+ ` cxx* ` , so extra mechanism is needed to identify the presence of the fork.
9
+ - ` build fixes ` to better suit our build environment. These might be obsolete since there seems to
10
+ better rules_rust support upstream.
11
+ - ` site fixes ` fixing CI not to build a site and to run periodically
Original file line number Diff line number Diff line change
1
+ ** This project is a fork of an excellent [ cxx] ( https://crates.io/crates/cxx ) crate for
2
+ workerd/edgeworker projects. See [ PATCHES.md] ( PATCHES.md ) for the list of changes***
3
+
4
+
1
5
CXX &mdash ; safe FFI between Rust and C++
2
6
=========================================
3
7
You can’t perform that action at this time.
0 commit comments