Skip to content

Commit 3627e4a

Browse files
committed
Move bytecode.rs to lib.rs
1 parent f1807c7 commit 3627e4a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
//! Implement python as a virtual machine with bytecodes. This module
22
//! implements bytecode structure.
33
4+
#![doc(html_logo_url = "https://raw.githubusercontent.com/RustPython/RustPython/master/logo.png")]
5+
#![doc(html_root_url = "https://docs.rs/rustpython-bytecode/")]
6+
47
use bitflags::bitflags;
58
use bstr::ByteSlice;
69
use itertools::Itertools;

0 commit comments

Comments
 (0)