linku-sona 0.1.0

Types from https://www.npmjs.com/package/@kulupu-linku/sona ported to rust.
Documentation
  • Coverage
  • 0.75%
    1 out of 133 items documented0 out of 22 items with examples
  • Size
  • Source code size: 45.86 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 7.82 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Brian3647

linku-sona

Types from https://www.npmjs.com/package/@kulupu-linku/sona, ported to rust. Up to date as of @kulupu-linku/sona v0.2.0

All types derive serde::Serialize, serde::Deserialize and std::fmt::Debug, so you can use them with any serde-compatible format. All fields are public, so you can access them directly.

Do note that string literals (like in <Word>.book) have all been converted to enums (Book in this case) for better type safety, but you can get the original string with to_string().

If something's wrong or missing, please open an issue or a pull request.