Skip to content

Commit 6260967

Browse files
committed
Add a mention of GNOME
1 parent 809e25b commit 6260967

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

posts/2018-12-21-Procedural-Macros-in-Rust-2018.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,10 @@ capabilities! If you're interested, some projects to keep your eyes on are:
323323
lightweight annotation makes it easy to understand what's coming in and out,
324324
as well as removing lots of conversion boilerplate.
325325

326-
* The [`gobject_gen!` macro][gnome-class] is an experimental IDL for defining
327-
GObject objects safely in Rust, eschewing manually writing all the glue
328-
necessary to talk to C and interface with other GObject instances in Rust.
326+
* The [`gobject_gen!` macro][gnome-class] is an experimental IDL for the GNOME
327+
project to define GObject objects safely in Rust, eschewing manually writing
328+
all the glue necessary to talk to C and interface with other GObject
329+
instances in Rust.
329330

330331
* The [Rocket framework][rocket] has recently switched over to procedural
331332
macros, and showcases some of nightly-only features of procedural macros like

0 commit comments

Comments
 (0)