axum-embed 0.1.0

Serve embedded files with axum
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">

<head>
    <title>404 file not found</title>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
</head>

<body>
    <h1>404 file not found</h1>
</body>

</html>