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 195 32

  2. Keep git repositories on multiple servers in sync

    Python 58 9

  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 7 comments

update Miri

+1 −1 7 comments
Opened 4 other pull requests in 3 repositories
rust-lang/const-eval
1 open 1 merged
rust-lang/miri
1 merged
rust-lang/rust
1 merged

Created an issue in rust-lang/unsafe-code-guidelines that received 13 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);

13 comments

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

You can’t perform that action at this time.