It's not something I mentioned earlier but try your best to use std libs so we don't have license issues later
either that or libs with very permissive licenses that let us use CC BY-NC-SA
> It's not something I mentioned earlier but try your best to use std libs so we don't have license issues later
> either that or libs with very permissive licenses that let us use CC BY-NC-SA
- use serde_json::json;
- "MIT OR Apache-2.0" https://docs.rs/serde_json/latest/serde_json/
- use reqwest;
- "MIT OR Apache-2.0" https://docs.rs/reqwest/latest/reqwest/
- use regex::Regex;
- "MIT OR Apache-2.0" https://docs.rs/regex/latest/regex/
- use rand::Rng;
- "MIT OR Apache-2.0" https://docs.rs/rand/latest/rand/index.html
w1cdn
changed title from Check licenses to Track lib licenses2025-10-24 22:27:31 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Check licensesto Track lib licenses