Skip Navigation
This Week in Rust 511
  • Take a look at xtask. It essentially relies on the fact that you can add cargo aliases in local files in order to execute specific packages.

    When I create a workspace that has some form of code generation I like to overwrite cargo gen to whatever is doing the generating.

  • Zellij - a terminal workspace with batteries included
  • zellij is a terminal multiplexer like tmux which for example allows you to have multiple terminals shown in the same window. It works both locally and over SSH. Which GUI would do the same?

    I'm currently using zellij after previously having used tmux. For me zellij is a direct upgrade in every way, and the default tmux keybindings are even supported out of the box in zellij which makes transitioning incredibly easy. The only downside is that I have no idea how to pronounce the name.

  • UniFFI - automatically generate foreign-language bindings targeting Rust libraries
  • That's a bummer. I guess what I though was PyO3 type hints was actually just PyCharm guessing at the types.

    I tried creating a .pyi file and it seems to be a pretty big improvement over no type hints, but I don't know how to add type hints for modules added with PyModule::add_module and adding the .pyi file seems to make the type checker not know about my other modules.

    Would you mind sharing the script for auto generating type hints? Keeping them in sync manually would be pretty annoying.

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)0X
    0xDEADBEEFCAFE @programming.dev
    Posts 0
    Comments 5