irondrop 2.6.5

Drop files, not dependencies - a well tested fully featured & battle-ready server in a single Rust binary with support for indexing through 10M files.
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: MIT

use irondrop::run;

fn main() {
    run();
}