ehttpd-range 0.7.0

A crate to comfortably handle HTTP range requests within `ehttpd`-based applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Ignore .DS_Store
.DS_Store

# Ignore build results
/Cargo.lock
/target

# Ignore some vscode files
.vscode/*
!.vscode/*.md
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/extensions.json
!.vscode/settings.json