Skip to content

A low level rust crate providing bindings to the janet interpreter.

License

Notifications You must be signed in to change notification settings

andrewchambers/janet-ll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A low level rust crate providing bindings to the janet interpreter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages