Registry / utility / codicon

codicon

JSON →
library3.0.0rscratesunverified

Traits for encoding and decoding

# Cargo.toml [dependencies] codicon = "3.0.0"
INSTALL
IMPORT
SIG · CODICON
C
codicon
utilityrustv3.0.0
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.

Decoder
use codicon::Decoder;

Use the Decoder trait for custom decoding

use codicon::Decoder; fn main() { let data = b"hello"; // Implement Decoder for custom types println!("Codicon ready"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
codicon — cargo add codicon · libregistry