Rust in Anger: Book demo
This is the code repository that accompanies the Rust in Anger blog post. The following folders each come with their own build instructions:
- book/: the core crate with the functionality we aim to make available from Python3, TypeScript and Node.js.
- bindings/book-node: Node.js bindings for core crate, contains build instructions.
- bindings/bookjs: TypeScript/JavaScript bindings for core create, contains build instructions.
- bindings/pybook: Python3 bindings for core create, contains build instructions.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.