You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**See [`objc2`] for top-level documentation**, including its [documentation on framework crates]. Also check out [`block2`] and [`dispatch2`].
6
+
**See [`objc2`] for top-level documentation**, including [the documentation on framework crates].
7
+
8
+
Also check out [`block2`] and [`dispatch2`].
7
9
8
10
[`objc2`]: https://docs.rs/objc2/
9
-
[documentation on framework crates]: https://docs.rs/objc2/latest/objc2/topics/about_generated/index.html
11
+
[the documentation on framework crates]: https://docs.rs/objc2/latest/objc2/topics/about_generated/index.html
10
12
[`block2`]: https://docs.rs/block2/
11
13
[`dispatch2`]: https://docs.rs/dispatch2/
12
14
13
15
14
-
## Contact Us
16
+
## Contact
15
17
16
18
Always feel free to [open an issue on GitHub](https://github.com/madsmtm/objc2/issues/new/choose) if you find a problem or have any questions.
17
19
18
-
If you prefer to have a more synchronous and less "formal" discussion, we have[a Matrix workspace](https://matrix.to/#/#objc2:matrix.org), feel free to ask any questions in the "Users" room.
20
+
If you prefer to have a more synchronous and less "formal" discussion, there is[a Matrix workspace](https://matrix.to/#/#objc2:matrix.org), feel free to ask any questions in the "Users" room.
Copy file name to clipboardExpand all lines: crates/header-translator/README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,12 @@ The `translation-config.toml` file describes various tweaks that we need to do b
72
72
73
73
However, even if our header translation was perfect, we still need a way to enrich the generated data, since C headers have no way to describe which methods are safe and which are not!
74
74
75
+
Manual modifications to `Cargo.toml` can be done by adding a
76
+
`Cargo.modified.toml` file, and including the keys that you want modified.
77
+
78
+
See [objc2-foundation](../../framework-crates/objc2-foundation) for a good
0 commit comments