RSSAmplifier

soc.me · Aug 5, 2024

Language Design: Rust's Almost-Rules

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

(Inspired by Almost Rules .) Syntax : is followed by a type except inside struct initializers, where it is followed by a value except function result types, which are preceded by -> generics use <> except in expression contexts, which uses ::<> invocations use () except where {} or [] is used, because “they convey important information” except for macro invocations, where () , {} , [] are…

Read on /languages/rust-almost-rules.html

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.