1// Copyright (C) Call of Nil contributors 2// SPDX-License-Identifier: AGPL-3.0-only 3 4#![cfg_attr(docsrs, feature(doc_cfg))] 5#![doc(html_favicon_url = "https://nil.dev.br/favicon.png")] 6#![feature(str_as_str)] 7 8pub mod password;