You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib.rs
+1-38Lines changed: 1 addition & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -1,41 +1,4 @@
1
-
//! `inline-vbs` is a crate that allows you to embed VBScript code inside Rust code files. It uses
2
-
//! the [Active Scripting](https://docs.microsoft.com/en-us/archive/msdn-magazine/2000/december/active-scripting-apis-add-powerful-custom-debugging-to-your-script-hosting-app) COM APIs to dynamically parse and execute (optionally, evaluate) code.
3
-
//!
4
-
//! ### Basic usage
5
-
//! ```rust
6
-
//! use inline_vbs::*;
7
-
//!
8
-
//! vbs! { On Error Resume Next } // tired of handling errors?
0 commit comments