pulsar-lang 0.0.1

A high-level programming language for building hardware accelerators
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) 2024 Ethan Uppal. All rights reserved.

brace_style = "PreferSameLine"
fn_params_layout = "Compressed"
format_code_in_doc_comments = true
max_width = 80
comment_width = 80
wrap_comments = true
trailing_comma = "Never"
match_arm_leading_pipes = "Preserve"
imports_granularity = "Crate"