codeviz 0.2.2

Flexible code generator for Rust
Documentation
1
2
3
4
5
6
7
8
9
import sys

class Foo:
  @staticmethod
  def hello():
    return 12

  def bye():
    sys.exit(1)