Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@wlanslovenija @rust-lang @freifunk-saar

Popular repositories

  1. A tutorial for the Rust language

    Rust 198 31

  2. Keep git repositories on multiple servers in sync

    Python 58 10

  3. Dynamically and securely update DNS zones via CGI

    Python 7 3

  4. Linux Laptop Screen Setup

    Python 6 2

  5. Python DNS zone files

    Python 6 3

  6. Restricted file access via SSH

    Perl 3

Contribution activity

December 2020

Created a pull request in rust-lang/rust that received 12 comments

validate promoteds

Turn on const-value validation for promoteds. This is made possible now that #67534 is resolved. I don't think this is a breaking change. We don't …

+25 −27 12 comments

Created an issue in rust-lang/unsafe-code-guidelines that received 14 comments

"_" patterns and validity invariants

The following code is not even unsafe, so it certainly cannot be UB: fn foo(ptr: *const bool) { let _ = *ptr; } foo(&3u8 as *const u8 as *const bool);

14 comments

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.