pub async fn compress_full_source(
source: &str,
language: LanguageId,
client: &CompressorClient,
) -> Option<Vec<u8>>Expand description
Compress full source text (e.g. Erlang Module node).
pub async fn compress_full_source(
source: &str,
language: LanguageId,
client: &CompressorClient,
) -> Option<Vec<u8>>Compress full source text (e.g. Erlang Module node).