help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
rust-web-server
RSK World
rust-web-server
Rust Web Server - High-Performance Async Web Server + WebSocket Support + JWT Authentication + File Upload + Memory Safety + Educational Design
rust-web-server
  • .github
  • .vscode
  • benches
  • docs
  • src
  • static
  • tests
  • .dockerignore611 B
  • .editorconfig735 B
  • .env.example676 B
  • .gitignore1.4 KB
  • CHANGELOG.md2 KB
  • CONTRIBUTING.md3.3 KB
  • Cargo.toml1.7 KB
  • Dockerfile1.1 KB
  • LICENSE1.4 KB
  • Makefile2.4 KB
  • README.md7.9 KB
  • SECURITY.md3.2 KB
  • clippy.toml946 B
  • config.toml.example1.3 KB
  • docker-compose.yml380 B
  • rustfmt.toml1.5 KB
rustfmt.toml
rustfmt.toml
Raw Download
Find: Go to:
# Rust code formatting configuration
# See https://rust-lang.github.io/rustfmt/ for more options

# Maximum width of each line
max_width = 100

# Number of spaces per tab
tab_spaces = 4

# Use spaces instead of tabs
hard_tabs = false

# Put each parameter on its own line if the function call is too long
fn_call_width = 80

# Put each array element on its own line if the array is too long
array_width = 80

# Put each struct field on its own line if the struct is too long
struct_field_align_threshold = 30

# Put each enum variant on its own line if the enum is too long
enum_discrim_align_threshold = 30

# Put each match arm on its own line if the match is too long
match_arm_blocks = false

# Put trailing commas on the last element of arrays, structs, etc.
trailing_comma = "Vertical"

# Put single-expression functions on one line
fn_single_line = false

# Put single-expression if statements on one line
if_single_line = false

# Put single-expression match arms on one line
match_single_line = false

# Put single-expression closures on one line
closure_single_line = false

# Don't merge imports from the same crate
imports_granularity = "Crate"

# Group imports by crate
group_imports = "StdExternalCrate"

# Format comments
comment_width = 100

# Format strings
string_width = 80

# Format attributes
attr_fn_like_width = 70

# Chain method calls on one line if possible
chain_width = 60

# Merge derives on one line if possible
merge_derives = true
62 lines•1.5 KB
toml

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer