Registry / utility / lindera-decompress

lindera-decompress

JSON →
library0.32.3rscratesunverified

A morphological analysis library for Japanese text, providing decompression utilities.

# Cargo.toml [dependencies] lindera-decompress = "0.32.3"
INSTALL
IMPORT
SIG · LINDERA-DECOMPRESS
L
lindera-decompress
utilityrustv0.32.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Decompress
use lindera_decompress::Decompress;

Decompress data using Lindera's decompression utilities.

use lindera_decompress::Decompress; fn main() -> Result<(), Box<dyn std::error::Error>> { let decompressor = Decompress::new(); let input = b"compressed data"; let output = decompressor.decompress(input)?; println!("{}", String::from_utf8_lossy(&output)); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.32.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
lindera-decompress — cargo add lindera-decompress · libregistry