When I define the Rust language in TeX Live 2023’s lstlisting like this:
\begin{lstlisting}[language=Rust]
let config_redis_string: String = env::var("REDIS_URL").expect("redis url missing");
\end{lstlisting}
it does not seem to support the Rust language. Is it possible to add support for Rust?
minted, because Rust is one of the supported languages of pygments. – cabohah Jul 12 '23 at 12:02