Commit da8e697
committed
Temporarily export C API as Rust library as well
This is a stopgap to enable TDN to link against multiple Rust crates
without duplicating the standard library.
In the future, we'll want to separate the crate that defines the C
bindings themselves from the one defining the global allocator and panic
hook, but this works for now.1 parent 5f04e06 commit da8e697
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments