License
nexo-rs is dual-licensed under either:
- MIT — see
LICENSE-MIT - Apache License, Version 2.0 — see
LICENSE-APACHE
at your option. SPDX: MIT OR Apache-2.0.
Attribution is required
Redistributions — source, binary, modified, or unmodified — must
preserve the NOTICE
file and the copyright attribution, as required by Section 4(d) of the
Apache License.
Nexo-rs
Copyright 2026 Cristian García <informacion@cristiangarcia.co>
This product includes software developed by Cristian García.
Original project: https://github.com/lordmacu/nexo-rs
Why dual-licensed
Dual MIT / Apache-2.0 is the Rust ecosystem convention (rustc,
tokio, serde, clap, etc.). It maximizes downstream compatibility:
- MIT is compatible with GPLv2 (Apache-2.0 is not)
- Apache-2.0 grants explicit patent rights (MIT does not)
Users pick whichever fits their project.
Contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in nexo-rs by you shall be dual-licensed as above, without any additional terms or conditions — per Section 5 of the Apache License.