A Rust implementation of Erlang External Term Format
Stars
69
Forks
12
Watchers
69
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
refactor: improve atom encoding with better length validation and type safety
0aa4781View on GitHubdocs: update example to use SMALL_ATOM_UTF8_EXT encoding format
2df859dView on GitHubtest: update expected bytes for SMALL_ATOM_UTF8_EXT encoding format
231da4cView on GitHubfeat: optimize atom encoding by using SMALL_ATOM_UTF8_EXT for short atoms
89b1443View on GitHubfeat: add WriteExt trait with big-endian byte writing methods
874ca34View on GitHubrefactor: remove byteorder dependency and implement custom byte reading functions
51d486cView on GitHubstyle: format code with consistent single-line conditionals and array formatting
1de63cfView on GitHubchore: add GitHub release and crates.io publish workflow
ec32871View on GitHubchore: update CI workflow configuration and dependencies
78787fbView on GitHubrefactor: use io::Error::other instead of io::Error::new with Other kind
b90b473View on GitHub