janet-ll 0.4.1

Low level bindings to the janet language c api.
Documentation
  • Coverage
  • 0.33%
    2 out of 614 items documented0 out of 43 items with examples
  • Size
  • Source code size: 1.36 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 13.12 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 22s Average build duration of successful builds.
  • all releases: 22s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • andrewchambers/janet-ll
    6 8 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • andrewchambers

janet-ll

This is a rust crate providing low level bindings to the janet C API.

versioning scheme

The package major and minor versions follow the janet releases the bundled headers are compatible with. The patch version may, but does not necessarily match the janet release.

feature flags

if the feature link-amalg is enabled, the crate will link the compiled janet amalgamation, otherwise this crate is header only, which is useful for building standalone janet modules.

safety

This crate makes no attempt at ergonomics or memory safety. It is the bare minimum required to use the janet api from rust. Higher level crates may come in the future.