Metadata-Version: 2.1
Name: rust_magic
Version: 0.1.0
Summary: Lightweight Rust integration in Jupyter notebook
Home-page: https://github.com/axil/rust-magic
Author: Lev Maximov
Author-email: lev.maximov@gmail.com
License: UNKNOWN
Description: # rust-magic
        
        Allows to try rust in jupyter notebook. Implemented via line/cell magics:
        
        ![screenshot](https://raw.githubusercontent.com/axil/rust-magic/master/rust-magic.png)
        
        ## Installation
        
        1. Install rust
        
        2. `cargo install cargo-script`
        
        3. Copy `rust.py` to current dir. 
        
        4. Enjoy :)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
